body {
	padding: 0px;
	margin: 0px;
	background-color: #e1cb9a;
	background-position: center;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	width: 802px;
	padding: 0px 0px;
	margin: 0px auto;
}

#nav {
	padding: 8px 0px;
}

#nav a, #nav a:link, #nav a:visited {
	font-family: 'Century Gothic';
	color: #999999;
	text-decoration: none;
}

#nav a:hover {
	font-family: 'Century Gothic';
	color: #005200;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
}

#nav a.selected {
	font-family: 'Century Gothic';
	color: #005200;
	border-top: 1px dotted #005200;
	border-bottom: 1px dotted #005200;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
}

#banner {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	border-top: solid 1px #005200;
	border-bottom: solid 1px #005200;
}

#content {
	width: 760px;
	padding: 10px 20px;
}

h1 {
	font-family: 'Century Gothic';
	color: #005200;
	font-size: 18px;
	border-bottom: 1px solid #005200;
}

h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic';
	color: #005200;
	font-size: 15px;
}

#content a, #content a:visited, #content a:link {
	color: #005200;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

img.gallery {
	border: 5px solid #999999;
}

#content img.border {
	border: 5px solid #999999;
}

.right {
	float: right;
}

.left {
	float: left;
}


/* Pika Gallery Styling */

ul#pikame{
	padding-left:0;
	width:500px;
	margin:0 auto;}
.pika_main{
	width:500px;
	padding-right:20px;
	margin:0 auto;}
#pikame li{
	margin:5px;
	float: left;
	border:2px solid #999999;}
	
ul#pikame li img{position:relative;cursor:pointer;}
.pika_main img{border:5px solid #999999;}
.pika_main{position: relative;margin:0 auto;}
.pikachoose li{float:left;position:relative;overflow:hidden;list-style:none;}
.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{width:100%;height:30px;text-align:center;}
.pika_navigation a{font-size: 12px;color:white;text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}