* {padding: 0; margin: 0;}
body {
	background: url('images/bg2.jpg') black;
}
html, body, p, th, td, li, div {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
}
table {
	border-collapse: collapse;
}
img {
	display: block;
}
a:link, a:visited {
	color: #07288c;
}
a:hover, a:active {
	color: #ed1313;
}
a img {
	border: 0px;
}
h1, h2 {
	margin: 20px 0px 10px 0px;
	font-family: Arial, Times, serif;
	font-size: 30px;
	color: #e13113;
}
h2 {
	font-size: 22px;
	color: #278c0e;
	margin: 10px 0px 10px 0px;
}
p {
	margin: 10px 0px 10px 0px;
	line-height: 20px;
}
input {
	width: 200px;
}
input.button {
	width: auto;
}
textarea {
	width: 300px;
	height: 150px;
}
#width_0 {
	width: 1000px;
	height: 1px;
	margin-bottom: -1px;
}
#width_1 {
	width: 350px;
	height: 1px;
	margin-bottom: -1px;
}
#width_2 {
	width: 650px;
	height: 1px;
	margin-bottom: -1px;
}
#main {
	width: 100%;
	background: url('images/bg.jpg') repeat-x black;
}
#column1 {
	width: 35%;
	vertical-align: top;
}
#column2 {
	width: 65%;
	vertical-align: top;
}
#intro {
	margin: 45px 0px -10px 0px;
	position: relative;
	left: 20%;
}
#intro p {
	margin: 0px 0px 10px 0px;
	color: #b8c1d9;
	font-size: 16px;
	line-height: 19px;
}
#logo {
	margin: 25px 0px 0px 0px;
	position: relative;
	left: 20%;
}
#pencil {
	margin: 54px 0px 10px 0px;
}
#menu {
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 350px;
	left: 230px;
}
#menu li {
	list-style: none;
	font-size: 22px;
	margin: 0px 0px 13px 0px;
}
#menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #33cc33;
	text-decoration: underline;
}
#menu a:active {
	color: #f22f0c;
	text-decoration: underline;
}
#list {
	width: 90%;
	background: white;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 50px;
}
.list_corner {
	width: 2px;
	height: 2px;
}
.list_top {
	width: 100%;
	background: url('images/list-top.jpg') repeat-x;
}
.list_bottom {
	background: url('images/list-bottom.jpg') repeat-x;
}
.list_left {
	background: url('images/list-left.jpg') repeat-y;
}
.list_right {
	background: url('images/list-right.jpg') repeat-y;
}
#list_corner {
	position: relative;
	top: -20px;
}
#bookmark {
	margin: 0px 0px 0px 32px;
	position: relative;
	top: -98px;
	z-index: 1;
}
#content {
	margin: 0px 0px -100px 0px;
	padding: 40px 40px 0px 40px;
	position: relative;
	top: -120px;
}
#content ul {
	margin: 10px 0px 10px 30px;
}
#to_top {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
#to_top a:link, #to_top a:visited {
	color: #067306;
	text-decoration: none;
}
#to_top a:active, #to_top a:hover {
	text-decoration: underline;
}
#eraser {
	margin: -30px 0px -18px 250px;
}
#bottom {
	padding: 17px 25px;
}
#bottom p {
	color: #7a8399;
	line-height: 14px;
}
#bottom a:link, #bottom a:visited {
	color: #7a8399;
	text-decoration: none;
}
#bottom a:hover, #bottom a:active {
	color: white;
	text-decoration: underline;
}
.preview th, .preview td {
	vertical-align: top;
	line-height: 20px;
}
.preview td {
	padding: 0px 0px 0px 10px;
}
.preview img {
	border: 5px solid white;
}
.preview img:hover {
	border: 5px solid gray;
}