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

#wrapper {
		width: 1000px;
			margin: 0px auto;

}body {
	width: 850px;
	height:auto;
	margin: 0px auto;
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	padding-top: 63px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

#logo {
	wdith: 250px;
	height: 135px;
	float: left;
	padding-right: 44px;
	padding-top: 17px;
	padding-bottom: 115px;
	
	
}
	
#nav_image {
	width: 600px;
	height: 269px;
	float: left;
	background-image: url(images/home_image.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

ul#nav {
	text-decoration: none;
	font-size: 22px;
	font-family: Century Gothic, sans-serif;
	list-style: none;
	color: #000;
	padding:18px 0px 00px 22px; 
	
}


ul#nav a{
	text-decoration: none;
	color: #000;
	
}

ul#nav a:hover {
	text-decoration: none;
	color: #FFF;
}

#content {
	width: 600px;
	float: right;
	padding:25px 0px 25px 000px; 
	/*padding-right: 15px;*/
	line-height: 21px;
}

#footer {
	width: 850px;
	float:left;
	font-size: 12px;
	letter-spacing: .1em;
}

hr {
	color: #69c905;
	text-align: center;
	text-decoration: none;
}
