html{
	font-size:100.01%;
}
body{
	margin:0;
	font:italic 62.5% Arial, Verdana, Helvetica, sans-serif;
	background:#000 url(../images/bg-body.jpg) repeat-x;
	color:#fff;
	min-width:800px;
}
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1008px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1008px;
	position:relative;
	float:left;
	left:-50%;
}




img{border:none;}
#wrapper{
	width:1008px;
	margin:0 auto;
	position:relative;
}
#wrapper:after{
	content:"";
	display:block;
	clear:both;
}
/*-- header --*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:1008px;
	overflow:hidden;
	z-index: 999;
}
#header .header-area{
	height:235px;
	width:1008px;
	overflow:hidden;
	background: url(../images/bg-header.png) no-repeat;
}
h1{
	width:361px;
	height:165px;
	overflow:hidden;
	margin:28px 0 0 193px;
	text-indent:-9999px;
	background: url(../images/logo.png) no-repeat;
}
h1 a{
	display:block;
	height:100%;
	position:relative;
}
/*-- navigation --*/
#navigation-area{
	width:257px;
	overflow:hidden;
	position:absolute;
	top:140px;
	left:76px;
	z-index: 99;
}
#navigation-area .bottom-nav{
	width:257px;
	height:205px;
	overflow:hidden;
	background: url(../images/bottom-nav.png) no-repeat;
}
#navigation-area ul{
	width:205px;
	padding:90px 27px 22px 25px;
	overflow:hidden;
	margin:0;
	list-style:none;
	background: url(../images/bg-nav.png) repeat-y;
}
#navigation-area li{
	width:100%;
	float:left;
}
#navigation-area a{
	float:left;
	padding:4px 14px 11px;
	width:177px;
	background: url(../images/bg-nav-link.png) no-repeat;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:140%;
	text-decoration:none;
	margin:0 0 -11px;
	position:relative;
	cursor:pointer;
}
#navigation-area a:hover{
	color:#000;
	background: url(../images/bg-nav-link-over.png) no-repeat;
}
/*-- content --*/
#main{
	width:725px;
	padding:78px 24px 54px 25px;
	margin:0 0 0 146px;
	overflow:hidden;
	background: url(../images/bg-main.png) repeat-y;
}
#top-images{
	width:100%;
	min-height:188px;
	overflow:hidden;
}
* html #top-images{
	height:188px;
	overflow:visible;
}
#top-images img{
	float:right;
}
#content{
	width:100%;
	overflow:hidden;
	min-height:245px;
	background: url(../images/bg-content.jpg) no-repeat;
}
* html #content{
	height:245px;
	overflow:visible;
}
#mycontent{
	width:500px;
	float:right;
	font-size:160%;
	line-height:110%;
	padding:0 37px 0 0;
}
#mycontent h2{
	margin:30px 0;
	font-weight:normal;
	font-size:150%;
	line-height:150%;
}
#mycontent h2 a{
	color:#fff;
	text-decoration:none;
}
#mycontent h2 a:hover{
	text-decoration:underline;
}
#mycontent p{
	margin:20px 0;
}
/*-- footer --*/
#footer{
	width:730px;
	overflow:hidden;
	text-align:center;
	margin:0 0 0 168px;
	padding:0 0 40px;
	font-size:150%;
	color:#ab4b4b;
	background: url(../images/bg-footer.jpg) no-repeat;
}
#footer a{
	color:#ab4b4b;
}
#footer a:hover{
	text-decoration:none;
}
#footer ul{
	margin:13px 0 0;
	padding:0;
	list-style:none;
	font-size:125%;
}
#footer ul li{
	display:inline;
	background: url(../images/bottom-separatoe.gif) no-repeat 2px 12px;
	padding:0 0 0 14px;
}
#footer ul li:first-child{
	background:none;
	padding:0;
}
#footer p{
	margin:10px 0 0;
}
