html
{
	overflow:		scroll;
}

html, body
{
	height:			100%;
}

body
{
	margin:			0px;
	font-family:		verdana,arial,helvetica,sans-serif;
	font-size:		.75em;
	color:			#72AB48;
	padding:		0px;
	background-color:	#000;
}

p
{
	margin-top:		5px;
	margin-bottom:		5px;
}

h1
{
	font-size:		2em;
}

h2
{
	font-size:		1.25em;
}

h3
{
	margin-top:		5px;
	font-size:		1em;
}

h4
{
	font-size:		.9em;
}

a
{
	font-size:		1em;
	text-decoration:	none;
}

img
{
	border:			0px;
}

#banner
{
	position:		relative;
	margin:			0 auto;
	width:			800px;
	background-color:	#000;
	border: 		1px solid #72AB48;
}

#banner-title
{
	position:		relative;
	left:			25px;
	top:			10px;
	height:			93px;
	background-image:	url(../images/logo.png);
	background-repeat:	no-repeat;
}

#menu, #galmenu, #thumbs
{
	position:		relative;
	margin:			0 auto;
	width:			800px;
}

#menu
{
	height:			30px;
}

#content
{
	min-height:		100%;
	height:			auto !important;
	height:			100%;
	position:		relative;
	margin:			0 auto -187px;
	width:			800px;
}

ul#nav, ul#nav li
{
	list-style-type:	none;
	margin:			0;
}

ul#nav li
{
	float:			left;
	width:			100px;
	margin-right:		2px;
	text-align:		center;
}

ul#nav a
{
	float:			left;
	width:			100px;
	padding:		2px 0 5px;
	text-decoration:	none;
	background: 		#4872AB;
	color: 			#999;
}

ul#nav li.activelink a, ul#nav a:hover
{
	padding:		2px 0 6px;
	background:		#72AB48;
	color: 			black;
}

ul#nav a#cur_page
{
	padding:		2px 0 8px;
	background:		#72AB48;
	color: 			black;
}


ul
{
	list-style-type:	circle;
}

div#thumbs, div#thumbtitle
{
	float:			left;
	position:		relative;
	margin:			15px 10px;
}

ul#gal, ul#gal li, ul#thumbimgs, ul#thumbimgs li
{
	list-style-type:	none;
	margin:			0;
}

ul#gal, ul#thumbimgs
{
	position:		relative;
	margin:			0 5px;
}

ul#gal li
{
	float:			left;
	position:		relative;
	width:			74px;
	margin:			5px 5px 5px 5px;
	background-color:	#FFF
}

ul#gal li.selected
{
	background-color:	#72AB48
}

ul#thumbimgs li
{
	float:			left;
	position:		relative;
}

ul#gal li img, ul#thumbimgs li img
{
	display:	block;
	height:		48px;
	margin:		5px 5px 5px 5px;
	border:		0px;
}


.footer, .push
{
	height:			187px;
}

.footer
{
	position:		relative;
	margin:			0 auto;
	width:			800px;
	background-position:	bottom left;
	background-repeat:	no-repeat;
	background-image:	url(../images/logo_small.png);
	z-index:		-100;
	
}