@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#565251;
	margin:0px;
	padding:0px;
	
}

#container{
	width:1016px;
	margin:0px auto;
	padding:0px;
	
	
	
}

#contentContain{
	float:left;
	margin:0px;
}

#header{
	width:1016px;
	
}

.headerLeft{
	width:392px;
	float:left;
	
	
}

.headerRight{
	width:615px;
	float:left;
	height:368px;
	background-image:url(images/header_right.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content{
	width:1016px;
	margin-bottom:50px;
	
}

.contentLeft{
	width:340px;
	float:left;
	
}

.contentRight{
	float:left;
	width:667px;
	
}

.contentMiddle{
	background:url(images/paper_middle.png) repeat-y;
	padding:15px 50px 0px 50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#4d4540;
	line-height:19px;
	
}

.contentMiddle a{
	color:#de4615;
	
}


