div#banner {
	float:left;
}
div#headerImage {
	display:none;
}
div#pageContainer {
	background-image:url(../../_images/bg_content.gif);
	background-repeat:repeat-y;
}
div#navHome {
	position:absolute;
	background-color:#dedece;
	width:45px;
	border:1px solid #000000;
	text-align:center;
	left:695px;
	top:32px;
}
div#navContact {
	position:absolute;
	background-color:#dedece;
	width:60px;
	border:1px solid #000000;
	text-align:center;
	left:695px;
	top:57px;
}
div#navHome a, div#navContact a{
	text-decoration:none;
	padding:2px;
	display:block;
	color:#000000;
	font-size:10px;
	font-weight:bold;
}
div#navHome a:hover, div#navContact a:hover{
	background-color:#ffffff;

}

/* ---  Main Menu - Content Settings --- */
div#mainmenu {
	background-image:url(../../_images/bg_mainmenu.gif);
	background-repeat:repeat-y;
}
div#mainmenu, div#mainmenu a {
	width:169px;
}
div#mainmenu ul {
	background-image:url(../../_images/mainmenu_content.gif);
	background-repeat:no-repeat;
	margin-top:7px;
}
div#mainmenu a#item6 {
	height:36px;
}
div#mainmenu a#item1:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px 0px no-repeat;}
div#mainmenu a#item2:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -23px no-repeat;}
div#mainmenu a#item3:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -46px no-repeat;}
div#mainmenu a#item4:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -69px no-repeat;}
div#mainmenu a#item5:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -92px no-repeat;}
div#mainmenu a#item6:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -115px no-repeat;}
div#mainmenu a#item7:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -151px no-repeat;}
div#mainmenu a#item8:hover { background: transparent url(../../_images/mainmenu_content_over.gif) 0px -174px no-repeat;}

div#content {
	clear:none;
	width:515px;
	float:left;
}

div#content p, div#content table, h1, h2, h3, h4{
	margin:10px 15px 0px 15px;
}
div#content ul {
	margin: 10px 15px 0px 50px;
}
div#content img {
	display:block;
}
div#content table {
	border:1px solid #666666;
	margin-top:20px;
}
div#content form table {
	border:none;
}
div#content table td {
	padding:5px;
	vertical-align:top;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}

.tableHeader{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
}


div#footer {
	clear:both;
}
