html {
	height: 100%;
}
body {
    cursor: default;
    margin: 0px auto;
    /*font: small/1.8em Verdana, Arial, Helvetica, sans-serif;*/
    font: small/1.8em sans-serif;
    /*text-align: center;*/
    line-height: 1.4em;
	height: 900px;
	
}

h1, h2, h3, h4 {
    font-family: 'Trebuchet MS', sans-serif;
	background-color: #8f7a27;
}

h1 {
    color: #000;
    text-align: center;
	padding-top: 10px;
	background-color: transparent;
}

h2 {
    color: #FFF;
    font-size: 1.5em;
	text-indent: 0.8em;
    border-top: 1px solid #000;
    margin: 0px;
    line-height: 1.6em;
}

h3 {
	color: #FFF;
    font-size: 1.1em;
	text-indent: 0.6em;
}

a {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
}

a:hover {
    color: #FFF;
}

/*a:visited {
    color: #FFF;
}*/

img {
    border: 0;
}

#page {
    width: 900px;
	height: 100%;
    /*margin: 0 auto;*/
    color: #000;
    text-align: left;
	/*border: 1px solid;
	border-right: none;*/
}

#header {
    width: 100%;
    height: 75px;
    background: url(../images/header.jpg) top right no-repeat;

}

#header h1 {
    margin: 0;
    border: none;
}

#header a {
	color: #000;
	font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;
}

#menu {
    letter-spacing: 0.1em;
    line-height: 1.9em;
    font-weight: bold;
    background: #888888;
    border-bottom: 1px solid;
	border-top: 1px solid;
}

#menu ul, #sidebar ul, #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
    padding: 0 1.4em;
}

#menu li a {
    color: #FFF;
    text-decoration: none;
    border: none;
}

#menu li a:hover {
    color: #000;
}

#content {
    float: right;
    width: 730px;
    height: 98%;
    padding: 0px 5px 5px 5px;
    background-color: #FFF;
}

#content p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0;
}

ul.bullet {
	color: #009470;
	font-size: 1em;	
}

p.head {
	font-size: 1.1em;
	font-weight: bold;	
}

#content a {
	color: #000;
	font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;

}

#content a:hover {
	color: #FFF;
}

#content ul {
	margin-top: 0;
}

#sidebar {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    float: left;
    width: 150px;
	height: 100%;
    /*height: 580px;*/
    font-size: 0.8em;
    background-color: #d2d2d2;
}

#sidebar p{
    font-weight: bold;
    font-style: italic;
    font-size: 1.1em;
}

#sidebar li {
	font-weight: bold;
}

#content_left {
	border: 1px solid;
	float: left;
	width: 49.5%;
	height: 100%;
	border-top: none;
	margin: 5px 0px 5px 0px;
	background-color: #cbe298;
}

#content_left h2 {
	background-color: #89a352;
}

#content_left img {
	padding: 0 10px 5px 5px;
}

#content_right {
	border: 1px solid;
	float: right;
	width: 49.5%;
	height: 100%;
	border-top: none;
	margin: 5px 0px 5px 0px;
	background-color: #ffbf59;
}

#content_right h2 {
	background-color: #c97b00;
}

#content_single {
	border: 1px solid;
	float: right;
	width: 99%;
	height: 100%;
	border-top: none;
	margin: 5px 0px 5px 0px;

}

#content_bio {
	border: 1px solid;
	float: right;
	width: 99%;
	height: 100%;
	border-top: none;
	margin: 5px 0px 5px 0px;

}

#content_bio img {
	padding: 0 10px 5px 5px;
}

#content_bio p {
	padding-top: 10px;
}

#text_left {
	float: left;
	width: 49.5%;
	margin: 5px 0px 5px 0px;
}

#text_right {
	float: right;
	width: 49.5%;
	margin: 5px 0px 5px 0px;
}

#footer {
    clear: both;
    margin: 0;
	padding: 1px 0px 1px 0px;
    border-top: 1px solid;
    background: #888;
    text-align: center;
    font-size: 0.8em;
	line-height: 0.8em;
}

#footer li {
    display: inline;
    padding: 0 1em 0 0;
}

#footer a {
    color: #fff;
}

#footer p {
    color: #fff;
}
