*{font-size: 100.01%;}
html{background:#000;font-size: 62.5%}
body{
	font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#5a5954;
	background:#d3d1c5 url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:940px;
	max-width: 1200px;
	margin: 0 auto;
}
a{color:#5a5954;text-decoration:none;}
a:hover{text-decoration:underline;}
img{display:block;border:none;}
#wrapper{
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
#accessibility{
	position:absolute;
	left:-9999em;
}
#main{
	min-height:795px;
	width:100%;
	overflow:hidden;
}
* html #main{
	height:795px;
	overflow:visible;
}
#content{
	width:540px;
	float:right;
}
#sidebar{
	width:300px;
	float:left;
}
/* header */
#header{
	height:117px;
	width:940px;
	overflow: hidden;
	background:url(../images/bg-header.png) no-repeat 0 0;
}
#header h1{
	background: url(../images/logo.png);
	overflow: hidden;
	width: 381px;
	height: 36px;
	text-indent: -9999px;
	float: right;
	margin:0;
}
/* man navigation */
#nav{
	margin:0;
	padding:10px 0 0;
	list-style:none;
	font-size:1.33em;
	text-align:right;
	width: 100%;
	clear: both;
}
#nav li{
	display:inline;
	padding:0 0 0 15px;
	letter-spacing:1px;
}
#nav a{color:#fff;}
/* content */
h3,h2{
	color:#d0cdbe;
	font-size:3em;
	font-weight:normal;
	margin:0;
}
p.big{
	font-size:2.33em;
	color:#fff;
	margin:0;
}
.list{
	margin:0;
	padding:0 0 16px;
	list-style:none;
	line-height:1.33em;
	font-size:1.5em;
	color:#fff;
	overflow:hidden;
	height:1%;
}
.list p{margin:0;}
.list a{color: #fff;}
.list li{
	margin:12px 0 0;
	width:515px;
	float:left;
}
.list em{
	font-size:24px;
	font-style:normal;
}
.list h4{
	font-size:1em;
	font-weight:normal;
	margin:0;
}
#content .box{padding:0 0 35px;}
#content .b,
#content .t{
	background:url(../images/bg-t.png);
	width:540px;
	overflow:hidden;
	height:9px;
}
#content .c{
	background:url(../images/bg-c.png);
	width:520px;
	overflow:hidden;
	padding:0 10px 7px;
}
#content .c *{position:relative;}
#content .b{background:url(../images/bg-b.png);}
/* left column */
#sidebar p{
	line-height:1;
	font-size:1.33em;
	color:#fff;
	margin:8px 0 6px;
}
/* social links */
.social{
	margin:30px 0 0 128px;
	padding:0;
	overflow:hidden;
	width: 156px;
	list-style:none;
}
.social li{
	float:left;
	padding:0 0 0 15px;
}
.social a{
	display:block;
	width:37px;
	height:37px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
}
.social a.twitter{background:url(../images/a-twitter.png);}
.social a.facebook{background:url(../images/a-facebook.png);}
.social a.linkedin{
	background:url(../images/a-linkedin.png);
	width:36px;
}
h3.pictures{
	font-size:2em;
	padding:0 0 0 65px;
	margin:0 0 -5px;
	min-height: 30px;
	background:url(../images/bg-pictures.gif) no-repeat left;
}
#sidebar .b,
#sidebar .t{
	width:300px;
	height:7px;
	background:url(../images/bg-t2.png);
	overflow:hidden;
}
#sidebar .b{
	height:8px;
	background:url(../images/bg-b2.png);
}
#sidebar .c{
	min-height:110px;
	width:284px;
	overflow: hidden;
	padding:0 8px;
	background:url(../images/bg-c.png);
}
* html #sidebar .c{
	height: 110px;
	overflow: visible;
}
#sidebar .box{padding:0 0 36px;}
/* footer */
#footer{
	width:940px;
	margin: 0 auto;
	overflow:hidden;
	padding:15px 0 0;
	line-height:1.5;
}
#footer .left{
	float:left;
	width:300px;
}
#footer .right{
	float:right;
	width:596px;
}
#footer h4{
	font-size:1.5em;
	border-bottom:1px solid #a8a8a8;
	line-height:1.44;
	font-weight:normal;
	margin:0;
}
#footer p{margin:4px 0 13px;}
/* footer list */
#footer .right ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#footer .right ul li{
	width:161px;
	margin:0 45px 0 0;
	float:left;
	overflow:hidden;
}
#footer .right ul li.last{
	width:178px;
	margin:0;
}
#footer .right ul ul{margin:5px 0 0;}
#footer .right ul ul li{
	float:none;
	margin:0;
	width:auto;
}