
body{
	margin: 0;
	background: top repeat-x url(images/site-bgd.jpg);
	font-family: Georgia, Garamond, serif;
	font-size: 65%;
}

a{
	outline: none;
}

#wrap{
	margin: 0 auto;
	width: 1000px;
}

#head{
	height: 338px;
	width: 100%;
	background: top center no-repeat url(images/site_01.jpg);
}

#head #logo a{
	display: block;
	width: 300px;
	height: 150px;
	position: relative;
	top: 105px;
	margin-left: 50px;
}

#head ul#top-nav{
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: 190px;
	top: 307px;
	list-style-type: none;
}

#head ul#top-nav li{
	margin: 0;
	padding: 3px 5px;
	float: left;
}

#head ul#top-nav a{
	font-size: 1.1em;
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
}

#head ul#top-nav a:hover{
	text-decoration: none;
}

/* HELLO BODY OF PAGE */

#middle{
	width: 100%;
	min-height: 400px;
	background: top center no-repeat url(images/site_02.gif);
}

#content{
	float: left;
	position: relative;
	width: 347px;
	top: 20px;
	margin-left: 35px;
}

#content h1{
	font-style: italic;
	color: #a6c44e;
	font-size: 2.2em;
}

#content p{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #717171;
}

#content blockquote{
	margin: 0;
	width: 230px;
	padding: 18px 60px;;
	font-size: 1.8em;
	font-style: italic;
	background: top left no-repeat url(images/bq.gif);
}

#content blockquote span{
	display: block;
	font-size: .7em;
	font-weight: bold;
	padding-top: 9px;
	color: #2fb0db;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

/* HELLO SIDEBAR OF PAGE */

#sidebar{
	float: left;
	margin: 19px 0 0 20px;
}

/* HELLO FOOTER */

#footer{
	margin: 0 auto;
	height: 84px;
	width: 100%;
	background: top repeat-x url(images/footer.jpg);
}

#footer-area{
	margin: 0 auto;
	width: 1000px;
	height: 84px;
	background: bottom center no-repeat url(images/site_03.jpg);
}

#footer-area div{
	float: right;
	margin: 14px 50px 0 0;
}

#footer-area h1{
	font-size: 1em;
	display: block;
	width: 300px;
	font-style: italic;
	text-transform: uppercase;
}

#footer ul#bottom-nav{
	float: left;
	list-style-type: none;
	width: 300px;
}

#footer ul#bottom-nav li{
	float: right;
	margin: 4px 0;
}

#footer ul#bottom-nav a{
	text-decoration: none;
	color: #5bbdde;
	font-size: 1.1em;
	padding: 2px 5px;
}

#footer ul#bottom-nav a:hover{
	color: white;
	background-color: #9cd8ef;
}