body {
	background-color: white;	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;	
}

p {
	margin: 0 0 0 0;
}


#center {
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 95px;
	background: url(images/header.jpg);
}

#top_links {
	height: 18px;
	padding-top: 2px;
	text-align: center;
	background: url(images/top_links.jpg);
	font-size: 13px;	
	color: white;
}

#top_links a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#top_links a:hover {
	color: orange;
}

#page {
	background: url(images/bg_page.jpg);	
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;	
	text-align: justify;
	
	font-family: Tahoma, Vardana, Arial;
	font-size: 12px;	
	
	background: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}

#content h1 {
	color: #0090FF;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h2 {
	color: #0090FF;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content a {
	color: #0090FF;
	text-decoration: none;
}

#content a:hover {
	color: orange;
}

#footer {
	height: 95px;	
	background: url(images/footer.jpg);
}

#footer .copyright {
	padding-left: 40px;
	padding-top: 45px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: white;
}

#footer .copyright a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: white;
}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #161475;
}
