@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: 'GoudyOldStyleT-Regular', 'Goudy Old Style', "Georgia", Verdana, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
}

.oneColFixCtrHdr #container {
	width: 1220px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #900;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #CCC;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 339px;
	width: 1200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/fundi-5c.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.blackborder {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10%;
	padding-bottom: 0;
	padding-left: 10%;
	margin-top: 75px;
	margin-bottom: 75px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container .nav_container {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 175%;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0px;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
.oneColFixCtrHdr #container #mainContent p {
	margin-right: 10em;
	color: #666;
	margin-left: 1em;
	padding: 0px;
	margin-top: .5em;
	margin-bottom: .5em;
}
.oneColFixCtrHdr #container #mainContent div img {
	margin-left: 1em;
}
#schedule {
	color: #333;
	border: thin solid #996;
}
#preloader {
	position: absolute;
	left: -110%; 
	top: -110%;
	width: 1px; 
	height:1px;
}
#FlashID {
	margin-left: 1em;
	border: 1px solid #000;
}
.oneColFixCtrHdr div #blog {
	margin-right: 10em;
}
li {
	color: #900;
}
.oneColFixCtrHdr #whatsnew li {
	padding-bottom: 5px;
}

