body {
	background-color: #808059;
	font-family: Century Gothic, Arial;
	font-size: 12px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

#mainbox {
	width: 575px;
	margin: 0px auto;
}

#header {
	width: 573px;
	height: 146px;
	border: 1px solid #000;
	background-image: url("/gallery/themes/sebek/header.jpg");
}

#contentarea {
	margin-top: 13px;
}

#contentbox {
	width: 191px;
	border: 1px solid #E4E4CC;
	float: left;
	background-color: #BFBF60;
	margin-right: 0px;
	padding: 5px;
}

#gallerypics {
	width: 390px;
	float: left;
	margin-left: -20px;
	padding: 0px;
} 
/*IE6 Issue Fixed here*/
html>body #gallerypics {
	margin-left: 0px;
	width: 370px;
}

#footer {
	margin: 0px auto;
	margin-top: 13px;
	border-top: 3px solid #BFBF60;
	color: #FFF;
	width: 660px;
	text-align: center;
	margin-left: -40px;
	padding: 4px 0px 0px 0px ;
}

#footerdec {
	width: 362px;
	margin: 0px auto;
	border-top: 3px solid #BFBF60;
	margin-top: 4px;
}

#copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 18px;
}

#nextpre {
	float: right;
	font-size: 14px;
}

.bringdown {
	clear: both;
}

.title {
	font-size: 18px;
}

.thmb {
	border: 1px solid #E4E4CC;
}
.thumbbox {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 120px;
}

/***Image View Page***/
.imageview {
	display: block;
	margin: 0px auto;
	border: 1px solid #E4E4CC;
}

.textcenter {
	text-align: center;
	margin-top: 5px;
}

/***Index Page***/
#crane {
	width: 163px;
	height: 284px;
	float: left;
	background-image: url("crane.jpg");
	border: 1px solid #E0E0C9;
	margin-left: 14px;
}
html>body #crane {
	margin-left: 23px;
}

#rightindex {
	float: left;
	margin-left: 53px;
}

#fall {
	width: 303px;
	height: 198px;
	background-image: url("fall.jpg");
	border: 1px solid #E0E0C9;
}

#sig {
	width: 222px;
	height: 52px;
	background-image: url("sig.gif");
	margin-top: 30px;
	margin-left: 40px;
}