body
{
	margin-top:0px;
	font-family:arial;
	font-size:11px;
	color:#333;
	background-image:url(images/standard/bg.gif);
	background-repeat:repeat-x;
	background-color:#E8E8E8;
}

#container
{
	position:relative;
	width:750px;
	height:260px;
	background-image:url(images/standard/secondary.gif);
	background-repeat:no-repeat;
}

#container #header
{
	position:absolute;
	font-family:verdana;
	font-size:10px;
	color:#98965C;
	left:590px;
	top:25px;
}

#container #nav
{
	position:absolute;
	top:117px;
	left:79px;
	text-align:left;
}

#container #reg-stuff
{
	position:absolute;
	top:600px;
	left:99px;
}

#container #main-content
{
	position:absolute;
	left:294px;
	top:50px;
}

#container #rings
{
	position:absolute;
	left:60px;
	top:210px;
}

#container #footer
{
	font-family:verdana;
	font-size:10px;
	color:#666600;
}

.border-all
{
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
}

.border-right-bottom
{
	border-style:solid;
	border-color:#ccc;
	border-width:0 1px 1px 0;
}

.border-bt
{
	border-style:solid;
	border-color:#ccc;
	border-width:0 0 1px 0;
}

a:link  	
{
	font-family:arial;
	color:#666600;
	background:none;
	text-decoration:none;
	font-size:11px;
}

a:visited  	
{
	font-family:arial;
	color:#666600;
	background:none;
	text-decoration:none;
	font-size:11px;
}

a:active  	
{
	font-family:arial;
	color:#666600;
	background:none;
	text-decoration:none;
	font-size:11px;
}

a:hover  	
{
	font-family:arial;
	color:#666600;
	background:none;
	text-decoration:underline;
	font-size:11px;
}





a.footer-link:link  	
{
	font-family:verdana;
	color:#98965C;
	background:none;
	text-decoration:none;
	font-size:10px;
}

a.footer-link:visited  	
{
	font-family:verdana;
	color:#98965C;
	background:none;
	text-decoration:none;
	font-size:10px;
}

a.footer-link:active  	
{
	font-family:verdana;
	color:#98965C;
	background:none;
	text-decoration:none;
	font-size:10px;
}

a.footer-link:hover  	
{
	font-family:verdana;
	color:#333;
	background:none;
	text-decoration:underline;
	font-size:10px;
}

