*{
	margin: 0;
	padding: 0;
	border: 0;
}

#main{
	width: 765px;
	height: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#head{
	width: 100%;
	height: 73px;
}

#head a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	margin-top: 60px;
}

#menu{
	width: 100%;
	height: 28px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

#menu ul{
	list-style: none;
}

#menu li{
	display: block;
	float: left;
	height: 19px;
	max-width: 200px;
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 8px;
	background-image: url('images/menu.png');
	border-right: 1px groove;
	color: black;
}

#menu li:hover{
	background-image: url('images/menu_active.png');
	color: white;
}

#menu a{
	text-decoration: none;
	color: black;
}

#menu li:hover a{
	color: white;
}

#picture{
	width: 100%;
	height: 170px;
	background-image: url('images/picture.png');
}

#logos{
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted gray;
}

#logos ul{
	list-style: none;
	
}

#logos li{
	display: block;
	float: left;
	padding: 15px 3px;
}

#footer{
	clear: both;
	width: 685px;
	height: 10px;
	background-image: url('images/footer_back.png');
	padding: 20px 40px;
	font-family: arial;
	font-size: 11px;
	color: #8E9497;
	margin-top: 20px;
}

#footer a{
	color: #8E9497;
	text-decoration: none;
}

#left{
	float: left;
}

#right{
	float: right;
}

#content {
	color: #606060;
	font-size: 11px;
	font-weight: normal;
	overflow: auto;
	height: 400px;
	background-color: #F8F8F8;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial;
}

#pages {
	margin: 0 auto;
	width: 200px;
}

#pages li{
	display: block;
	float: left;
	padding: 2px 5px;
	background-color: #eee;
	margin: 2px;
	border: 1px dotted gray;
}

