﻿body
{
	margin:0px; 
	padding:0px; 
	text-align: center; 
	font-family: arial, helvetica, sans serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	background-image:url(/images/background.gif);
	background-position: center;
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}
a:link { color: #0000CC; text-decoration: underline; }
a:visited { color: #0000CC; text-decoration: underline; }
a:hover { color: #0000CC; text-decoration: underline; cursor: hand; }
a:active { color: #0000CC; text-decoration: underline; } 
#top {width:760px; vertical-align:bottom;}
#parked {float:left; margin-top: 15px;}
#logo {float:right;}
#copyright {width:760px; font-size: 10px; text-align:center;margin-top:10px;}
#container 
{
	margin: 10px auto; 
	padding: 10px; 
	width:760px; 
	text-align: left;
}
#divRightColumn 
{
	float:right;
	width:160px;
}
#divLeftColumn 
{
	float:left;
	width: 160px;
	margin-right:10px;
}
#divMiddleColumn 
{
	float:left;
}
#divGoogleSearch 
{
	margin-left:75px;
}
.boxtop 
{
	background:#333366;
	color:#FFCC33;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	padding:2px;
	width:420px;
}
.boxcontent 
{
	border: solid 1px black;
	padding:2px;
	width:420px;
}
.domaintext { font-size: 22px; color: #000000; font-weight:bold; }
.clear { clear:both; font-size:8px;}
