/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
}
.welcome {
	background-image:url(images/homenew_welcome.jpg);
	width: 780px;
	height: 44px;
	background-repeat:no-repeat;
}
.content_long {
	background-image:url(images/homenew_contentlong.jpg);
	background-repeat:repeat-y;
}
.contentbg {
	background-image:url(images/homenew_content.jpg);
	width: 780px;
	height: 68px;
	background-repeat: no-repeat;
}
.content_text {
	color: #FEEEC4;
	font-size: 11px;
	font-family: "Tahoma", Times New Roman, Times, serif;
}
.pos1{
	margin-top: 5px;
}
.footerbg {
	background-image: url(images/homenew_footerbg.jpg);
	width: 780px;
	height:38px;
	background-repeat:no-repeat;
}
.footertext{
	color: #A29982;
	font-size:10px;
	font-family: "Tahoma", Times New Roman, Times, serif;
}
a.footerlink {
	color: #A29982;
	text-decoration:none;
	font-weight:bold;
}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
