body {
	margin-top: 2%; 
	margin-bottom: 2%;
	background: #8EB349  url(../img/bat.gif) top left no-repeat;
	font-size: 14px;
	color: #666;
}

/* Image Styles */
img
{
	border: none;
}
.imgright {
	float:right;
	padding:5px;
	}
.imgleft {
	float:left;
	padding:5px;
	}	

/* JS Image Function */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../img/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;

}
#ImageBoxPrevImage
{
	background-image: url(../img/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

/* Page Container */
#world {
	margin: 0 auto;
	width: 680px;
	border: 5px solid #A30052;
	background:#fff;
}

/* Header */
#header {
	width: auto; 
	height: 45px;
	padding: 10px 20px;
	background: url(../img/strokes.jpg) top left no-repeat;
	text-align:right;
}
#header h1 { 
	font-size: 150%; 
	color: #fff; 
	display: inline; 
	text-align:right;
}

/* Postioning Statement */
#statment{
	width: auto; 
	height: auto;
	text-align:right;
	padding: 10px;
	margin-top:10px;
}

#statment h1 {
	display: inline;
	font-size: 70%; 
	font-weight: 100;
	text-transform: uppercase;
	color: #660033;
	padding-right:10px;
	margin-top:5px;
}

/* Link Box */
#links {
	width:660px;
	float:right;
	text-align: right;
	padding:0;
	margin-top:5px;
}
ul#linkslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#linkslist li {
	display: inline;
	list-style-type: none;
}
#current {
	border-top: 1px dashed #00A352;
}
#linkslist a { 
	padding: 3px 10px; 
}
#linkslist a:link, #linkslist a:visited {
	color: #CC6600;
	background-color: #FFFFFF;
	text-decoration: none;
}

#linkslist a:hover {
	color: #fff;
	background-color: #00A352;
	text-decoration: none;
}
#linkslist a:active {
	color: #fff;
	background-color: #660033;
	text-decoration: none;
}

/* Left Nav */
#options {
	width: 180px;
	height:100%;
	float: left; 
	padding: 12px;
	height: auto; 
	background-color: #ccc;
}
#options img { 
	border: 0; 
}
#options p {
}
#options a, #options a:link, #options a:visited {
	color:green; 
	text-decoration: none; 
}
#options a:hover {
	color: #660033;
}
#options h1 {
	font-size: 90%;
	color: #660033;
}
#options h3, #options h4 {
	position: relative;
	display: inline; 
	font-size:150%;
	font-weight: 500;
	text-transform: uppercase; 
	color: #660033;
}
#options li { 
	font-size: 10px;
}
.litxt {
	padding-bottom: 10px;
}
#options ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0;
}

/* Content Container */	
#content_container {
	width: 470px;
	background-color: #FFF;
	float:right;
}
#gallery_container {
	background-color: #FFF;
	width:680px;
	float:left;
	/*margin-left:50px;*/
}

/* Content */
#pagecontent {
	clear:both;
	margin: 5px;
	padding: 12px;
		
}
#pagecontent a {
text-decoration:none;
color: #8EB349;
}

#gallery{
	padding-top:5px; 
}

#gallery ul {
font-size:.8em;
}
#gallery h4 {
font-size:.9em;
}
#gallery_container h1 {
	font-size: 140%; 
	color: #FF9933; 
	text-align:center;
}

#pagecontent h1 {
	font-size: 90%;
	font-weight: 500;
	text-transform: uppercase;
	color: #660033;
	}
#pagecontent h5, #pagecontent h6 {
	position: relative;
	font-size: 90%;
	font-weight: 500;
	text-transform: uppercase; 
	color: #660033;
}
#pagecontent p, #pagecontent h5, #pagecontent h6  {
	padding-left: 10px;
}
#pagecontent p {
	line-height: 20px;
}
	
/* Footer */
#footer {
	clear: both;
	width: 675px; 
	height: 30px; 
	text-align: left;
	margin: 0;
	background:url(../img/diag.jpg) 0% 30% repeat-x;
	font-size:.8em; 
	color: #000000; 
	text-transform: uppercase;
	padding-top:5px;
	padding-left:5px;
}
#footer a {
	text-decoration: underline; 
	color: #000000;
}
#quote {
width:80%;
height:auto;
padding-left:25px;
padding-right:25px;
color:#A30052;
clear:both;
font-size:.8em;
}