* 
{
	margin:				0;
	padding:			0;
}

html, body 
{
	height:				100%;
}

body 
{
	background-color:	#F3FBED;
	font-family:		Arial;
	text-align:			center; 
	overflow:			hidden;
	color:				#333333;
}

#distancetop 
{ 
	width:				1px;
	height:				50%;
	margin-bottom:		-200px;
	float:				left;
}

#bar 
{
	position:			relative; 
	width:				100%;
	clear:				left;
	text-align:			center;
	z-index:			100;
	font-size:			.8em;
}

#banner
{
	height:				150px;
	width:				500px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;	
	z-index:			100;
	background:			url('banner.gif');
}

#banner span
{
	display:			none;
}

ul
{
	margin-top:			30px;
}

li
{
	display:			inline;
	list-style-type:	none;
	padding-right:		10px;
	padding-left:		10px;
	font-size:			1.4em;
	margin-top:			0;
	padding-top:		0;
}

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

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

p
{
	padding-bottom:		0px;
	font-size:			1.5em;
}

#theme1
{
	position:			absolute;
	top:				100%;
	left:				50%;
	margin-top:			-323px;
	margin-left:		-377px;
	height:				323px;
	width:				755px;
	background:			url('lake.jpg') no-repeat;
	z-index:			10;
}

#theme2
{
	position:			absolute;
	top:				100%;
	left:				0px;
	margin-top:			-226px;
	border-right:		507px;
	height:				226px;
	width:				50%;
	background:			url('background.jpg') repeat-x right;
	z-index:			9;
	overflow:			hidden;
}

#theme3
{
	position:			absolute;
	top:				100%;
	left:				50%;
	margin-top:			-225px;
	border-right:		507px;
	height:				225px;
	width:				50%;
	background:			url('background.jpg') repeat-x left;
	z-index:			9;
	overflow:			hidden;
}

#theme5
{
	position:			absolute;
	top:				100%;
	left:				0;
	margin-top:			-341px;
	height:				179px;
	width:				100%;
	background:			url('sunsetcolors.jpg') repeat-x;
	z-index:			1;
}


#theme6
{
	position:			absolute;
	top:				0;
	left:				0;
	height:				200px;
	width:				100%;
	background:			url('top.jpg') repeat-x;
	z-index:			1;
}

#verysmall
{
	margin-top:			20px;
	font-size:			.9em;
}