* {
 padding:0;
 margin:0 auto;
}
img {
	border:none;
}
body {
	padding:0;
	margin:60px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2a497a;
	text-align:center;
	line-height:18px;
	background-color:#fff;
}
#wrapper {
	width:975px;
	padding:0 0 30px 0;
	margin:0 auto;
	text-align:center;
}
#logo {
	text-align:left;
	margin:5px 0 0 0;
}
.menu {
	background-color:#a1c2d6;
	width:946px;
	height:23px;
	text-align:left;
	margin:1px 0 1px 1px;
	padding:2px 0 0 0;
}
ul {
	list-style-type:none;
	margin:2px 2px 0 14px;
}
ul li {
	list-style-type:none;
	display:inline;
	margin:0 18px 0 0;
	color:#fff;
}
ul li a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
ul li a:hover, a:active {
	color:#2a497a;
	text-decoration:none;
}
ul li a.current {
	color:#2a497a;
	text-decoration:none;
}
#mainwrap {
	text-align:left;
}
#main {
	text-align:left;
	float:left;
}
#mainmark {
	text-align:left;
	float:left;
	background-repeat:no-repeat;
	width:948px;
	height:633px;
}
#copyright {
	float:left;
}
#text {
	width:375px;
	height:470px;
	padding:10px;
	float:left;
	margin:80px 0 0 80px;
	overflow:auto;
}
#text p {
	margin:0 0 15px 0;
}
#text p.centre {
	text-align:center;
}
#textcontact {
	width:375px;
	height:470px;
	padding:10px;
	float:left;
	margin:80px 0 0 480px;
	overflow:auto;
}
#textcontact p {
	margin:0 0 15px 0;
}
#textcontact p.centre {
	text-align:center;
}
.clear {
	clear:both;
	height:1px;
}
