/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color:#000000
}

.content_bg {
	background-image: url(images/bg_content_homenew.jpg);
	background-repeat: repeat-y;
}
.welcome_bg {
	background-image: url(images/welcome_bg_homenew.jpg);
	width: 760px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: top;
}
.left_p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pos_left {
	margin-top: 30px;
	margin-left: 2px;
}
.pos_right {
	margin-top: 7px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	width: 760px;
	height: 70px;
}
.footer_text {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer_link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #9D813E;
	text-decoration: none; 
}