body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11pt;
	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #000; 
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/main.jpg) no-repeat 100% 100%;
}
.header { 
	height: 505px;
	background: url(../img/header.jpg) no-repeat 22px 0;
}
a.logo {
	float: left;
	width: 415px;
	height: 190px;
	margin: 315px 0 0 22px;
	text-indent: -3000px;
	overflow: hidden;
} 
#menu {
	float: right;
	width: 470px;
	height: 100%;
	background: url(../img/menu_bg.jpg) no-repeat 79px 0;
}
#menu h2 {
	position: absolute;
	width: 79px;
	height: 505px;
	margin: 0; 
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/menu.jpg) no-repeat;
}
#menu ul {
	float: right;
	width: 382px; 
	height: 422px;
	overflow: auto;
	margin: 83px 0 0 0;
	padding: 0 0 0 8px; 
	border-left: 1px solid #5f5f5f;
} 
#menu ul li {
	line-height: 20px;
	font-size: 10pt;
}
#menu a {
	display: block;
	width: 290px; 
	margin: 0; 
	padding: 0 0 0 8px;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
}
#menu a:hover {
	color: #f00 !important;	
	background: url(../img/red.gif) repeat-x 0 100% !important;
}
#menu li.selected a {
	color: #ff1010 !important;
	background: url(../img/grey.gif) repeat-x 0 100% !important;
}
#menu a:visited {
	color: #b1b0b0;
}
#content {
	width: 100%;
	overflow: hidden;
	background: url(../img/grey.gif) repeat-y 263px 0;
}
.news {
	float: left;
	width: 264px;
	height: 694px; 
	font-size: 12pt;
}
.news h2 {
	position: absolute;
	top: 433px;
	width: 135px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/news.gif) no-repeat 100% 0;
} 
.news ul {
	margin: 0 10px 0 30px;
} 
.article { 
	float: right;
	width: 736px;
	background: url(../img/part.jpg) no-repeat 127px 0;
}
.article h1 {
	width: 640px; 
	margin: 0 0 0 30px;
	padding: 60px 0 5px 0;
	color: #cd0000;
	font-weight: normal;
	font-size: 26pt;
	border-bottom: 1px solid #5f5f5f;
}
.article p {
	margin: 12px 65px 12px 30px;
}
.image img {
	margin: 15px 12px 2px 30px; 
}
#links {	
	padding: 10px 65px 10px 30px;
	text-align: center;
}
#links a {
	font-size: 10pt;
	color: #fff;
}
#links a:hover {
	color: #cd0000;
}
.google {
	width: 485px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding: 15px 65px 5px 30px;
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
#footer {
	height: 110px; 
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/footer.jpg) no-repeat 50px 64px;
}