/* Global Reset CSS Document */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.5em 0;
}

li,dd {
margin-left:1em;
}

fieldset{
padding:.5em
}

body {
	font-size:76%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #c0c0c0;
}

a img{border:none}

/* Layout Divs */
#wrapper{
	width:960px;
	margin: 10px auto;
	border: 1px solid black;
	background-color: #000000;
	min-height: 100px;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

#picturehalf{
	width:50%;
	float: left;
	position: relative;
	background-color: #000000;
}

#texthalf{
	float: left;
	width: 50%;
	min-height: 720px;
	background-color: #999933;
}

#winter{
	width:50%;
	float: left;
	height: 360px;
	background-image: url(images/winter.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#spring{
	width:50%;
	float: left;
	height: 360px;
	background-image: url(images/spring.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#fall{
	width:50%;
	float: left;
	height: 360px;
	background-image: url(images/fall.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#summer{
	width:50%;
	float: left;
	height: 360px;
	background-image: url(images/summer.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#centerlogo{
	position:absolute;
	left: 110px;
	top: 230px;
	width: 260px;
	height: 260px;
}
#header{
	background-image: url(images/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#topmenu{
	background-color:#000000;
	margin: 0 10px 0 5px;
	color: #FFFFFF;
}
#content{color:black}

#footer{
	color: #FFFFFF;
	font-size: 0.75em;
	background-color: #000000;
	width: 100%;
	clear: both;
}

/* Styling */
#topmenu a{
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	border-right: 1px solid white;
	padding-left: 10px;
}

#header h1 a{
	font-weight:bold;
	font-size: 18pt;
	color: #000000;
	text-decoration: none;
}


#header h2{
	font-weight:bold;
	font-size: 14pt;
}

#content a{
	color:#000000
}

#content h2{
	font-weight:bold;
	font-size: 14pt;
}

#content h3{
	font-weight:bold;
	font-size: 12pt;
	margin-bottom: 0em;
}

#content h4{
	font-weight:bold;
	font-size: 11pt;
	margin-bottom: 0em;
}

#content p{
	font-weight:normal;
	font-size: 10pt;
}


#footer h5{
	font-size:11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#footer a {text-decoration:none;
color:#FFFFFF}

#footer a:hover {color:#999933}

/* Classes */

div.inside{padding:10px}

#topmenu a.first{
	padding-left:5px
}
#topmenu a.last{padding-right:0;
border-right:none}

.small{
	font-size:9pt
}

.last{padding-bottom:0;
	margin-bottom:0}

