* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link, a:hover, a:visited {
	color: #8b6841;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.floatfix {
    height: 1%;
}

body {
	line-height: 1.5;
	background-image: url(/images/wallpaper.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8b6841;
}

strong {
	font-weight: bold;
}

hr {
	border: dotted 1px #bdaf63;
    margin-top: 15px;
    margin-bottom: 15px;
}

th {
	text-align: left;
	font-weight: bold;
}

h2, h3 {
	font-size: 20px;
	line-height:1.8;
}

h3 a {
	color: #8b6841;
}

#heading {
	background: url(/images/heading.png);
	width:800px;
	height:300px;
}

#heading h1 {
	display: none;
}

#container {
	width: 800px; 
    margin-left: auto;
    margin-right: auto;
}

#content {
	background-image: url(/images/containerBG.png);
	background-repeat: repeat-y;
}

#footer {
	background-image: url(/images/footer.png);
	text-align: center;
	font-size: small;
	width: 800px;
	height: 40px;
    /*behavior:url("/scripts/iepngfix.htc");*/
}

#navigation {
	width: 195px;
	padding: 25px 0 0 25px;
	float: left;
	border-right: solid 1px #bdaf63;
}

#navigation h3 {
	cursor: pointer;
}

#navigation ul {
	display: none;
}

#navigation ul.active {
	display: block;
}

#navigation li {
	list-style-type: none;
	padding-left: 15px;
}

#navigation li a {
	color: #8b7154;
	font-size: 15px;
}

#navigation li a:hover {
	text-decoration: underline;
}

#main {
	margin-left: 220px;
    padding: 25px;
}

#main b {
	font-weight: bold;
}

#main ol {
	margin-left: 40px;
}

div #main p a img {
	float: left;
}

.image_group {
	padding: 5px;
}

a#tooCool {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    height: 80px;
    width: 80px;
    background: url(/images/too_cool_med.png) bottom right no-repeat;
    text-indent: -999em;
    text-decoration: none;
}

#pageBrowserHeading, #pageBrowserFooter {
	border: solid 1px #bdaf63;
}


#pageBrowserHeading {
	text-align: right;
	margin-bottom: 20px;
}

#pageBrowserHeading span, pageBrowserFooter span {
	padding: 4px 4px 4px 4px;
}

#pageBrowserFooter {
	text-align: center;
}