* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	line-height: 17px;
	color: #4f473d;
}

body {
	background-color: #e4e1dc;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #4f473d;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

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

.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	margin-top: 65px;
	margin-bottom: 50px;
}
.logo {
	float: left;
	width: 300px;
}
.nav {
	float: right;
}
.column {
	float: left;
	width: 234px;
}
.sitelinkcontainer 
{
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align:center;
	width: 940px;
}
.sitelink 
{
	position:relative;
	display:inline-block;
	width: 311px;
	height: 300px;
}
.footer 
{
	margin-top: 25px;
	margin-bottom: 100px;
	padding: 20px 0 0 0;
	border-top: 1px solid #bbb7b2;
}
.doublecolumn {
	width: 453px;
	margin-right: 15px;
	float: left;
}
label
{
    width:200px;
    margin-right:10px;
    clear:both;
    float:left;
}
input
{
    float:left;
}
textarea
{
    clear:both;
}


