@charset "UTF-8";




body {
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px;
   padding:0;
   background: black url(/images/structure/mimic_bg.jpg) no-repeat left top;
}

#bg {

}





/* global structures BEGIN */


#top_right {
	width:343px;
	height:369px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:3;
}

#nav {
	width:100%;
	height:63px;
	position:absolute;
	top:385px;
	z-index:1;
}

#main_content {
	top:455px;
	position:absolute;
	width:100%;
	z-index:3;
}

#left_main {
	width:100%;
	height:100%;
	background-image:url(/images/structure/main_content_left_repeat.png);
	background-repeat:repeat-y;
}

#right_main {
	width:305px;
	height:100%;
	padding-left:26px;
	padding-right:26px;
	background-image:url(/images/structure/main_content_right_repeat.png);
	background-repeat:repeat-y;
}

#footer {
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}


/* global structures END */