body { 
	position: relative;
	width: 760px;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	color:#ddeeff;
	background-color:#000000;
	font-family: "Times New Roman", Times, serif;
}
p, td, li {
}
h1 { 	
	font-weight:bold;
	font-size:22px;
	color:#bbeeff;
	margin-top:0px;
	margin-bottom:0px;
}
a:link {
	color:#3aadff;
	text-decoration:underline;
}
a:visited {
	color:#b0f2ff;
	text-decoration:underline;
}
a:active, a:hover {
	color:#4aabff;
	text-decoration:underline;
}
#header {
	position: relative;
	top: 0px;
	width:560px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-top:20px;
}
#footer {
	border-top: 1px solid gray;
	clear:both;
	width:760px;
}
#footer_left {
	padding-top:3px;
	padding-bottom:5px;
	float:left;
	font-size:12px;
	width:50%;
}
#footer_right {
	padding-top:3px;
	padding-bottom:5px;
	float:right;
	text-align:right;
	font-size:12px;
	width:50%;
}
.big_picture {
	float:left;
	text-align:center;
	width:40%;
	margin-bottom:40px;
}
.desc_text {
	width:60%;
	float:left;
	margin-bottom:20px;
}
.column_unit {
	width:33%;
	height:200px;
	text-align:center;
	float:left;
	font-size:14px;
}
.small_picture {
	height:110px;
	position: relative;
	top:auto;
	bottom:auto;
}
.also_see {
	clear:both;
	text-align:center;
	margin-bottom:20px;
}