/*--------------*/
/*--- HEADER ---*/
/*--------------*/

#header {
	width: 950px;
	padding: 0px;
	margin: 0 auto;
}

/*----------------------*/
/*--- MAIN CONTAINER ---*/
/*----------------------*/

#main_container {
	width: 950px;
	padding: 0px;
	margin: 0 auto;
	text-align: left
}
* html #main_container {
	width: 951px;
}

/*-----------------------*/
/*--- LEFT NAVIGATION ---*/
/*-----------------------*/

#main_container .main_nav {
	position: relative;
	float: left;
	width: 214px;
	margin: 0px -214px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e1d0a4;
	z-index: 1000;
	font-size: 1px;
}
#main_container .main_nav .wrapper {
	background: url(/images/v2/shell/menu_bg.jpg) 0px 63px repeat-y;
	width: 214px;
	font-size: 1em;
}
#main_container .main_nav embed,
#main_container .main_nav object {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#main_container .main_nav img.bg_top {
	vertical-align: top;
}
#main_container .main_nav .wrapper .menu {
	background: url(/images/v2/shell/menu_bg_top_detail.jpg) 0px 0px no-repeat;
	padding: 2px 10px 0px 10px;
	margin: 0px;
	font-size: 12px;
	list-style: none;
}
#main_container .main_nav  .wrapper .menu ul {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	list-style: square;
}
#main_container .main_nav  .wrapper .menu ul li {
	padding: 2px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 11px;
	font-weight: normal;
}

#main_container .main_nav  .wrapper .menu ul li a:hover {
	background: none;
	text-decoration: underline;
}

#main_container .main_nav  .wrapper .menu li a {
	display: block;
	background: url(/images/v2/shell/menu_item.jpg) 0px 0px no-repeat;
	width: 195px;
	height: 23px;
	padding: 0px 15px 4px 15px;
	margin: 0px 0px 2px 0px;
	text-decoration: none;
	color: #F0E5C9;
	font-weight: bold;
	line-height: 23px;
}

#main_container .main_nav  .wrapper .menu li a:hover {
	background: url(/images/v2/shell/menu_item_hdr.jpg) 0px 0px no-repeat;
}



#main_container .main_nav  .wrapper .menu2 ul {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	list-style: square;
}

#main_container .main_nav  .wrapper .menu2 ul li {
	padding: 2px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 11px;
	font-weight: normal;
	text-align: left !important;
}

#main_container .main_nav  .wrapper .menu2 ul li a {
	height: 1em;
	background: none;
	padding: 0px;
	margin: 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #e1d0a4;
	font-weight: normal;
	text-align: left !important;
	text-decoration: none;
}

#main_container .main_nav  .wrapper .menu2 ul li a:hover {
	background: none;
	text-decoration: underline;
}

#main_container .main_nav  .wrapper .menu2 ul li.header {
	background: url(/images/v2/shell/menu_item_hdr.jpg) 0px 0px no-repeat;
	width: 195px;
	height: 23px;
	padding: 0px 5px 4px 10px;
	margin: 0px 0px 5px 10px;
	text-decoration: none;
	color: #F0E5C9;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	list-style: none;
	display: block;
}

/*---------------*/
/*--- CONTENT ---*/
/*---------------*/

#main_container .content_container {
	position: relative;
	float: left;
	background: url(/images/v2/shell/content_bg.jpg) top right repeat-y;
	width: 768px;
	padding: 0px 0px 0px 182px;
	margin: 0px;
	color: #e1d5b7;
	line-height: 1.7em;
	z-index: 0;
}
#main_container .content_container a {
	color: #fbd56e;
}
#main_container .content_container a:hover {
	color: #DFAA1B;
}
#main_container .content_container .content {
	background: url(/images/v2/shell/content_bottom.jpg) center bottom no-repeat;
}
#main_container .content_container .content .wrapper {
	width: 618px;
	min-height: 900px;
	padding: 0px 75px 130px 75px;
}
#main_container .content_container .content .subpage {
	background: url(/images/v2/shell/content_top.jpg) center top no-repeat;
	padding-top: 35px;
}
* html #main_container .content_container .content .wrapper {
	width: 768px;
	height: 1100px;
}
#main_container .content_container .ad_container {
	background: url(/images/v2/shell/content_ad_bg_2.jpg) center bottom no-repeat;
	width: 728px;
	height: 90px;
	padding: 65px 20px 15px 20px;
	color: #fbd56e;
	text-align: center;
}
* html #main_container .content_container .ad_container {
	width: 768px;
	height: 170px;
}

/*--------------*/
/*--- FOOTER ---*/
/*--------------*/

#footer {
	width: auto;
	padding: 15px 0px 15px 0px;
	margin-left:70px
}

