@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;	
}
 #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
 #header-wrap{
	margin-left: 80px;
	height:300px;
}

#header{
	float:left;
	width: 400px;
	position: relative;
	z-index: 999;
	}
.right{
float:right;
padding:10px 10px;}

/****************Navigation*****************/
#nav {
	background-color: #000000;
	border-top-width: thin;
	margin-top:80px;
	width: 120px;
	float: right;
	margin-right: 140px;
	font-family: Tahoma;	
}
#nav ul {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 36px;
}
#nav li {
	list-style: none;
	margin: 0;
	background-image: url(../images/button.jpg);
	font-family: Tahoma;
	color: #FDC437;
	font-size: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
#nav li.home {
	
	padding-left: 25px;
	
}
#nav a {
  font: 16px Century Gothic, Century serif;
  color: #FFE5C3;
  text-decoration: none;
}
#nav a:hover {
	color: #FF9900;
}


/****************Content**********************/


#content-wrap {
	color:#FFFFFF;
	width: 813px;
	background-position: top;
	margin-top: -25px;
	background-repeat: no-repeat;
	}

.top{
	background-image: url(../images/top.jpg);
	height: 36px;
	width: 813px;
	background-repeat: no-repeat;
}

.middle{
	width: 813px;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
}
.bottom{
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

#content{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	width: 813px;
	float: left;
	background-image: url(../images/550backgroundimage.png);
	background-repeat: no-repeat;
	margin-top: -15px;
}


#content img {
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 5px;
	float:left;
}

		content a {
	color:#0000FF;
	text-decoration:underline;
			}
		
#content a:hover {
	color:#FF0000;
				}			
	#content ul{
	}
.feature{
	width:730px;
	padding-left: 30px;
	text-align: left;
	padding-right: 40px;
	padding-top: 20px;
	margin-left:20px;
	margin-right:10px;
}	

/*********************Footer**********************/



 #footer {
	
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
}
#footer a{
    color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration:none;
	}


#footer a:hover{

color:#CC6600;
}
