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

body {
	background:url(quartz.jpg) #FFFFFF no-repeat center bottom fixed;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 15px 20px 0px;
	text-align: center;
	border-bottom: 15px solid #416195;
	color: #ffffff;
	text-decoration:none;
	background:;
}

#menu a:hover{
	border-bottom: 15px solid #3e516f;
	background-color: #;
	color: #ffffff;
	text-decoration:none;		
}

#menu .current_page_item {
	color: #000000;
	border-bottom: 15px solid #3e516f;
	background:url(wbg.png);
}

a:link, a:visited, a:active {
	color: #063277;
	text-decoration:underline;
}
a:hover {
	color: #063277;
	text-decoration:none;
}

#left{
	float:left;
	width:450px;
	height:450px;
	padding-left:50px;
	position:relative;
}

#right {
	float:left;
	width:450px;
	height:450px;
	position:relative;
}

#container {
	height:530px !important;
	
	}
#secondNav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	width:950px;
	height:32px;
	background:url(wbg.png);
	text-align:center;
	position:relative !important;
	top:-32px;
}

-->