html, body {
	height: auto;
	}
img {
	border: 1px solid #666666;
	}


body {
	font: 17px Rokkitt, Arial, sans-serif;
	background: #DCDAD6;
	color: #444;
	overflow: -moz-scrollbars-vertical;
	}

body, h1, h3, p {
	padding: 0;
	margin: 0;
	}

a:link, a:visited {
	color: #444444;
	outline: none;
	text-decoration: none;
	
	border-color: #000000;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	}

a:hover, a:active {
	color: #6D5D2C;
	text-decoration: none;

	border-color: #000000;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	}

#container {
	width: 650px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	}


#header {
	height: 360px;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 5px;
	}

#header h1 {
	position: relative;
	height: 62px;
	width: 61px;
	left: 358px;
	top: 13px;
	cursor: move;
	}

#header h1 span, #footer span {
	display: none;
	}

#content {
	width: 650px;
	}

h3 {
	padding: 4px 10px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
        text-align: center; 
	color: #222;
	background: #6e89a3;
	cursor: pointer;
        border-bottom: 2px solid #DCDAD6;
        border-top: 2px solid #DCDAD6;
	}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
	}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
	}



h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
	border: none;
	}

h3 a:hover, h3 a:active {
	color: #222;
	border: none;
	}

h3.one, h3.four, h3.seven {
	background: #8A8269;
	}

h3.two, h3.five {
	background: #87785F;
	}

h3.three, h3.six {
	background: #796F4C;
	}



p {
	padding: 5px 10px 5px 10px;
	line-height: 110%;
	color: #444;
	background: #DCDAD6;
	}

p.indent {
	margin: 5px 5px 5px 10px;
	padding: 0px 0px 0px 10px;
	line-height: 110%;
	color: #444;
	background: #DCDAD6;
	border-left: 1px dotted #6D5D2C;
	margin-left: 50px;
	}

