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

Body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image:url(images/background.gif);
	background-repeat:repeat;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1004px;
	height:659px;
	background-image:url(images/container_shadow.png);
	background-repeat:repeat-y;
	padding-left:25px;
}
.container {
	background-color:#402f27;
	width:956px;
	height:659px;
	background-image:url(images/container_backg.gif);
	background-repeat:no-repeat;
}
.container_bottom {
	width:1004px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/container_bottom_index.png);
	background-repeat:no-repeat;
	padding-left:25px;
}
.header {
	height:160px;
	width:940px;
	margin-left:20px;
}
.menu {
	height:77px;
	float:right;
	margin-right:2px;
	padding-left:20px;
	margin-right:12px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#logo {
	padding-top:15px;
	float:left;
}
.content {
	height:481px;
}
#flashContent {
	width:956px;
	height:338px;
}
.subcontent {
	background-color:#3a2820;
	width:940px;
	height:161px;
	margin-left:8px;
}
#subcontent_left {
	width:150px;
	background-image:url(images/subcontent_left_text.gif);
	background-repeat:no-repeat;
	float:left;
	padding-left:375px;
	padding-top:32px;
}
#subcontent_right {	
	float:right;
	height:100px;
	width:370px;
	background-image:url(images/subcontent_right.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	padding-top:50px;
	padding-left:42px;
}
.footer {
	width:956px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
#footer_left {
	float:left;
}
#footer_left a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
#footer_right {
	float:right;
	margin-right:25px;
}
