@charset "utf-8";
/* CSS Document */

/* Main Layout Boxes */

div#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#head {
	clear: both;
}

div#body {
	clear: both;
}

div#footer {
	width: 800px;
	clear: both;
}

/* Navigation list */

/* the csshover.htc behavior creates a class that
replaces the :hover psuedoclass functionality for IE 6 */
body { 
   behavior:url("csshover.htc"); 
}

div#head_image {
background: url(../head_bg.gif)
}

div#navbar {
	width: 100%;
	text-align: left;
	background: #F00;
}

ul#navlist {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

ul#navlist li {
	display: inline;
	position: relative;
}

ul#navlist a {
	padding: 10px 5px 10px 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0;
	letter-spacing: 0;
}

ul#navlist ul {
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	background: #00F;
	font: Georgia, "Times New Roman", Times, serif;
}

ul#navlist ul li {
	list-style: none;
	width: 100%;
}

ul#navlist ul a {
	padding: 10px 0px 10px 0px;
	width: 100%;
}

ul#navlist li:hover {

}

ul#navlist a:hover {
	color: #009;
	background: #FF0;
}

ul#navlist li:hover ul {
	display: block;
}


/* Body layout tools */

.centerdiv {
	margin: auto;
	clear: both;
}
	
.rfloat {
	float: right;
	clear: right;
}

.lfloat {
	float: left;
	clear: left;
}

div.lcol {
	float:left;
	clear: left;
	width:50%;
}

div.rcol {
	margin-left: 50%;
	clear: right;
	width: 50%;
}
