body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12pt;
 	font-family: "Myriad Pro", Calibri, Arial, Verdana, Tahoma, sans-serif;
	background-color: #000000; 
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.column {
	width: 298px;
	float: left;
	background: url(../img/left.jpg) left top no-repeat;
}
.news {
	width: 298px;
	height: 658px;
	background: url(../img/news.jpg) right bottom no-repeat;
}
.news h2 {
	width: 298px;
	height: 56px;
	margin: 0;
	background: url(../img/newsh2.jpg) right top no-repeat;
}
#menu {
	width: 298px;
	float: left;
	background: url(../img/bg_menu.jpg) 54px 29px no-repeat;
}
#menu h2 {
	width: 298px;
	height: 29px;
	margin: 0;
	background: url(../img/menuh2.jpg) right top no-repeat;
}
#menu ul {
	width: 226px;
	float: left;
	padding: 15px 0 15px 72px;
}
#menu a {
	width: 226px;
	margin: 0;
	color: #ffffff;
	font-size: 11pt;
	text-decoration: none;
}
#menu a:hover,
#links a:hover {	
	text-decoration: underline;
}
#menu li.selected a {
	font-weight: bold;
}
.box {
	width: 702px;	
	float: right;
	background: url(../img/bg_box.jpg) 280px bottom no-repeat;
}
.header {
	width: 702px;
	height: 330px;
	background: url(../img/top.jpg) left bottom no-repeat;
} 
#title {
	width: 702px;
	height: 293px;
	background: url(../img/title.jpg) right top no-repeat;
}
a.logo {
	width: 565px;
	height: 293px;
	background: url(../img/logo.jpg) left top no-repeat;
}
a.home {
	width: 106px;
	height: 25px;
	margin: 12px 0 0 540px;
	background: url(../img/home.jpg) left top no-repeat;
}
a.logo,
a.home,
.news,
#menu h2,
.copyright {
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}
#content {	
	width: 702px;
	background: url(../img/bg_content.jpg) left top no-repeat;
}
.image img {
	margin: 12px 12px 5px 100px; 
}
#content h1 {
	margin: 0 0 5px 100px;
	padding-top: 30px;

	font-size: 22pt;
}
#content p {
	margin: 0;
	margin: 10px 55px 10px 100px;
}
#links {
	width: 547px;		
	padding: 10px 0 10px 100px;
	text-align: center;
}
#links a {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}
#footer {
	width: 1000px;	
	height: 110px;
	background: url(../img/bg_footer.jpg) 740px top no-repeat;
}
.google_center {
	width: 605px;
	float: right;
}
.google {
	display: block;
	width: 390px;
	margin: 0;	
}
.google form {
	margin: 0;
	padding-top: 15px;	
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
.copyright {
	width: 385px;
	height: 110px;
	background: url(../img/copy.jpg) right 20px no-repeat;
}