@charset "UTF-8";
/* CSS Document */





body
{
	margin:0px;
	padding:0px;
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
}

/* STRUCTURE */


#invertLogo
{
	width:802px;
	height:31px;
	left:50%;
	margin-left:-399px;
	padding:0px 15px;
	background: url(../images/name-invert.gif) no-repeat top left;
	position:absolute;

}


/* 918 x 598 */
#outer
{
	width:842px;
	height:522px;
	left:50%;
	top:50%;
	margin-left:-459px;
	margin-top: -305px;
	position:absolute;
	padding:44px 38px;
	background: url(../images/bg.jpg) no-repeat top center;
}

#navHome
{
	position:absolute;
	width:375px;
	height:45px;
	left:0px;
	top:0px;
	cursor:pointer;
}

#inner
{
	width:840px;
	height:520px;
	border:1px solid #000;
	position:absolute;
	background-color:#FFFFFF;
}


#bottom
{
	width:300px;
	margin-left:25px;
	height:230px;
	float:left;
	clear:left;
	
}







/*     APPEARANCE

*/

.nav
{
	text-transform:uppercase;
	font-size:1.4em;
	letter-spacing:0.1em;
	line-height: 1.5em;
	
}

.sublink
{
	font-size:1.2em;
	letter-spacing:0.1em;
	line-height: 1.5em;
	margin-left: 0.5em;
}



#bottom a:link, #bottom a:active, #bottom a:visited
{
	color:#000;
	text-decoration:none;
}

#bottom a:hover, #bottom a:active
{
	color:#5624a8;
}
