body {
	font: small arial,helvetica, sans-serif;
	color: #38291c;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
#footer a:link,#footer a:visited  {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}

#footer a:active {
	color: #666;
	text-decoration:underline;
}
#footer a:hover {
	color: #666;
	text-decoration:none;
}
	
	
#container {
	width: 980px;
	margin: 0 auto;
	background: #e8e8d0 url(/images/background.jpg) top right no-repeat;
	min-height: 770px;
	}
	
#inner_page {
	padding: 37px 42px 0;
	}
	
#nav {
	background: #9e1f63;
	width: 895px;
	height: 60px;
	}
	
#nav ul {
	float: left;
	margin: 20px 0 0 30px;
	}
	
#nav li.hide {
	display: none;
	}
	
img#contact {
	margin: 0 5px;
	}

	
#nav ul.child {
	margin: 20px 0 0 8px;
	}
	
#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	}
	
#content {
	margin-top: 30px;
	}
	
.text img {
	padding: 5px;
	}
	
#content .text {
	margin-top: -10px;
	padding: 0 377px 45px 57px;
	}
	
#content .text p {
	text-align: justify;
	}
	
#content h3 {
	margin: 0 0 1.5em 0;
	font-size: 95%;
	color: #000066;
}

#content a {
	font-weight: bold;
}

#content p {
	margin: 10px 0;
	}

#bottom-content {
	margin: 10px 232px 0;
	padding-bottom: 15px;
	}
	
#footer p {
	width: 980px;
	margin: 10px auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #666;
	}

img.left {
	float: left;
	}
	
a img {
	border: none;
	}
	
img.center_pic {
	padding: 0 9px;
	}
	
input,
select,
textarea,
button {
border-color: #BFBEBE #DCDCDD;
border-width: 1px;
border-style: solid;
margin-bottom: 6px;
padding: 2px 4px;
}

a {
color: #333366;
text-decoration: underline;
}

a:hover {
color: #62629c;
text-decoration: none;
}

	