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

body {
	color: #999999;
	background-color: #cecece;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#seotitle {
	color: #999999;
	font-size: 0.4em;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
}
#header p {
	color: #FFF;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
#header h2 {
	font-size: 3em;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 5px;
}
#nav {
	padding-left: 75px;
	font-size: 1.2em;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin-right: 80px;
	float: left;
	text-decoration: none;
}
#nav a {
	color: #999;
}
#nav #active {
	color: #333;
}
#nav a:hover {
	color: #666;
}
#nav visited {
	color: #999;
}
.centre {
	margin-right: 331px;
	margin-left: 331px;
}
#content {
	margin-top: 100px;
	color: #999999;
}
#content a {
	color: #999999;
	text-decoration: none;
}
#content a:hover {
	color: #666;
	text-decoration: none;
}
#footer {
	text-align: left;
	width: 100%;
	margin-top: 150px;
	margin-left: 25px;
	color: #F3F3F3;
}
#footer a {
	color: #f3f3f3;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}

