html {
	height: 100%;
}
body {
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #8db7bd;
	background-image: url(../_img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 45% bottom;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

a {
	color: #88583a;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFF;
}
.content {
	width: 480px;
	margin-left: 37%;
	margin-right: auto;
	margin-top: 70px;
}
.identifier {
	float: left;
	width: 243px;
	text-align: right;
	padding: 20px 0 60px 40px;
}
h1, h3, ul li {
	color: #FFF;
	font-size: 24px;
	text-transform: lowercase;
	padding: 0px;
	margin: 0px;
}
h1, h3 {
	display: inline;
	text-align: right
}
h1 {
	font-size: 30px;
	
}
h3 {
	font-size: 30px;
	/*color: #88583a;*/
	color: #000;
	font-weight: normal;
}

.menu {
	float: left;
	width: 172px;
	text-align: left;
	margin-left: 20px;
}
.identifier .menu {
	float: right;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
ul li {
	margin-bottom: 4px;
}

ul li.padder {
	margin-bottom: 10px;
}
ul li.elsewhere {
	margin-bottom: 0px;
	padding: 0px;
	line-height: .7em;
}
ul li.elsewhere a {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 1em;
}
ul li span.arrow {
	font-size: 14px;
	vertical-align: middle;
}
ul.main {
	width: 200px;
	float: left;
	margin-right: 4px;
}
.identifier ul.main {
	text-align: right;
	width: 100px;
}




div.elsewhere {
	margin-left: 306px;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 58px;
}
div.elsewhere h4 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	line-height: 1em;
}


ul.sub {
	padding: 0px;
	width: 240px;
	margin-bottom: 15px;
}
ul.sub li {
	font-size: 12px;
	display: inline;
	margin-right: 6px;
}
ul.sub li.padder {

}
ul.sub li a, .twitter a {
	color: #656c74;
}
ul.sub li a:hover, .twitter a:hover {
	color: #f2ede9;
}
.twitter {
	color: #656c74;
}