@import url('reset.css'); 
body{
	background-image:url(img/bg_light.png);
	font-family:  Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}
h1{
	font-size:20px;
	margin-bottom:15px;
}
h1 a{
	color:white;
	text-decoration:none;	
}
h2{
	font-size: 23px;
	color: #222;
}

h3{
	font-size: 18px;
	color: #222;
	margin:10px 0 10px;
}
#container{
	width:1032px;
	margin:50px auto 0;
	background-color:#fff;
	box-shadow: 0 0 24px #666;
	/*-webkit-border-radius: 10px 10px 0 0;
  	-moz-border-radius: 10px 10px 0 0;*/
}
#header{
	background-color:#4e4e4e;
	height:250px;
	/*-webkit-border-radius: 10px 10px 0 0;
 	-moz-border-radius: 10px 10px 0 0;*/
}
#header h1{
	color: #fff;
	margin: 40px 0px 40px 60px;
}
#header_1{
	width:692px;
	height:250px;	
	background:url(img/header.png) no-repeat;
	float:left;
}
#header_2{
	width:320px;
	padding:20px 20px 0 0;
	float:left;
	color:white;
}
#wrapper{
	border:1px solid #e2e2e2;
	background:url(img/bg_content.gif) repeat-x;
}
#content{
	width:692px;
	padding: 20px;
	float: left;
	text-align: justify;
	text-indent:25px;
}

#sidebar{
	width:240px;
	padding:29px;
	float: left;
}
.block{
	border-left:1px solid #e2e2e2;
	padding-left:20px;
}
.block ul{
	list-style-image:url(img/arrow.png);
}
.block ul a{
	text-decoration:none;
	color: #444;
}

#footer{
	background:url(img/footer_bg.png);
	/*display:table;*/
	overflow: hidden;
	position:relative;
}
#box_1{
	float:left;
	width:303px;
	padding: 20px;
	/*border-right:1px solid #d0d0d0;
	display:table-cell;*/
}
#box_2{
	float:left;
	width:303px;
	padding: 20px;
	/*border-right:1px solid #d0d0d0;
	display:table-cell;*/
}
#box_3{
	float:left;
	width:302px;
	padding: 20px;
	/*display:table-cell; */
}
.shadow{
	height:20px;
	background:url(img/footer_shadow.png);
}
.decor{
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	width:344px;
	position: absolute;
	left: 344px;
	height: 1000px;
	top: 25px;
}