* {
	margin: 0;
	border: 0;
	font-family: sans-serif, arial, helvetica;
	color:#999999;
}
body {
	background: url("graphics/bodybg.png") #303030 fixed;
}
#webpage {
	width: 1010px;
	margin: 20px auto 20px auto;
	
}

#pagebody {
	background: url("graphics/pagebg.png");
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
}

#title {
	border:0;
	margin: 0 12px 0 12px;
	text-align:left;
	width:986px;
	height:120px;
	background: url('graphics/titlebg.png') no-repeat;
}

#title h1 {
	display:none;
}

#sitemenu {
	padding: 10px 120px 5px 120px;
	margin:0 12px 0 12px;
	border:none;
	clear: both;
	font-size: 12pt;
	text-align:center;
	text-transform: uppercase;
}

#sitemenu a, #gallery a, #foot p a {
	text-decoration:none;
	color: #cccccc;
	padding: 0 15px 0 15px;
}

#sitemenu a:hover, #gallery a:hover, #gallery a.selected, #foot p a:hover {
	text-decoration: underline;
	font-weight:bold;
}

#content {
	padding:5px 3px 5px 8px;
	margin: 0 auto 0 auto;
	width:980px;
	display:block;
	border-top: 1px solid #777777;
}

#adstrip {
	margin-left:200px;
}

p {
	padding: 0.5em 0 0.5em 0;
}

#navmenu, #gallerymenu {
	width: 180px;
	float: left;
	display:block;
	text-align: center;
	font-size:10pt;
}
#navmenu ul, #gallerymenu ul {
	display:block;
	padding:0;
	list-style-type: none;
}
#gallerymenu ul li, #navmenu ul li{
	display:block;
	list-style-type:none;
	padding:0;
}

#gallerymenu ul li.unselected ul {
	display:none;
}

#gallerymenu ul li.selected {
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
	background: url("graphics/pagebg.png");
	font-weight:bold;
	color:#cccccc;
}

#gallerymenu ul li.selected ul {
	display:block;
	padding:5px;
}

#gallerymenu ul li:hover.unselected ul {
	display:block;
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
	background: url("graphics/hoverbg.png");
	z-index:3;
	width:180px;
	padding:5px;
}
#gallerymenu ul li:hover.unselected ul li a {
	color:#eeeeee;
}
a.navmenu, #gallerymenu ul a {
	text-decoration:none;
	font-weight:bold;
	color: #777777;
	padding: 2px 4px 4px 2px;
	margin:3px 0 5px 0;
	display: block;
	text-align:center;
}

a.navmenuselected, a.navmenu:hover, #gallerymenu a.selected, #gallerymenu a:hover{
	text-decoration:none;
	background: url("graphics/menuselectedbg.png");
	font-weight:bold;
	display: block;
	text-align: center;
	color:#ffffff;
}

#page {
	width:780px;
	float:right;
}

#page img {
	padding: 5px;
	margin: 8px;
}

#page img.centre {
	margin: 0 auto 0 auto;
	display:block;
}

#page img.centreborder {
	margin: 0 auto 0 auto;
	display:block;
	background: url("graphics/pagebg.png");
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
}

#page img.fleftborder {
	float:left;
	background: url("graphics/pagebg.png");
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
}

#page img.frightborder {
	float:right;
	background: url("graphics/pagebg.png");
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
}
div.item p {
	padding-left:25px;
}

.modemenu {
	text-align:center;
}
.modemenu a {
	text-decoration:none;
	color: #900000;
	padding: 0 15px 0 15px;
}

.modemenu a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #b00000;
}

td a {
	text-decoration:underline;
	color: #cc6600;
}

td a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #ff9900;
}

.pagetitle, .galtitle {
	color: #eeeeee;
	padding-bottom: 0.5em;
	margin-top: 5px;
	font-style:italic;
	text-align:center;
}

.heading, .galdesc {
	margin: 0 10px 15px 30px;
	padding:3px 3px 3px 12px;
	color: #cccccc;
	clear: both;
}

a.link {
	text-decoration:underline;
}

a.link:hover {
	color: #eeeeee;
	font-weight: bold;
}

.center, .centre {
	text-align: center;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear:both;
	display:block;
}

.itemul {
	padding:0 10px 0 10px;
	border-top: 1px solid #555555;
	margin: 0 auto 0 auto;
}

#foot {
	padding: 5px;
	margin:0 12px 0 12px;
	display: block;
	text-align: center;
	clear:both;
}

#foot a {
	display: block;
	clear:both;
	color: #333333;
	font-size: 8pt;
	text-decoration: none;
}

form {
	display: block;
	clear: both;
}

.formcaption {
	width: 120px;
	text-align: right;
	padding-right: 3px;
	float:left;
}

div.edititem {
	border: 1px dashed #aa0000;
	margin-top: 3px;
}

div.item {
	border:none;
}

a.edititem:link, a.edititem:visited{
	text-decoration:underline !important;
	font-style:normal;
	color: #990000;
	padding: 0 15px 0 15px;
	font-size: 10pt;
}
a.edititem:hover {
	font-style:italic !important;
}

a.editmenu {
	text-decoration:none;
	text-align: center;
	color: #990000;
	background: #cc6666;
	padding: 2px 0 2px 0;
	margin: 8px 0 10px 0;
	display: block;
}

a.editmenu:hover {
	text-decoration: underline;
	font-weight:bold;
	background-color: #ffaaaa;
}

.warning{
	background-color: #ffcccc;
	margin: 2px 0 2px 0;
	color: #660000;
	text-align:center;
}

.error {
	text-align: center;
	color: #990000;
	font-weight: bold;
}

.note {
	font-size: 9pt;
	color: #aa0000;
	text-align: center;
	margin:0;
	padding:0 10px 0 10px;
}

/* Gallery Styles */

.thumbnail {
	width: 195px;
	height: 210px;
	text-align:center;
	float:left;
	margin-top: 10px;
}

.thumbnail p {
	color:#cc6600;
}
#gallery .thumbnail a {
	color:#cc6600;
	font-weight:normal;
	padding-left:4px;
	padding-right:4px;
}
#gallery .thumbnail a:hover {
	color:#cc6600;
}
#gallery .thumbnail a:visited {
	color:#cc6600;
}
.thumbnail img, #filmstrip img, #filmstripphoto img {
	margin: 2px auto 2px auto;
	padding: 4px;
	background: url("graphics/pagebg.png");
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
}

.randomphoto {
	margin: 2px auto 2px auto;
	padding: 4px;
	background: url("graphics/pagebg.png");
	border-top: 1px solid #303030;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #080808;
	display:block;
}

#filmstripphoto img {
	display:block;
}


#gallery {
	width:780px;
	float:right;
}

form p {
	padding: 4px 0 4px 0;
	display: block;
	clear: both;
}

form {
	margin: 15px auto 0 auto;
}

select {
	width:300px;
}

input, select, textarea{
	background: #ffffff;
	border-bottom: 2px solid #222222;
	border-right: 2px solid #222222;
	border-top: 2px solid #444444;
	border-left: 2px solid #444444;
	padding: 1px 2px 1px 2px;
}

.formcaption {
	width: 200px;
	text-align: right;
	padding-right: 5px;
	float:left;
}

table {
	margin: 20px auto 0 auto;
	width:90%;
	border-top: 1px solid #666622;
	border-left: 1px solid #666622;
}

th {
	background: #ffff99;
}

td, th {
	margin: 0;
	padding: 3px;
	border-right: 1px solid #666622;
	border-bottom: 1px solid #666622;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}

h4.terms {
	margin:10px 60px 10px 120px;
	font-weight:bold;
}
#bannerads {
	text-align:center;
}

#eXTReMe, #neXTReMe {
	float:right;
	display:none;
}