html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background: url("right-sidebar-back.gif") repeat-y top right;
	font-family: 'Helvetica', Arial, sans-serif;
	text-align: left;
	color: #A2A19D;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #CC0000;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
img {
	border-style: none;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: normal;
	font-family: 'PT Serif Caption', Georgia, Times, "Times New Roman", serif;
}
h1 {
	font-size: 21px;
	margin: 0px;
	padding-top: 59px;
	letter-spacing: 0.15em;
}
h2 {
	font-size: 21px;
	line-height: 24px;
}
h3 {
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	font-weight: bold;
	font-size: 16px;
}
.topadding {
	padding-top: 100px;
}
.table {
	display:table;
}
ul {
	font-size: 1.05em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
li:hover {
	list-style-type: square;
	color: #CC0000;
}
form {
	margin: 0px;
}
textarea {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
input:focus {
	outline: none;
}

/* IE7 Fix */
* html #container {
    display: table;
    height: 100%
}
/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
}
div#main {
    overflow: auto;
    padding-bottom: 100px;
}
div#header {
    height: 150px;
    padding: 0px;
    background: url(/images/interface/headbg.gif) repeat-x;
}
div#body {
    overflow: hidden;
    height: 100%;
}
div#content {
    margin: 0px 240px 0px 0px;
    padding: 20px;
}
div#right-sidebar {
    width: 210px;
    float: right;
    padding-right: 50px;
}
div#footer {
    position: relative;
    height: 117px;
    margin-top: -117px;
    clear: both;
    background: #1E1E1E url(/images/interface/footer_bg.gif) repeat-x;
}
div#footer a {
	color: #ECE9D7;
}
div#footer a:hover {
	color: #CC0000;
}
.footer_l {
	float: left;
	display: block;
	height: 117px;
    background: url(/images/interface/footer_l.gif) no-repeat;
}
.footer_r {
	float: right;
	height: 117px;
    background: url(/images/interface/footer_r.gif) no-repeat right;
}
.footer_content {
	margin: 20px 25px 5px 25px;
}
.float {
	float: left;
}
.site {
	float: left;
	display: inline;
	width: 160px;
	height: 110px;
	padding-left: 100px;
	background: url(/images/interface/redline.png) no-repeat 244px 9px;
}
.site a:hover {
	color: #CC0000;
}
.title {
	float: left;
	display: inline;
	padding-left: 20px;
	font-size: 21px;
	margin: 0px;
	padding-top: 60px;
	letter-spacing: 0.15em;
	color: #6C635A;
	font-family: 'PT Serif Caption', Georgia, Times, "Times New Roman", serif;
}
.menu {
	height: 24px;
	float: right;
	display: block;
	margin: 9px 100px 0px 0px;
	text-transform: uppercase;
	font-family: 'PT Serif Caption', Georgia, Times, "Times New Roman", serif;
	background: url(/images/interface/menubg.gif) repeat-x;
}
.menu a:link, a:visited, a:active {
	height: 24px;
	display: block;
	float: left;
	padding: 5px 15px 0px 15px;
}
.menu a:hover {
	color: #CC0000;
}
.menu img {
	display: block;
	float: left;
}
.page {
	display: block;
	min-width: 670px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0px 20px 20px 20px;
}
.thumbox {
	display: inline;
	float: left;
	width: 320px;
	height: 380px;
	margin: 10px;
}
.thumbox p {
	margin-top: 2px;
	padding: 0px;
	line-height: 1.4em;
}
.logo {
	float: right;
	width: 1px;
	height: 1px;
	display: block;
}
.yearmark {
	font-size: 14px;
	width: 180px;
	border-top: 1px solid #F3F1ED;
}
.overlay_box {
	position: relative;
	display: block;
}
.overlay_logo {
	position: absolute;
	top: 28px;
	left: -90px;
}
.overlay_title {
	position: absolute;
	top: -45px;
	left: -50px;
}
.overlay_menu {
	position: absolute;
	top: -105px;
	left: -36px;
}
