#wrapper {
	width: 85%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
#Header {
	background-color: #000;
	padding-top: 10px;
	color: #FFF;

}
#Header #Logo a{
	color: #FF9000;
}
#Logo  ul li {
	margin-bottom: 0px;
}
#MenuBar {
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFB442;
	margin-top: 10px;

}

#HeaderPix {
	background-image: url(../images/header-pix.jpg);
	background-repeat: repeat-x;
	background-position: right;
	height: 250px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#ContentArea {
	background-color: #FFF1CA;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	width: auto;
}
#LeftColumn {
	width: 180px;
	float: left;
	padding: 10px;
	color: #804000;
}

#CenterColumn {
	margin-right: 75px;
	background-color: #FFF;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#RightColumn {
	float: right;
	width: 75px;
}
#PullDown {
	clear: both;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

#Footer {
	clear: both;
	height: auto;
	font-size: 75%;
	color: #804000;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF1CA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	border-bottom-width: 2px;
}
#Footer a {
	color: #804000;
	text-decoration: none;
}
#Footer a:visited {
	color: #804000;
	text-decoration: none;
}
#Footer a:hover {
	color: #F90;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #F90;
	margin-top: 0px;
}
a:link {
	color: #009;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #39C;
}
a:active {
	color: #3C9;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 175%;
	color: #06C;
	font-style: italic;
}
h2 {
	font-size: 125%;
	color: #009;
}
h3 {
	font-size: 110%;
	color: #06C;
}
h4 {
	font-size: 110%;
	color: #009;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #009;
	margin-top: -0.75em;
	margin-right: 10px;
	font-size: 110%;
	text-align: justify;
	text-indent: 1em;
	margin-bottom: 2em;
}

ul li {
	margin-bottom: .5em;
}
.bigFrame {
	padding: 10px;
	border: 10px groove #F90;
	text-align: center;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 0%;
	margin-left: 10%;
}


.CenterStuff {
	text-align: center;
}
.SmallPrint {
	font-size: 75%;
}
.ClearBoth {
	clear: both;
}
.FlushLeft {
	float: left;
	margin-right: 10px;
}
.FlushRight {
	float: right;
	margin-left: 10px;
}


.TealText {
	color: #06C;
}
.RemoveSpaceAbove {
	margin-top: -1em;
}
.yellowText {
	color: #FF9000;
}
