html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../img/blend.gif) repeat-x 0 0 #585859;
}

body {
	top:0;
	height: 100%;
	width:90%;
	min-width:765px;
	max-width:1100px;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link{ color: #C43A15; }

a:visited{ color: #B92F0A; }

a:hover, a:focus{ color: red; text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #df7f0d; font-weight:bold; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }


#container {
	position: relative;
	/*
min-height:100%;
*/
	display:block;
	background:#E8E8E8;
	margin:0;
	border: 5px solid #BFBDBD;
	padding:0.5%;
	overflow:hidden;
}

#header{
	position:relative;
	display:block;
	height:110px;
	background: url(../img/header.jpg) no-repeat 0 0 #B92F0A;
	border:1px solid #9B8E95;
}

#header .right{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:428px;
	height:110px;
	background: url(../img/header-right2.png) no-repeat 0 0;
}

#logo{
	display:block;
	position:relative;
	width:344px;
	height:27px;
	background: url(../img/logo.gif) no-repeat 0 0;
	left:30px;
	top:40px;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:90%;
	left:20%;
	margin:0 ;
	padding:2.5% 5% 40px 5%;
	top:0;
}

#contentWrapper{
	background:white;
	display:block;
	position:relative;
	overflow:hidden;
	border:1px solid #BFBDBD;
	margin:0 0  10px 0;	
}

#middleSegment{
	position:relative;
	display:block;
	left:0;
	margin:0;
	z-index:6;
	border:1px solid #E8E8E8;
	overflow:hidden;
	margin:5px 0;
}

#asideLeft + #content{ width:70%; }

#asideLeft{
	position:relative;
	display:block;
	width:20%;
	float:left;
	left:0;
	list-style:none;
	padding:0 0 40px 0;
	margin:0 -100% 0 0;
	z-index:6;
}

#footer {
	position: relative;
	bottom: 0;
	margin:0;
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	left:0;
	font-size:10px;
}

#sloganBlock{
	display:block;
	position:relative;
	height:145px;
	background: url(../img/slogan-bg.jpg) no-repeat center center #464646;
	float:left;
	padding:20px 0;
	margin:0;
	width:31%;
	text-align:center;
	
	overflow:hidden;
	line-height:999em;
	text-indent:999em;
}

#sloganBlock h3{
	color:#F5DA49;
	font-weight:bold;
	margin:20px 0 0 0;
	font-size:22px;
}

#sloganBlock p{
	margin:10px 20px;
}

#btn1, #btn2, #btn3{
	display:block;
	position:relative;
	height:185px;
	background:#999;
	float:left;
	width:22%;
	margin:0 0 0 1%;
	overflow:hidden;
	line-height:999em;
	text-indent:999em;
}

/*
#btn1{
	background: url(../img/btn1.jpg) no-repeat center top;
}

#btn2{
	background: url(../img/btn2.jpg) no-repeat center top;
}

#btn3{
	background: url(../img/btn3.jpg) no-repeat center top;
}
*/

