body {
	background-color:#000000; /* NOT inherited before CSS2 */
	text-align:left; /* center justify left right - NOT inherited */
	color:#EFB160; /* foreground - inherited */
	font-family: verdana, arial, georgia, geneva, sans-serif; /* base font - inherited */
	font-size:1em; /* base font size - inherited */
	font-style:normal; /* normal or italic - inherited */
	font-weight:normal; /* bold bolder lighter - inherited */
	border:0px; /* margin outside div - IE doesn't count/Firefox does - NOT inherited */
	margin:0px; /* IE doesn't count/Firefox does - NOT inherited */
	padding:0px; /* margin inside div - IE doesn't count/Firefox does - 2: TB,RL 3: T,RL,B 4: T,R,B,L - NOT inherited */
	width:100%;
}
div.HeaderContainer {
	background-image:url(images/layout/header-extend.jpg);
	width:100%; /* NOT inherited */
	height:280px; /* NOT inherited */
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
div.Header {
	float:left;
	background-image:url(images/layout/header.jpg);
	background-repeat:no-repeat;
	width:765px;
	height:280px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:right;
}
div.ContentContainer {
	background-color:#000000;
	background-image:url(images/layout/content-bg.jpg);
	background-repeat:repeat-y;
	width:100%;
	min-width:765px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
div.Left {
	width:250px;
	background-image:url(images/layout/menu.jpg);
	background-repeat:no-repeat;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
div.leftContent {
	float:left;
	width:190px;
	border:0px;
	margin:5px 0px 10px 10px;
	padding:0px;
}
div.leftContent a:link {
	color:#000000;
}
div.leftContent a:visited {
	color:#333333;
}
div.Right {
	background-image:url(images/layout/content-top.jpg);
	background-repeat:no-repeat;
	width:515px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
div.mainContent {
	float:left;
	width:515px;
	border:0px;
	margin:0px;
	padding:10px 0px 10px;
}
div.FooterContainer {
	background-image:url(images/layout/footer-extend.jpg);
	width:100%;
	height:75px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
div.Footer {
	background-image:url(images/layout/footer.jpg);
	width:765px;
	height:75px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:right;
}
div.Footer a {
	text-decoration:none;
	color:#EFB160;
}
div.Footer a:hover {
	text-decoration:none;
	color:#CC9900;
}
h1, h2, h3, h4 {
	color:#CC9900;
}
h1 {
	text-align:center;
	font-size:1.8em;
}
a:link {
	color:#990000;
}
a:visited {
	color:#6E1109;
}
span.fancyHeader {
	font-family:Zapfino, "Lucida Handwriting", "Lucida Calligraphy", "Monotype Corsiva", "Apple Chancery", "Brush Script MT", sans-serif;
	font-size:1em;
	line-height:150%;
	font-weight:bold;
	text-decoration:underline;
	color:#660000;
}
span.fancyText {
	font-family:Zapfino, "Lucida Handwriting", "Lucida Calligraphy", "Monotype Corsiva", "Apple Chancery", "Brush Script MT", sans-serif;
	font-size:.8em;
	line-height:100%;
	color:#669933;
}
/* Navigation menu settings */
ul.menu1 {
	margin:0px;
	border:0px;
	padding:0px 0px 0px 100px;
	list-style:none;
}
li.menu1 {
	margin:0px;
	border:0px;
	padding:0px 0px 31px;
}
#nav a.menu1 {
	font-weight:bold;
	text-decoration:none; /* removes the link underlines */
	text-align:left;
	font-size:14px;
	color:#EFB160;
}
#nav a.menu1:hover {
	color:#CC9900;
}
span.padding {
	margin:0px 5px;
}