@charset "utf-8";
/* CSS Document */

/* RESET & BASIC PAGE SETUP */
* {margin: 0; padding:0;}
html {overflow-y: scroll; }
body {
	font: 62.5% Helvetica, sans-serif;
	background: url(images/body-bg.jpg) top left repeat;
	}

h2 {
	font-size:155%;
	color:#9f0022;
	padding-bottom:5px;
}

ul { list-style:none inside;}
p {font-size:1.2em; line-height:1.2em; margin-bottom:1.2em;}
a {outline:none;}
a img {border:none;}
/* END RESET */

/* TOOLBOX */
.floatleft {float:left;}
.floatright { float:right;}
.clear {clear:both; }
/* END TOOLBOX */

/* Structure and Stuff */
#page-wrap {
	clear:both;
	width: 775px;
	margin:0 auto;
	background-image:url(background-full.jpg);
}
#header{
	clear:both;
	background: url(wito09-header.jpg) no-repeat center;
	height:245px;
	margin-top:0px;
	
	
}
#nav {
		clear:both;
		float:left;
		margin-top: 60px;
		margin-left: 85px;
		list-style:none;
		}

ul#nav {
	}
	ul#nav li {
		display:inline;
	}
	ul#nav li a {
	display:block;
	width:95px;
	float:left;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	text-align:center;
	color:white;
	background-image:url(button2.gif);

padding-bottom:6px;
padding-top:6px;
	}
	ul#nav li a:hover {

		color:#9f0022;
		color:red;
	}

#gallerynav {
		clear:both;
		margin-top: 10px;
		margin-left:220px;
		list-style:none;
		}

ul#gallerynav {
	}
	ul#gallerynav li {
		display:inline;
	}
	ul#gallerynav li a {
	display:block;
	width:95px;
	float:left;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	text-align:center;
	color:white;
	background-image:url(button2.gif);
	padding-bottom:6px;
	padding-top:6px;
	}
	ul#gallerynav li a:hover {

		color:#9f0022;
		color:red;
	}

	
#hunters {
	CLEAR:BOTH;
	display:block;

}
#hunters img {
	padding-top:6px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#main-content {
	margin-left:16px;
	margin-right:16px;
	padding:10px;
	padding-right:10px;
	padding-bottom:15px;
	background-color:#ddc08c;
}
#main-content p {
	font-size:130%;
}
div#main-content div#left-col{
	float:left;
	width:500px;

}
div#maincontent div#right-col{
	float:right;
	margin-right:150px;

}

#sidebar {
	float:right;
	margin-right:150px;
	
}

#footer p {
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-left:100px;
	margin-right:100px;
	color:black;

}
#name {
	font-size:110%;
	font-weight:bold;
	color:#9f0022;
}
#copyright {
	font-size:80%;
	font-weight:normal;
	color:black;
}
.footertext
{
	font-size:120%;
}
.footerweather
{
	font-size:110%;
}
div#blogcontent{
	PADDING-LEFT: 8px; padding-bottom: 10px; margin-top:10px; FLOAT: right; Width: 340px;
	border: 1px solid #8B4513;
}
