BODY {
  background: #FFFFFF url(images/banner_bg.gif) repeat-x;
  margin: 0px;
}
#wrapper{
	margin: auto;
	width: 800px;
	text-align: left;
	overflow:hidden;
}
#header{
	margin: auto;
	height: 50px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 12px;
	padding-left: 10px;
}
.darkgrey {
	color: #928D8D;
}
.lightgrey {
	color: #D2D3D5;
}
#content{
	width: 580px;
	padding: 30px 10px 50px;
	float: left;
}
.side_bar{
	width: 178px;
	float: right;
	background-color: #FFFFFF;
	clear: right;
	margin: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CAC8C8;
	border-bottom-color: #CAC8C8;
	border-left-color: #DBD8D8;
}
.side_bar_header{
	min-height: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #5E5D5D url(images/side_bar_header_bg.gif) repeat-x;
}
.side_box {
	padding: 7px;
}
.side_box a {
	color: #333333;
	text-decoration: none;
}
.side_box a:hover {
	text-decoration: underline;
}
.nav {
	height: 20px;
	width: 800px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D9D4D4;
	border-bottom-width: 1px;
}
.nav a {
	color: #993333;
	text-decoration: none;
}
.nav a:visited {
}
.nav a:hover {
	color: #344F65;
}
table.domain_list{
	border-collapse: collapse;
	width: 580px;
	table-layout: auto;
	font-size: 0.8em;
	border: 1px solid #C8C7C7;
}
table.domain_list th{
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
}
table.domain_list th a {
	color: #BBBBFB;
	text-decoration: none;
}
table.domain_list th a:visited {
	color: #D9B3FC;
}
table.domain_list th a:hover {
	text-decoration: underline;
}
table.domain_list td{
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8C7C7;
}
.page_links{
	text-align: right;
}
#footer{
	margin: auto;
	clear: both;
	font-size: 0.7em;
	background-color: #E8E8E8;
	text-align: center;
}
img{
	border-style: none;
}
.dt{
	padding-right: 10px;
	vertical-align: top;
}
/*unsure of*/
#navbar{
	padding-left: 10px;
}