body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:; #000000;
}

p {
	padding: 0 10px 0 10px;
	color: #000000;
}

h3 {
	font-size: 16px;
	color: #663300;
}

h3 a {
	text-decoration: none;	
}

div#maincontainer {
	margin: auto;
	width: 800px;
	height: 100%;
	/*border: 1px solid #663300;*/
}

div#header {
	margin: auto;
	width: 800px;
	height: 100%;
	padding-bottom: 30px;
	background-color: #ffffff;
}

div#footer {
	clear: both;
	float: left;
	width: 800px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#footer a {
	text-decoration: none;
	color: #cc99ff;
}


/* LEFT SIDE ELEMENTS */

div#leftside {
	float: left;
	width: 200px;
	height: 100%;
}

div#currentsection {
	float: left;
	width: 200px;
	height: 30px;
}

div#sidebarmenu {
	clear: left;
	width: 200px;
	height: 100%;
	padding: 10px 10px 10px 0;
}

div#sidebarmenu ul {
	list-style: none;
	margin-left: -20px;
}

div#slideshow {
	clear: left;
	margin-left: 10px;
	width: 162px;
	height: 150px;
	padding: 10px 10px;
	background-color:#333333;
}

/* --------------------------------------- end left side elements -----------------------------------*/


/* ---------- RIGHT SIDE ELEMENTS -------------- */

div#rightside {
	float: right;
	width: 590px;
	height: 100%;
}

div#pagecontent {
	float: right;
	width: 585px;
	padding: 10px 0;
	height: 100%;
	/*background-color: #FFFFCC;*/
}

.subpagelinks {
	color: #ffffff;
	text-decoration: none;
}

.pageheading {
	font-size:20px;
	text-align: center;
	color: #663300;
}

div#copyrightnote {
	clear: both;
	float: right;
	width: 590px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #663300;
}


/* ---------- TEXT ENHANCEMENTS -------------- */

.plainlink {
	font-size: 12px;
	color: #95563A;
	/*text-decoration: none;*/
	font-weight: bold;
}

.plainlink18 {
	font-size: 18px;
	color: #95563A;
	/*text-decoration: none;*/
	font-weight: bold;
}

.whitetext { color: #ffffff; }

.whitetext16 {
	color: #ffffff;
	font-size: 16px;
}

.blacktext { color: #000000; }

.text10 { font-size:10px; }

.text14 { font-size:14px; }

.text18 { font-size:18px; }

.browntext { color: #663300; }

.tantext { color: #c78645; }

.gallerylinks {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.creambackground { background-color: #FFFFCC; }

/* --------------------------------------- end text enhancements -----------------------------------*/

.hidden { display: none; }
