@charset "utf-8";
/* CSS Document */
#navbar{
	width:200px;
	float:left;
}

#headImg{
	
	height:150px;
}
#headDivider{
	height:10px;
	
	background-color:#000;
}
h4, h2 {
	margins:0px;
}
.selected{
	background-color:#F60;
	color:#000;
}
.submenu{
	background-color:#333;
	color:#CCC;
	width:70%;
	height:20px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
	border-bottom: 1px solid #fff;
	text-decoration:none;
	-moz-user-select: -moz-none;
	
}
.submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active{
	color:#CCC;
}
a.submenu{
	text-decoration:none;
}
.menu, #homeBtn, #bannerBtn{
	background-color:#000;
	color:#CCC;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom: 2px solid #fff;
	-moz-user-select: -moz-none;
}
#homeBtn{
	background-color:#000;
	color:#CCC;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom: 2px solid #fff;
	-moz-user-select: -moz-none;
}
#content{
	width:auto;
	min-height:500px;
	margin-left:200px;
	background-image:url(../img/corner.png);
	background-repeat:no-repeat;
	background-position:left-top;
}
#footer{
	background-color:#000;
	color:#BBB;
	font-size:60%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}
#footimg{
	background-image:url(../img/footerimg.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:auto;
}
a{
	text-decoration:none;
}

