﻿body {
	background-color:#E4A3FC;		/* SPRING: E4A3FC, SUMMER #FFEB98, FALL #FDA204, CHRISTMAS #FF0000, WINTER: #87CEFA */
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:1000px;
	height:220px;
	position:relative;
}
#header ul{
	background-color:#c429fe;		/* SPRING c429fe, SUMMER FFCC00, FALL #D57602, CHRISTMAS #1D8815, WINTER: 004985 */
	width:994px;
	border: 3px solid #FFFFFF;
	display:block;
	top:192px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding: 5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
	color: white;
}
#header ul a{
	text-decoration:none;
	color:#ffffff;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#dddddd;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:320px;
	width:230px;
	position:absolute;
	font-weight:bold;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(/images/content_bg.jpg);
	width:1000px;
	clear:both;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#right {
	float:right;
	width:1000px;
	padding: 0px 15px 10px 0px;
	display:inline;
}
#right a{color:#28556b;}
#right a:hover{color:#c77e0c;}
#photos 
{
	font-size:10px;
	padding: 0px 15px 10px 15px;
}
#menu {
     width:230px;
	 padding: 0px 10px 20px 10px;
	 border-right: #BBB 2px solid;
	 vertical-align:text-top;
	 border-bottom: #BBB 2px solid;
}
#main {
	width: 770px;
	background-color:#FFFFFF;
	vertical-align:text-top;
	padding: 0px 10px 20px 15px;
    border-bottom: #BBB 2px solid;
}
#menu a{
	color:#283890;
	font-size: 12px;
}
#menu a:hover{
	color:#9ca894;
	font-size: 12px;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(/images/footer_bg.jpg);
font-size:1px;
height:10px;
}
#footer {
	width:1000px;
	text-align:center;
	padding: 20px 0px;
	font-size:9px;
	color: white;
}

#footer a {
	color: lime;
}

/* set millions of background images */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 95%; margin: 1em auto; }