/* Colors used 
#a656a2 - purple
#721df3 - bright purple
#00b034 - green
#fdf7e0 - cream
*/

/* Main layout stuff */
* {
	margin: 0; padding: 0;
}
body {
	background: url(graphics/bg_repeat.jpg) top left repeat-x;
	font-family: helvetica,arial,sans-serif;
	font-size: small;
	color: #666;
}

/* Page Sections */
#pagecontainer {
	background: url(graphics/page_repeat.jpg) top center repeat-y;
	zoom: 100%;
}
#header {
	background: url(graphics/header.jpg) top center no-repeat;
	height: 205px;
}
#header a {
	display: block;
	background: red;
}
#main {
	background: url(graphics/main_repeat.jpg) top center no-repeat;
	padding-top: 65px;
}
#main2 {
	width: 665px;
	margin: 0 auto;
}
#nav, #content h1, #content h2 {
	font-family: "AngelinaRegular", sans-serif;
}
#nav {
	float: left;
	width: 145px;
	margin-right: 15px;
	font-size: 2em;
}
#content {
	line-height: 1.6em;
	margin-left: 165px;
	zoom: 100%;
	padding-right: 25px;
}
#footer {
	text-align: center;
	color: #999;
}
#footer2 {
	background: url(graphics/footer.jpg) center bottom no-repeat;
	height: 40px;
}

/* Lists */
#nav ul {
	background: #fdf7e0;
	background: -moz-linear-gradient(top, #fdf7e0, #fdf7e0 80%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdf7e0), color-stop(0.8, #fdf7e0), color-stop(1, #ffffff));
	list-style: none;
	padding-bottom: 50px;
}
#nav ul li {
	padding: 10px 0px 5px 10px;
}
#content ul {
	margin-bottom: 10px;
	list-style-type: circle;
}
#content ul li {
	margin-left: 35px;
}

/* Sliding doors code */
#nav ul li a:hover, #nav ul li a:focus {
	text-decoration: underline;
}
#nav ul li a.active {
	text-decoration: underline;
}

/* Paragraphs */
#content p {
	margin-bottom: 10px;
	text-indent: 15px;
}
#footer p {
	padding-top: 10px;
}

/* Headings */
#header h1, #header h2, #content h1.page_head span, #content h2.page_head span {
	display: none;
}
#content h2 {
}
#content h3 {
	font-size: 1.25em;
	color: #a656a2;
	text-decoration: underline;
	margin-bottom: 5px;
}
#content h2, #content h1 {
	height: 75px;
	margin-bottom: 10px;
	background: url('images/h2.gif') top left no-repeat;
	padding-left: 60px;
	font-size: 3em;
	color: #a656a2;
	line-height: 2.25em;
}

/* Links */
#content a, #footer a {
	color: #a656a2;
}
#content a:hover, #footer a:hover, #nav ul li a {
	text-decoration: none;
}
#nav ul li a {
	display: block;
	color: #a656a2;
}

/* Images */
#nav a img, #content img {
	border: 0;
}
.testImg {
	display: block;
	margin: 0 auto 12px;
}

/* Tables */
table.schedule {
	width: 100%;
}
table.schedule th {
	color: #a656a2;
	text-align: left;
}
table.schedule th, table.schedule td {
	padding-right: 5px;
	border-bottom: 1px solid #dcdcdc;
}

/* Misc */
#footer hr, #content hr.testimonial {
        height: 1px;
        width: 100px;;
        color: #dcdcdc;
        background-color: #dcdcdc;
        border: 0;
        margin: 0px auto;
}
#content hr.testimonial {
	margin-bottom: 20px;
}
.clearer {
	clear: both;
}
div.testimonial, blockquote.testimonial {
	padding: 5px 0 0 35px;
	margin-bottom: 20px;
	background: url(graphics/quotes.gif) top left no-repeat;
}
div.spikelover {
	padding: 2px 0 0 0px;
	font-style: italic;
}
.caption {
	text-align: right;
	font-size: x-small;
	margin-right: 50px;
	line-height: 1.2em;
}
.center {
	text-align: center;
}
#footer a.wwire {
	color: #999;
	text-decoration: none;
}
#footer a.wwire span {
	display: none;
}
#footer a.wwire:hover {
	text-decoration: underline;
}

