/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin: 0;
padding: 0;
border: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
color: #ffffff;
background-color: #BEB7B0;
font-size: 12px;
text-align:center;
font-weight:bold;
}

#wrapper{
width: 850px;
background-color: #A68A84;
text-align: center;
margin-top: 40px;
padding: 20px;
}

#content{
width: 740px;
background-color: #603225;
text-align: center;
padding: 20px;
}

#links{
width: 800px;
height: 72px;
}

#nav3{
	text-align:center;
	padding: 4px;
	width: 800px;
	height: 72px;
}

#nav3 ul{
padding: 0;
text-align:center;
}

#nav3 ul li{
display:inline;
padding: 0;
margin: 0;
text-align:center;
}

#nav3 ul li a{
text-decoration:none;
text-align:center;
width:9em;
}

#nav3 ul li a:hover,#nav ul li a:focus{
color: #957893;
} 

a:link {
	color: #957893;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #957893;
	font-weight: bold;
	}
a:active {
	color: #ffffff;
	font-weight: bold;
}	

