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

* {
	outline: none;
}

body {
	text-align: center;
	min-width: 1000px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	margin: 0;
	background-image: url(../images/bg_tileIn.jpg);
	background-repeat: repeat-y;
	background-position:50% 0%;
	}

#header {
	width: 1100px;
	margin: 0 auto;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	min-height: 41px;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 600px;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-y;
	}

#brand {
	margin-top: 20px;
	}
	
#nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	}

#nav ul {
	list-style: none;
	}

#nav li, #nav a {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #007800;
	line-height: 30px;
	text-decoration: none;
	}
	
#nav a:hover {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #007800;
	border-left-color: #007800;
	}
	
#content {
	width: 918px;
	margin: 0 auto;
	}
#wrapper #content #primary {
	width: 800px;
	padding-left: 140px;
}

	
#footer {
	clear: both;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/bg_btm.jpg);
	background-repeat: no-repeat;
	min-height: 90px;
	text-align: right;
	width: 1100px;
	padding-top: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
td h2 {
	margin-top: 0px;
	padding-top: 0px;
}
td {
	vertical-align: top;
}



#footer p {
	padding-right: 110px;
	margin: 0;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #AFCC3E;
	}
	
.clear {
	clear: both;
}
