body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #ffffff; 
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 1000px;
	height: 550px;
	background: url(../img/header.jpg) 340px top no-repeat;
}
#title { 
	position: absolute;
	top: 400px;
	width: 1000px;
	height: 150px;
	background: url(../img/title.jpg) left top no-repeat;
} 
a.logo {
	width: 480px;
	height: 125px;
	float: left;
	margin-left: 270px;
	text-indent: -3000px;
	overflow: hidden;
} 
.top {
	width: 1000px;
	height: 400px;
}
#menu {
	float: left;
	width: 340px; 
	height: 400px;
	background: url(../img/menu.jpg) left 55px no-repeat;
}
#menu h2 {
	width: 340px;
	height: 55px;
	margin: 0;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/menu_h2.jpg) left top no-repeat;
}
#menu ul {
	width: 290px;
	height: 345px;
	overflow: auto;
	padding: 0 0 0 50px;
}
#menu ul li {
	font-size: 12px;
	line-height: 17px;
}
#menu a {
	display: block;
	width: 265px;
	margin: 0;
	padding-right: 7px;
	color: #010000;
	font-size: 12pt;
	text-decoration: none;
	text-align: right;
}
#menu a:hover {
	color: #ffffff !important;
	background-color: #cb764f !important;
}
#menu li.selected a {
	color: #ffffff !important;	
	background-color: #000000;
}
#menu a:visited {
	color: #2f2f2f;
}
.news {
	float: right;
	width: 344px;
	height: 400px;
	overflow: hidden;
	background: url(../img/news.jpg) left 60px no-repeat;
}
.news h2 {
	width: 344px;
	height: 60px;
	margin: 0;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/news_h2.jpg) left top no-repeat;
}
.news p {	
	margin: 0;
	padding: 5px 30px 10px 24px;
	color: #2e4f79;
}
.news strong {
	font-size: 14pt;
	font-weight: normal;
	color: #010000;
}
#content {
	width: 1000px;
	float: left;
}
.article {
	width: 1000px;
	background: url(../img/article.jpg) left bottom no-repeat;
}
#content h1 {
	margin: 0;
	color: #cb764f;
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
}
#content p {
	margin: 15px 100px 10px 110px;
}
.image img {
	margin: 18px 12px 0 110px; 
}
#links {
	width: 790px;		
	padding: 20px 100px 50px 110px;
	text-align: center;
}
#links a {				  
	color: #000000;
	font-size: 11pt;
	text-decoration: none; 
	vertical-align: middle;
}
#links a:hover {
	border-bottom: 1px solid #cb764f;
}
.search {
	width: 1000px;
	height: 90px;
	overflow: hidden;
	background: url(../img/search.jpg) left top no-repeat;
}
.google {
	display: block;
	width: 390px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding-top: 10px;
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
#footer {
	width: 1000px;
	height: 60px;			
	clear: both;
	background: url(../img/footer.jpg) left top no-repeat;
}
.copy {
	width: 1000px;
	height: 60px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/copy.jpg) 290px top no-repeat;
} 
