@import url(http://fonts.googleapis.com/css?family=Bitter|Open+Sans);

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	line-height: 1.7em;
}

a {
	color: #645938;
	text-decoration: none;
	border-bottom: 1px solid black;
}

a:hover, a.highlight {
	color: black;
	background: #fff2cc;
	border-bottom: 3px solid #645938;
}

h2 a, h2 a:hover { 
    border: none;
    color: #000;
    background: none;
}

img {
	border: 0;
}

td {
    padding-right: 1em;
}

/*.fader-left, .fader-right {
	border: 1px solid red;
}*/

.fader-left {
	margin-left: -60px;
	float: left;
}

.fader-right {
	margin-right: -30px;
	margin-top: -155px;
	float: right;
}

#content {
	width: 674px;
	padding: 0 30px 45px 60px;
	background: url("../img/shadow_content.png") bottom right no-repeat white;
	margin: 0 0 0 215px;
}

#header {
	position: absolute;
	top: 0;
	left: 22px;
	width: 179px;
	background: none;
}

#menu {
	border-top: 6px solid #E5E5E5;
	background: url("../img/shadow_bottom.gif") repeat-x bottom #F6F6F6;
	padding-bottom: 1em;
	padding-top: .5em;
	padding-left: 190px;
	margin-bottom: 2em;
}

#menu ul li {
	padding: 0;
	display: inline;
	margin: 1em;
}

#menu ul  {
	margin: 0;
}

#menu ul li a {
	color: #645938;
	font: 18px 'Georgia', serif;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li.open_tab a {
	text-decoration: underline;
	border-bottom: 7px solid #9b9174;
	background: none;
}

#footer {
	background: url("../img/shadow_finish.png") no-repeat;
	padding: 1em 0 0;
	width: 764px;
	text-align: right;
	margin: 0 0 0 215px;
}

h1 {
	font: 1.8em 'Bitter', serif;
	margin-left: -30px;
	border-bottom: 2px solid #645938;
	padding-top: 1em;
}

h2{
	font: 1.4em 'Bitter', serif;
	margin-left: -.5em;
	padding-top: .5em;
}
