/* CSS Document */

* {
	margin:0;
	padding:0;
}
html,body {
	width:100%;
	height:100%;
	background:#333300;
	font:12px "Courier New", Courier, monospace;
	word-spacing:-3px;
}
#distance {
	background:#000;
	width:5px;
	height:50%;
	float:left;
	margin-bottom:-277px;
	visibility:hidden;
}
#distance_trailer {
	background:#000;
	width:5px;
	height:50%;
	float:left;
	margin-bottom:-170px;
	visibility:hidden;
}
#wrap {
	background:#660;
	width:610px;
	height:485px;
	clear:left;
	margin:auto;
	padding:30px;
}
#wrap_trailer {
	background:#660;
	width:400px;
	height:320px;
	clear:left;
	margin:auto;
}
#colunmLeft {
	float:left;
	width:293px;
	height:485px;
	/*background:#999933;*/
}
#colunmRight {
	float:right;
	width:293px;
	height:485px;
	margin-right:-12px;
	/*background:#999933;*/
}
#footer {
	width:290px;
	margin:auto;
	padding-top:5px;
	padding-left:338px;
	/*background:#999933;*/
}
#footer p a {
	float:left;
	margin-left:220px;
}

a {
	color:#FFFF99;
	text-decoration:none;
}
a:hover {
	color:#303000;
}
#anthology a {
	color:#000000;
}
#anthology a:hover {
	color:#cccc99;
}
#footer a {
	color:#000000;
}
#footer a:hover {
	color:#cccc99;
}

img {
	border:none;
}

.fs10 {
	font-size:10px;
}
.fs13 {
	font-size:13px;
}
.yellow {
	color:#CCCC00;
}
.olive {
	color:#FFFF99;
}



