/* CSS Document */
body {
	margin: 0px;
	background-color: #1F0F00;
}
.content_long {
	background-image: url(images/homenew_content_long.jpg);
	background-repeat:repeat-y;
	background-color: #FFFBCE;
}
.pos_content {
	margin-left: 200px;
	margin-top: 65px;
	/*margin-top: 60px;*/
}
.content_bg {
	background-image: url(images/homenew_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 780px;
	height: 165px;
}
.content_text {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #220201;
	font-size: 13px;
	/*word-spacing: 2px; */
	font-style: italic;
	text-align:justify;
}
.footer_bg {
	background-image: url(images/homenew_footerbg.jpg);
	width: 780px;
	height: 63px;
	background-repeat:no-repeat;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #A1692E;
}
a.footer_link {
	color: #A1692E;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: none; 
}

.pos_enter {
	margin-top: 23px;
	margin-left: 702px;
}