/* CSS Document */

/* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
img.home {
	float: right; 
	clear: right; 
	margin: 0 0 0 1em;
}
html {
	height: 100%;
   	margin: 0;
   	padding: 0;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #BBBBBB;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
#container {
	position: relative;
	width: 1040px;
	height: auto !important;
	height: 900px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
} 

#nav {
	width: 135px;
	height: 210px;
	margin-top: 0px;
	margin-left: 60px;
	padding-top: 250px;
}
#content_wrapper {
	margin-left: 199px;
	margin-top: -311px;
	width: 810px;
	background-image: url(../images/content_middle.jpg);
	background-repeat: repeat-y;
}
#content {
	width: 750px;
	min-height: 550px;
	background-color:#FFFFFF;
	margin-left: 30px;
	margin-top:0;
	font-size: 13px;
}
#footer {
	height: 100px;
	width: 810px;
	margin-top: 0px;
	margin-left: 200px;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
}
