* {
	margin:0px;
	padding:0px;
	font-family: sans-serif;
}
body {
	background: url('images/ivytile.jpg') repeat;
	padding:0px;
	margin:0px;
}

.left { float:left; }
.right { float:right; }
.clearfix { clear:both; }

h1 {
	font-family: verdana sans-serif;
	font-size: 36px;
	display:block;
}

h2 {
	margin-bottom: 6px;
	font-family: verdana sans-serif;
	font-size: 24px;
	color: #990000;
	display:block;
	text-align:center;
	text-indent: 0px;
}

#container {
	width: 752px;
	margin:0px;
	padding:0px;
	margin-left: -372px;
	position: absolute;
	left: 50%;
	background: url('images/background.png') repeat-y top left;
}
#container_I_Hate_IE {
	margin:0px 11px;
}

#header {
	height: 130px;
	margin: 0px;
}

#header-left {
	/* border:1px solid #296645; */
	padding:0px;
	margin:0px;
	background:#296645;
	width: 180px;
	height: 130px;
	overflow: hidden;
}
#header-left_I_Hate_IE {
	border:1px solid #296645;
	margin:10px;
	height:108px;
	background:url('images/logo_small.png') top left no-repeat;
	text-align:right;
	color:#FFFFFF;
}
#header-left h1 {
	text-align: right;
	position:relative;
	top:100%;
	margin-top:-90px;
}

#header-right {
	background: url('images/ivy_header.jpg') top no-repeat;
	/* background: url('images/ivytile.jpg') top left repeat; */
	width:550px;
	height:130px;
	color: #000000;
}
#header-right_I_Hate_IE {
	height:110px;
	width:530px;
	margin:10px;
}
#header-right div h1 {
	position:relative;
	top:100%;
	margin-top: -45px;
}

#navmenu {
	float:left;
	width:180px;
}
#navmenu ul {
	list-style-type:none;
/*
	list-style-type:image;
	list-style-image:url('images/navpointer.gif');
	list-style-position:inside;
*/
	margin:0px;
	padding:0px;
	background:#296645;
}
#navmenu ul li {
	margin:0px;
/*	height:30px; */
}
#navmenu ul li a {
	padding-left:15px;
	display:block;
	height:30px;
	text-decoration: none;
	line-height:30px;
}
#navmenu ul li a:link, #navmenu ul li a:visited {
	color:#FFFFFF;
}
#navmenu ul li a:hover {
	background:#669977;
}
#navbottom {
	width: 180px;
	height:30px;
	background: url('images/navbottom.gif');
}

#navmenu li ul a {
	margin-left: 30px;
	margin-right: 15px;
	padding-left: 5px;
	font-size: 15px;
	line-height: 20px;
	height: 20px;
}
#navmenu li ul a:link,
#navmenu li ul a:visited {
	background: #669977;
}
#navmenu li ul a:hover {
	background: #296645;
}

#main {
	margin:0px;
	width:550px;
	float:right;
}
#main_I_Hate_IE {
	width: 510px;
	margin: 10px;
}
#main_I_Hate_IE p {
	margin-bottom: 12px;
	text-indent: 0px;
}

.miniheader {
	text-align:center;
	padding: 10px;
	margin: 10px;
}
.miniheader h2 {	margin: 0px; }

#bottombar {
	width:100%;
	text-align: center;
	margin: 10px;
}
#bottombar a {
	font-weight: bold;
	text-decoration: none;
}
#bottombar a:link, #bottombar a:visited {
	color: #296645;
}
#bottombar a:hover {
	color: #669977;
}

.mininavbar {
	padding: 10px;
	text-align: center;
	margin: 10px 0px;
	border-width: 2px 0px;
	border-style: solid;
	border-color: #666666;
}
.mininavbar ul { list-style-type: none; }
.mininavbar ul li { float:left; }
.mininavbar ul li a {
	font-size: 20px;
	text-decoration:none;
	margin: 5px;
}
.mininavbar ul li a:link, .mininavbar ul li a:visited { color: #660000; }
.mininavbar ul li a:hover { color: #CC0000; }

p {padding: 10px;}
