﻿/* BODY */
body {
	background: #FFFFFF url('images/bg.jpg') center no-repeat fixed;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-align: center;
}
/* END BODY */


/* TEXT */
h2 {
	font-family: "Maiandra GD";
	font-size: 24px;
	font-weight: bold;
	color: white;
}

h3 {
	font-family: "Maiandra GD";
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
}

h4 {
	font-family: "Maiandra GD";
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 10px;
}

p {
	font-family: "Georgia";
	font-size: 14px;
	padding-left: 10px;
}

p.quote {
	font-family: "Georgia";
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
	line-height: 20px;
}

p.content {
	font-family: "Georgia";
	font-size: 14px;
	padding-left: 30px;
	padding-bottom: 15px;
	line-height: 25px;
}

a {
	font-family: "Maiandra GD";
	font-size: 14px;
	text-decoration: none;
	color: #800000;
}

a:hover {
	font-family: "Maiandra GD";
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

ul {
	list-style: none;
}
/* END TEXT */


/* HEADER */
#header {
	margin: 0 auto;
	height: 150px;
	text-align: center;
	background: url('images/header_spring.jpg') center;
}
/* END HEADER */


/* NAVIGATION */
#nav {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
}

#menubg {
	height: 30px;
	margin: 0 auto;
	background: url('images/nav_bg.jpg') center;
}

#menu {
	width: 980px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	width: 980px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	height: 30px;
	display: inline;
}

#menu a {
	margin: 7px auto;
	display: block;
	float: left;
	width: 163px;
	border: none;
	color: #333333;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:hover {
	background: url('images/nav_hover.jpg');
}
/* END NAVIGATION */


/* CONTAINERS */
#container_main {
	width: 980px;
	height: 600px;
	margin: 0 auto;
	background: url('images/content_spring.jpg') no-repeat;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: white;
	font-family: "Maiandra GD", serif;
	font-size: 12pt;
}

#page_title {
	margin: 0 auto;
	padding: 10px;
	background: #336699;
	text-align: center;
}

#left_col {
	width: 300px;
	background: url('images/left_col.jpg') no-repeat;
	min-height: 1000px;
	float: left;
}

#page_content {
	margin: 0 auto;
	padding-bottom: 50px;
	background: white;
	width: 680px;
	text-align: left;
	float: right;
}

#quote {
	margin: 0 auto;
	_margin-top: -4px;
	margin-left: 20px;
	float: right;
	width: 100px;
	height: 300px;
	background: url('images/quote.jpg');
	border-left: medium #336699 dotted;
}

/* END CONTAINERS */


/* FOOTER */

#footer {
	clear: both;
	margin: 0 auto;
	_margin-top: -18px;
	display: inline-block;
	width: 980px;
	height: 30px;
	background: url('images/nav_bg.jpg');
	font-family: "Maiandra GD";
	font-size: 10pt;
}
/* END FOOTER*/