body {
margin:0;
padding:0;
height:100%;
background-color:#f9f9f9;
color:#33333;  
text-align:center;
font-family: "Lucida Grande", Helvetica, Verdana, Tahoma, sans-serif;
font-size: 11px;
background-image:  url("images/bg_center.jpg");
background-repeat: repeat-y;
background-position: center top;
}

#contact{
text-align:right;
height:30px;
padding: 15px 76px 15px 260px;
}

#main {
	margin:0 auto;
	width:956px;
	text-align:left;
	vertical-align: middle;
	}
	
#nav{
	width:957px;
	background-color:#FFFFFF;
	z-index:100;
	position: relative;
	top: 10px;
	float: left;
	font-family:  "Lucida Grande", Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 366px;
}

p.navigation{
	padding-left: 750px;

}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	font-family: "Lucida Grande", Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
}

