@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #47251a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong {
	color: #645858;
	font-weight: bold; 
}
.container {
	padding-left: 0px;
	width: 100%;
	height: 780px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
}
.main {
	position: relative;
	height: 599px;
	padding: 0px;
	margin: 0px;
}
.header {
	padding-left: 155px;
	margin: 0px;
}
.main_nav_container {
	position: absolute;
	left: 0px;
	top: 85px;
}
.main_buy_container {
	position: absolute;
	left: 742px;
	top: 85px;
}
.main_footer {
	margin-top: 10px;
	margin-left: 155px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	
}
.main_footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.main_footer a:hover {
	text-decoration: none;
}
.main_content_head {
	position: absolute;
	left: 179px;
	top: 34px;
}
.main_content_container {
	position: absolute;
	left: 190px;
	top: 85px;
	width: 510px;
	height: 490px;
	overflow: auto;

}
.main_content_internal {
	padding-right: 25px;

}
.img_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #645858;
	
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #645858;
	
}
.excerpt_copyright {
	font-size: 9px;
	color: #666666;
}
.main_nav_item {
	margin: 0px;
	padding: 0px;
	height: 23px;
	overflow: hidden;
}