@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	background-color:#000;
}

#body {
	width: 1024px;
	font-family: Tahoma;
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	min-height: 600px;
}

#header {
	margin:0 auto;
	padding: 0;
	width: 1024px;
	height: 100px;
	color:#000;
	background-image: url(images/bannerImage.png);
	background-repeat: no-repeat;
}


#indexbody {
	margin: 0 auto;
	width: 1024px;
	min-height: 500px;
}

#tetxbody {
	float: left;
	width: 650px;
}

#widetextbody {
	width: 100%;
	min-height: 500px;
}

#imagebody {
	float:right;
	padding: 20px 0 0 0;
}

h1 {
	font-size: 16px;
	font-weight:300;
	color: #FFF;
	text-align: left;
}

h2 {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: 300;
}

h3 {
	font-size: 80%;
	color: #FFF;
	text-align: left;
}

h4 { 
	font-size: 90%;
	text-align: center;
	color: #FFF;
}

#footer {
	margin: 40px 0 0 0;
	width: 1024px;
	height:50px;
	clear: both;
}

#nav-menu
{
	margin:75px 0 0 0;
	padding:0;
	width: 550px;
	height:20px;
	padding: 0;
	float:right;
}
		
#nav-menu ul
{
	list-style-type: none;
	height: 15px;
	width: 663px;
	margin: auto;
}

#nav-menu li
{
	float:left;
	margin: 1px 8px;
	position: relative;
	z-index: 100;
	left: -8px;
}

#nav-menu ul a
{
	display: block;
	line-height: 14px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	z-index:80;
}

#nav-menu a:hover
{
	color: #FF0;
}

#nav-menu ul ul
{
	visibility: hidden;
	position: absolute;
	width: 150px;
	height:0;
}

#nav-menu ul li:hover ul
{
	visibility: visible;
}

nav-menu ul a:hover ul
{
	visibility: visible;
}
