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

h2{
	color: #f58735;
	font-weight:normal;
}

h3{
	color: #b14c00;
}

img{
	border: 0px;	
}

a{
	font-weight:bold;
	color:#666;
	text-decoration:none;	
}

body{
	font-family: Arial, Ms Sans Serif; 
	font-size: 13px; 
	color: #000;
	margin: 0px auto;
	background-image: url("images/bg.jpg");
	background-repeat:no-repeat;
}

#container{
	width: 900px;
	height: 100%;
	margin: 0px auto;
}

#header{
	width: 895px;
	height: 60px;
	
}

	#headerleeg{
		width: 645px;
		height: 60px;
		float:left;
	}
	
	#logo{
		width: 245px;
		height: 52px;
		float:left;
		padding-top: 8px;
		
	}

#menu{
	width: 35px;
	height: 460px;
	float: left;
}

	#menu img{
		padding-bottom: 5px;	
	}

#content{
	background-image: url("images/contentbg.png");
	width: 821px; /*862*/
	height: 100%;
	min-height: 480px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	border-left: solid 1px #cee3ff;
}

	#content img{
		padding-right: 20px;
		padding-bottom: 20px;
	}

#footer{
	background-image: url("images/footer.png");
	background-position:right;
	background-repeat:no-repeat;
	width: 897px;
	height: 18px;
	float: left;
}