body {
	background: #484848;
}

#main {
	width: 728px;
	height: 100%;
	background: #242424;
}
#main td {
	vertical-align: top;
}
#main td.header {
	height:262px;
}

#main td.bl {
	width: 15px;
	background: url(images/left.gif) repeat-y;
}
#main td.br {
	width: 15px;
	background: url(images/right.gif) repeat-y;
}
#main td.footer {
	height: 19px;
}


#main td.content {
	padding: 12px;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #EEEEEE;
	line-height: 16px;
}

div#content {
	position:relative;
	top: -80px;
	margin-bottom: -100px;
}
a {
	color: #C2D1E1;
	text-decoration: underline;
}

#main td.content {
padding: 73px;
padding-top: 10px;
}

#main td.content img {
	margin: 0px 8px 10px 0px;
}
#main td.content a.img {
	_border: 1px solid #FFCC92;
	}
#main td.content a.img:hover {
	_border: 1px solid white;
}
html>body #main td.content a.img img {
	border: 1px solid #FFCC92;
}
html>body #main td.content a.img img:hover {
	border: 1px solid white;
}


a:hover {
	color: #A4C1DF;
}
a:visited {
	color: #9AADC2;
}
.red {
	color: red;
	font-weight: bold;
}
b {
	color: #EFE4B2;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
h3 {
	color: #EFE4B2;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}