body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	position: relative;
}


#header {
	font-size: 380%;
	font-variant: small-caps;
	text-transform: lowercase;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #7e080e;
	list-style-type: none;
	letter-spacing: -1pt;
	width: 960px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#header li {
	float: left;
	padding: 0px;
	margin: 0 0 0 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#header li a {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 60px;
	top: 75px;
}


#footer {
	border-top: dotted 1px #7e080e; 
	width: 1000px;
	margin: 50px auto 0px auto;
	color: #666666;
	text-align: center;
	font-variant: small-caps;
	text-transform: lowercase;
	clear: both;
}

#footer p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

#footer p a {
	color: #666666;
	text-decoration: none;
}


.clear {
	clear: both;
}

