body {
	margin:0;
	padding:0;
	color:#000;
	min-width:780px;
	font-family: arial, sans-serif;
	background-color: #5d5950;
	background-image: url(images/back10.jpg);

}

a {
	color: #333366;
	text-decoration: underline;
}

h2 
	{
	color: #734233;
}

#top {
	background-color: #333;
	color: #333;
	width: 100%;
	height: 25px;
}

#bottom {
	background-color: #333;
	color: #333;
	width: 100%;
	height: 25px;
}

div#wrap {
	background:#e6e6e2;
	margin:0 auto;
	width:750px;
	background-image: url(images/shadow2.jpg);
	padding-right: 15px;
	padding-left: 15px;
}
#header {
	background-color:#DDD;
}
#nav {
	float:right;
	width: 100%;
	background-color: #666;
	border-top: 1px solid #2d2b27;
	border-bottom: 1px solid #2d2b27;

}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#nav a {
	font-size : .7em;
	color: #FFF;
  padding: 2px;
	text-decoration: none;
	margin-left: 1px;

}
#nav a:hover {
	color: #FFF;
	background-image: url(images/bluepiece.jpg);
}

#nav_wide {
	float:right;
	width: 750px;
	background-color:#000;
	border-bottom: double 10px #734233;
}
#nav_wide ul{
	margin:0;
	padding:0;
}
#nav_wide li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#nav_wide a {
	font-family: Garamond;
	font-size : .9em;
	color: #FFF;
  padding: 2px;
  line-height: 40px;
	text-decoration: none;
	border: solid 1px black;
	margin-left: 4px;
}
#nav_wide a:hover {
	background-color: #B58677;
}
#main {
	background-color:#e6e6e2;
	float:right;
	width:476px;
}

#main_wide {
	padding-top: 75px;
	background-color:#FFF;
	width:750px;
}

#sidebar {
	margin-left: 5px;
	padding-left: 20px;
	width: 243px;
	float: left;
	font-size: .8em;
	font-weight: bold;
}

#sidebar img {
	border: 1px solid #4b473f;
	margin-top: 25px;
}

#sidebar ul {
	margin-bottom:0;
}

.sidelabel	{
	background-color: #333;
	background-image: url(images/bluepiece.jpg);
	border-bottom: 1px #4b473f solid;
	border-right: 1px #4b473f solid;
	border-left: 1px #4b473f solid;
	color: #FFF;
	padding: 2px;
	font-weight: bold;
	font-size: 10pt;
	width: 120px;
}

#footer {
	width: 750px;
	margin-top: 20px;
	background-image: url(images/bluepiece.jpg);
	clear:both;
	color: #FFF;
	font-size: .8em;
}
#footer p {
	padding:5px;
	margin:0;
}
#footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #ffc700;
}

#weather {
	float: right;
	margin: 10px;
	border: 1px solid #4b473f;
	}

#text {
	padding: 20px;
	font-family: Georgia, serif;
	font-size: 13pt;
	color: #25231f;
}

#text h3 {
	font-weight: bold;
	display: inline;
	font-style: italic;
	color: #000;
	padding-right: 3px;
}

#announcement a	{
	background-image: url(images/bluepiece.jpg);
	border: 4px #000 double;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 14pt;
	margin-left: 15%;
}

