body { 
	background-color: #2f1a07;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* layout */

#header {
	height: 63px;
	position: absolute;
	top:22px;
}

/* navigation bar and drop down menus */
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {background-image: url(img/greenbar.gif);background-repeat: no-repeat; position: absolute; top: 81px; width: 900px; font-size:0.8em;z-index: 100;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

/* style the sub-level lists */
.menu ul ul {width:166px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:2.1em;line-height:2em;}

/* style the sub level list items */
.menu ul ul li {display:block;background: #58701c;width:166px;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#2f1a07;padding:0 1em 0 1em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;width:146px;height:100%;line-height:1em; padding:0.5em 0.8em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:146px; w\idth:146px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

.menu li.right {
	float: right;
}

/* style the sub level 1 background */
.menu ul a.sub1, .menu ul a:visited.sub1 {background:#58701c; color: #ffffff;}
.menu ul :hover a:hover.sub1 {background:#9ba977; color: #ffffff;}
/* style the sub level 2 background */
.menu ul ul a.sub2 {background:#fbb999;}
.menu ul ul :hover a:hover.sub2 {background:#fccbb3;}

/* style the level hovers */
/* first */
.menu a:hover {color:#f64f00;}
.menu :hover > a {color:#f64f00;}
/* second */
.menu ul ul a:hover{color:#ffffff;}
.menu ul ul :hover > a {color:#ffffff;}
/* third */
.menu ul ul ul a:hover {color:#2f1a07;}
.menu ul ul ul :hover > a {color:#2f1a07;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0;width:166px;}

/* position the third level flyout menu */
.menu ul ul ul{left:166px;top:0;width:166px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-166px;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}

/* end navigation bar and drop down menus */



/* news ticker */

#ticker {
	position: absolute;
	z-index: 85;
	background-color: #d3cab7;
	color: #ccc3b0;
	top: 107px;
	font-size: 0.9em;
	text-align: right;
	height: 26px;
	width: 900px;
	line-height: 25px;
}

#newslist {
	float: right;
	padding-left: 21px;
}

#newslist a {
	color: #141414;
}

/* end news ticker */



/* start main content */

#mainbackground {
	background-color: #4c3926;
	width: 900px;
	position: absolute;
	top: 107px;
	font-size: 0.9em;
}

#gridbackground {
	width: 900px;
	position: absolute;
	top: 107px;
}

#gridcontainer {
	background-color: #4c3926;
}

#nowcontainer {
	width: 816px;
	padding: 18px 0px 40px 0px;	
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}

#nowcontainer a {
	color: #ffffff;
}

#nowcontainer a:hover {
	color: #f64f00;
}

#mainindex {
	background-color: #4c3926;
	width: 900px;
	padding: 75px 0px 40px 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 133px;
}

#image {
	float: right;
	margin: 30px;
	text-align: center;
}

#content {
	min-height: 400px;
	width: 650px;
	padding: 30px 0px 40px 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}

#content a {
	color: #ffffff;
}

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

#content ul {
	list-style: none;
	text-indent: -1.5em;
}

#content ul a {
	color: #ffffff;
	text-decoration: underline;
}
	
#award {
	min-height: 400px;
	width: 650px;
	padding: 30px 0px 40px 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}

#award a {
	color: #f64f00;
}

#award a:hover {
	color: #f64f00;
}

#award ul {
	list-style: none;
	text-indent: -1.5em;
}

#award ul a {
	color: #f64f00;
	text-decoration: none;
}
	
#news {
	min-height: 400px;
	width: 650px;
	padding: 30px 0px 40px 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}

#news a {
	color: #fba780;
}

#text {
	width: 600px;
	font-size: 0.9em;
}

#text a {
	color: #ffffff;
}

#text a:hover {
	color: #f64f00;
}

#work {
	min-height: 450px;
	padding: 10px 0px 40px 30px;
	font-size: 0.9em;
}

#work a {
	color: #ffffff;
}

#work a:hover {
	color: #f64f00;
}

#comment1 {
	float: right;
	background: url(img/comment/honu.gif);
	margin-left: 15px;
	height: 115px;
	width: 150px;
}

#comment2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: url(img/comment/tortoise.gif);
	height: 101px;
	width: 150px;
}

#comment3 {
	float: right;
	margin-left: 15px;
	background: url(img/comment/wings.gif);
	height: 68px;
	width: 150px;
}

#comment4 {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: url(img/comment/petey.gif);
	height: 105px;
	width: 150px;
}

#comment5 {
	float: right;
	margin-left: 15px;
	background: url(img/comment/beetle.gif);
	height: 113px;
	width: 150px;
}

#row1, #row2, #row3 {
	height:170px;
	width: 734px;
	padding: 10px 0px 40px 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	font-size: 0.9em;
}

#row1 a, #row2 a, #row3 a {
	color: #ffffff;
}

.imgleft {
	float: left;
	position: relative;
	margin: 15px 20px 15px 0px;
}

.imgright {
	float: right;
	position: relative;
	margin: 15px 0px 15px 20px;
}

#thegrid {
	z-index: 90;
	width: 900px;
	background-color: #4c3926;
	position: relative;
}

#gridbot {
	z-index: 100;
	background: url(img/gridbottom.gif);
	height: 10px;
	width: 900px;
	position: relative;
	top: -10px;
	}
	
#homebot {
	z-index: 100;
	background: url(img/gridbottom.gif);
	height: 10px;
	width: 900px;
	position: relative;
	top: 65px;
	}
	
#bot {
	z-index: 100;
	background: url(img/gridbottom.gif);
	height: 10px;
	width: 900px;
	}
	
/* main content styling */
.h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}

.h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

.h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

.h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #979797;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#copyright {
	background-color: #2f1a07;
	color: #ffffff;
	height: 25px;
	line-height: 20px;
	font-size: 0.6em;
	position: relative;
}

#homecopyright {
	background-color: #2f1a07;
	color: #ffffff;
	height: 28px;
	line-height: 23px;
	font-size: 0.6em;
	position: relative;
	top: 65px;
}

/* end main content */

/* default link settings */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
