* {border: 0}

body {
	background: #9FC2D6 url(../images/bg.png) repeat-x;
}

#wrap {
	margin: auto;
	width: 960px;
}

.banner img {
	margin-top: 15px;
}

.banner ul {
	float: right;
	list-style-type: none;
}

.banner ul li {
	margin-top: 15px;
	margin-right: 25px;
	float: left;
}

.banner ul li a {
	text-decoration: none;
	font-size: 18px;
	font-family: "Gill";
	color: #EEE;
}

.banner ul li a:hover {
	color: #B8D0DE;
}

.title {	
	padding-bottom: 20px;	
	padding-top: 40px;		
	text-align: center;
	font-style: italic;
	font-size: 40px;
	font-family: "Gill";
	color: #708090;
}

.foot {
	height: 20px;
	color: #708090;
	margin: 50px;
	font-size: 16px;
	text-align: center;
	font-family: "Gill";
	font-weight: 100	
}

.foot a{
	color: #708090;
}