html {
	
}

body {
	background-color: #1e1309;
	/*background-color: #9babb9;*/
	font-size: 75%;
	margin: 0;
	padding: 0;
}

#container {
	display: block;
	position: relative;
	margin: 37px 0;
	width: 825px;
	min-height: 25px;
}

a { 
	color: #968373;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#leftSide {
	display: block;
	position: relative;
	float: left;
	width: 346px;
	height: auto;
}

#rightSide {
	display: block;
	position: relative;
	float: left;
	width: 470px;
	min-height: 600px;
	background: #fff;
	height: auto;
}

#header {
	display: block;
	position: relative;
	
}

#leftSide h2 {
	margin: 0;
	padding: 0;
	width: 346px;
	height: 241px;
	display: block;
	position: relative;
	background: url(../images/interface-logo.gif) 0 0 no-repeat;
}

#leftSide h2 a {
	margin: 0;
	padding: 0;
	width: 246px;
	height: 100px;
	position: relative;
	display: block;
	top: 40px;
	left: 45px;
}

#leftSide h2 a span {
	display: block;
	position: relative;
	text-indent: -6000px;
}

ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 68px;
}

ul li {
	display: block;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
}

ul li a {
	display: block;
	position: relative;
	font-size: 15pt;
	color: #fff;
	line-height: 28pt;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	font-weight: normal;
}

.location p {
	display: block;
	position: relative;
	margin: 80px 0 0 68px;
	color: #fff;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	font-weight: normal;
}

#blockquote {
	display: block;
	position: relative;
	margin: 20px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	font-style: italic;
}

#content {
	display: block;
	position: relative;
	margin: 20px;
	font-family: Georgia, Times, serif;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	margin: 50px 0 0 0;
	font-family: Georgia, Times, serif;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}


