body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/image1.gif) repeat-x;
	font: normal small sans-serif;
	color: #878C66;
}

h1, h2, h4, h5, h6 {
	color: #ff9933;
}

h3 {
	color: #ff9933;
	font-family: georgia, 'Georgia', verdana, arial;	
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #660099;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 775px;
	height: 140px;
	margin: auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #660099;
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
}

#logo h2 {
	margin-top: -5px;
	padding-left: 2px;
	font-size: 1em;
}

#shapes img {
	border: 5px dotted red;
}

/* Menu */

#menu {
	float: none;
}

#menu ul {
	margin: 0;
	padding: 69px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #EFF0EB url(images/img2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #660099;
	font-family: georgia;
}
#menu a:hover {
	color: #ff9933;
}

#menu .active a, #menu a:hover {
	height: 23px;
	background: #EFF0EB;
}

/* Content */

#content {
	width: 775px;
	margin: auto;
}

/* Column One */

#colOne {
	float: right;
	width: 540px;
}

#colOne .noBorder{
	border: 0;
}

#colOne .post {
	clear: both;
	margin-bottom: 3em;
	font-size: 12px;
}

#colOne .title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C9CCB9;
	font-weight: bold;
	font-family: georgia, 'Georgia', verdana, arial;
	font-size: 18px;
	color: #ff9933;
}

#colOne .posted, #colOne .meta {
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: #ff9933;
	font-family: verdana, 'Verdana', arial;
}

#colOne .posted {
	margin-top: -18px;
}

#colOne .about p {
	text-align: justify;
}

#colOne .meta {
	border-top: 1px solid #C9CCB9;
}

#colOne .meta p {
	margin: 0;
}

/* Column Two */

#colTwo {
	float: left;
	width: 140px;
}

#colTwo #textfield1 {
	width: 100px;
}

#colTwo #submit1 {
	display: none;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	color: #660099;
}

#colTwo li h2 span {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0EB url(images/img3.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 10px;
}

#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #C9CCB9;
}

#faq_heads  {
	color: #ff9933;
	font-weight: bold;
	font-size: 16px;
	font-family: georgia, 'Georgia', verdana, arial;
}

#template a {
	font-size: 10px;
	color: #999999;
	border: 0px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 1em;
	border-top: 1px solid #C9CCB9;
}

#footer p {
	font-size: xx-small;
}

/* Lightbox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
	
	
	
	
	

