@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
	margin:0;
	padding:0;
}

body {
	background-color:#bdb6b7;
	font:Arial, Helvetica, sans-serif;
}

#divwrapper {
	width:960px;
	margin:10px auto;
}

#divheader {
	
	background:url(images/logo.jpg);
	text-align:center;
	/*border:1px solid #000;*/
}

#divline {
	width:960px;
	background:#fff;
	height:1px;	
}

#divmenu {
	width:960px;
	background:ba1e46;
	/*border:1px solid #000;*/	
}
	
#divnav {
		
	width:960px;
	background:#ba1e46;
	height:36px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	
		
}

#divnav ul {
	list-style-type:none;
 
 }

#divnav ul li {
	float:left;	
}

#divnav ul li a {
	display:block;
	height:36px;
	line-height:36px;
	background:#ba1e46;
	width:85px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:0px;
		
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;*/
}

#divnav ul li a:hover {
	background:#ba1e46;
	color:#000;
}

#divnav ul li a.current, #divnav ul li a.current:hover {
	
	background:#ba1e46;
	color:#000;
	cursor:default;
}

#divhome {
	width:960px;
	background:#fff;
	/*border:1px solid #000;*/
}

#divcontent {
	width:960px;
	height:1050px;
	margin:0px auto;
	background:#fff;

}

#divcontent img {
	
	border:1px solid #fff;
	background:#fff;
	padding:40px;
			
}
#divcontent h3{
	margin:30px;
}

#divcontent p{
	margin:20px;
}


#divcontent ul li {
	margin:40px;
}

/******** Header ************/
/* some css here */

#leftcontent {
	display:block;
	float:left;
	width:465px;
	height:350px;
	padding-left:30px;
	padding-top:70px;
	background:#fff;
}

#rightcontent {
	display:block;
	float:right;
	width:465px;
	height:350px;
	/*padding-left:30px;*/
	padding-top:70px;
	background:#fff;
}

#divfooter {
	width:960px;
	height:30px;	
	background:#ba1e46;
	padding:0px;
}

IMG.recycle {
    display: block;
    margin-left: auto;
    margin-right: auto }
}

