html {
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
}
body {
	margin:0px;
	padding:0px;
	/*background-color:#cccccc;*/
	font:12px Verdana,Tahoma,Arial,sans-serif;
	background-color:#000000;
	background-repeat:repeat-x;
}
div#container {
	margin:0px auto;
	width:900px;
	/*border:1px solid #444;*/
	height:100%;
}
div#header {
	background-color:#000;
	background-image:url(../images/wordcollage3.jpg);
	background-position:0 0px;
	padding-bottom: 170px;
	background-repeat: no-repeat;
}

div#header div#bottombar {
	
	/*background-image:url(../images/headerbar01.gif);*/
	background-color:#000;
	color:#222;
	height:15px;
	border:1px solid #000;
	border-top:0px;
	border-bottom:0px;
}


}

div#header div#topnav img {
   display:none;
}
div#header div#topnav ul {
	display:none;
	float:right;
	list-style:none;
	padding:0px;
	margin:-15px 0 0 0px;
}
div#header div#topnav ul li {
	display:inline;
	padding:0 0 0 10px;
	margin:0px;
}
div#header div#topnav ul li a {
	color:#555;
	text-decoration:none;
}

div#content {
	background-color:#fff;
	border-right:1px solid #000;
}

div#left {
	float:left;
	padding:0px;
	margin:0px;
}

div#left img {
	border:1px solid #000;
	border-top:0px;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	margin-bottom:-2px;
}

div#left ul#mainmenu {
	list-style:none;
	padding:0px;
	margin:0px;
	/*border-bottom:1px solid #000;*/
}
div#left ul#mainmenu li {
	padding:0px;
	margin:0px;
}
div#left ul#mainmenu li a {
	display:block;
	background-color:#02512C;
	text:bold;
	width:190px;
	text-decoration:none;
	color:#fff;
	border:1px solid #000;
	border-bottom:1px solid #777;
	border-top:none;
	padding:5px;
}
div#left ul#mainmenu li a:hover {
	background-color:#dccca0;
	color:#000;
}

div#right {
	float:right;
	width:673px;
	padding:10px;
}	

div#footer {
	clear:both;
	background-color:#000;
	padding:5px 5px;
	padding-top:2px;
	color:#fff;
	text-align:right;
}
html>body div#footer {
	padding:4px 5px;
}

h1, h2, h3, h4, p {
	margin:0px 0;
}

h3 {font-size:14px;}

h4 {font-size:12px; color:#947a2e;}

p {
	margin:10px 0;
	text-align:left;
}

img.right {
	float:right;
	margin-left:10px;
}

div#propopen {
	clear:both;
}
