/* CSS Document */

body {
	margin: 0;
	background-color: #242424;
}
.content_bg {
	background-image: url(images/content_bg_homenew.jpg);
	background-repeat: repeat-y;
}
.welcome_bg {
	background-image: url(images/welcome_homenew.jpg);
	width: 780px;
	height: 143px;
	background-position:top;
	background-repeat:no-repeat; 
}
.pos_content {
	margin-top: 60px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.content_text {
	color: #D5CEB3;
	font-size: 11px;
	font-family: "Tahoma", Times New Roman, Times, serif;
}
.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	width: 780px;
	height: 50px;
	background-repeat: no-repeat;
}
.footer_text {
	color: #E4DADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.footer_link {
	color: #E37C2E;
	text-decoration:underline;
}
a.footer_link:hover {
	color: #E4DADA;
	text-decoration:underline;
}