body {
	font-family:verdana, arial;
	font-size:11px;
	color:#330000;
	margin:0;
	padding:0;
	background:#dcdcdc;
}
a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
}
a.logo {
	width:300px;
	height:120px;
	float:left;
	position:relative;
	display:block;
}
h1, h2, h3 {
	margin:0 0 10px 0;
}
h1 {
	color:#ff0000;
}
h2 {
	color:#0066ff;
}
img {
	float:left;
	position:relative;
	margin:5px 10px 5px 0;
}
/*Containers*/
#cb {
	clear:both;
}
#cbox {
	width:800px;
	margin:0 auto;
	background:#ffffff;
}
#header {
	width:800px;
	height:120px;
	background:url(../img/logo.gif) no-repeat scroll 0 0;
	float:left;
	position:relative;
}
#menu {
	text-align:center;
	background:#dcdcdc;
	height:18px;
	padding:6px 0 0 0;
	clear:both;
}
#menu a {
	font-weight:bold;
	color:#006600;	
	padding:6px;
}
#menu a:hover {
	background:#ffffff;
	color:#333333;
	text-decoration:none;
}
#content {
	width:800px;
	float:left;
	position:relative;
	border-bottom:2px solid #dcdcdc;
}
#lt_col {
	width:600px;
	float:left;
	position:relative;
	padding:10px;
}
#rt_col {
	width:160px;
	float:right;
	position:relative;
	background:#ffffff;
	padding:10px 10px 10px 0;
}
#footer {
	width:760px;
	float:left;
	position:relative;
	padding:10px 20px;
	text-align:center;
	background:#ffffff;
}