body{
	background-color: #d9d9d9;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Helvetica, Arial, sans-serif;
}

#container{
	width: 700px;
	height: auto;
	min-height: 565px;
	margin: 0 auto;
}

#header{
	width: 700px;
	height: 115px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}

#nav{
	width: 350px;
	margin-top: 95px;
	font-size: 18px;
	color: #2c5387;
}

#main{
	width: 700px;
	min-height: 400px;
	height: auto;
	padding-top: 25px;
}

#footer{
	width: 700px;
	height: 50px;
	background-image: url('../images/devide.png');
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 7px;
}

a{
	text-decoration: none;
	color: #ababab;
}

a:hover{
	color: #2c5387;
}

h1{
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h4{
	color: #2b5388;
	font-size: 35px;
	padding: 0;
	margin: 0;
}