body {
	margin: 0;
	padding: 0;
	color: #535353;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-image: url(images/bground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#navlinks {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: 75px;
}

#navlinks ul {
	clear:left;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000;
	position:relative;
	left:50%;
	text-align: center;
}

#navlinks li {
	display:block;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10px;
	right:50%;
	color: #000;
	float: left;
	position: relative;
}

#navlinks li a {
	text-decoration: none;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}

#navlinks li a:hover {
	text-decoration: none;
	display: block;
}

#navlinks em {
	font-size: 19px;
	font-style: normal;
	text-transform: uppercase;
}

#navlinks span {
	display: block;
	text-transform: uppercase;
}

.container {
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content {
	padding: 10px 0;
}

h1 {
	text-align: center;
	margin-top: 60px;
}

#footer {
	width: 960px;
	text-align: center;
	clear: both;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
