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

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}


body {
	background-color: #607848;
	font-family:Arial, Helvetica, sans-serif;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 80px 0 0 0;}

#header h1,h2 span{
	display: none;
}

#header #logo{
	text-align: center;
	margin: 0 auto;
	}
	

#main {
	width: 400px;
	margin: 20px auto 0px;
	display: block;
	}


#main h2{
	color:#33ccff;
	}
	
#adsense {
	height: 20px;
	text-align: center;
	float: left;
	display: block;
	margin-bottom: 20px;
	}

#weather {
	width:175px;
	float: left;
	display: block;
	margin: 0 0 0 34px;
	}
	
#weather iframe{
	margin-top: 13px;
	}
	
#weather h3{
	text-align: center;
	font-weight: bold;
	color: #303928;
	}

#flickrstuff {
	float: left;
	display: block;
	margin: 0 0 0 50px;
	}
	
#flickrstuff h3{
	text-align: center;
	font-weight: bold;
	color: #303928;
	}

#main #info {
	float: left;
	display: block;
	}
	
#main #info h3{
	color: #303928;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	}
	
#info ul{
	margin: 10px 0 0 80px;
	}

#info ul li{
	margin: 10px 0 0 80px;
	list-style: circle;
	font-size: 14px;
	}
	
#info ul li:hover{
	color: white;
	}

#info li a:link {
	color: #3e250e;
	font-weight: bold;
	}
	
#footer {
	width: 100%;
	height:40px;
	text-align: center;
	margin: 30px 0 0 0;	
	padding: 10px 0 0 0;
	display: block;
	float: left;
	border-top: solid 1px #374124;
	}

#footer p {
	font-weight: bold;
	color:#97a787;
	}
	
.clearfix {
	clear: both;
	}
