/*** SITE STRUCTURE ***/
body {
	background: url(images/HighNoon.jpg) no-repeat center center fixed; 
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	padding:0;
	margin:0;
}

#wrapper {
	width:100%;
	padding:0;
	margin:0;
	background: url(images/middle.jpg) repeat-y scroll 50% 0 transparent;
}

#container {
	font-weight: normal;
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#header {
	width: 960px;
	height: 280px;
	background: url(images/cbanner.jpg) no-repeat scroll 0 0 transparent;
}

#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 2px solid #CC0000;
}

#title {
	font-size: 40px;
	color: #48CCCD;
	font-weight: strong;
	padding-top: 28px;
}

#top {
	width: 960px;
	height: 96px;
}

#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -24px auto; 
}

#bottom {
	width: 960px;
	height: 106px;
	padding-top: 150px;
}

#content {
	padding: 10px 0px 0px 70px;
	margin: 0px auto 0px auto;
	text-align: left;

}

#content h2 {
	color: black;
	font-weight: bolder;
	font-size: 24px;
	text-decoration: underline;
	padding: 0px 135px 0px 10px;
}



#content h3 {
	color: #000000;
	font-size: 16px;
	padding: 0px 135px 0px 10px;
	font-style: italic;

}
#content p {
	padding: 0px 135px 0px 10px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	color: #666666;

}

html {
	overflow-y: scroll;
}
/*** NAV ***/
#nav {
	width: 100%;
	margin: 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 24px;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	
}

#nav a {
	font-size: 20px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: black;
	text-decoration: strong;
}

/*** MISCELLANEOUS ***/
a:hover {
	color: black;
	text-decoration: bold;
}

a {
	color: black;
	text-decoration: none;
}

.clear {
	clear:both;
}
