/** 

CSS layout enabling the footer used from "A List Apart"
http://www.alistapart.com/articles/footers/

**/

html, body
{
	height:100%;
}

body
{
	margin:0;
	padding:0;
	background:#460000;
	font-size:small;
}

#shadow
{
	position:fixed;
	top:-20px;
	width:750px;
	height:110%;
	z-index:-20;
	-o-box-shadow: -10px 0px 20px #100, 10px 0px 20px rgba(0,0,0,0.7);
	-khtml-box-shadow: -10px 0px 20px #100, 10px 0px 20px rgba(0,0,0,0.7);
	-icab-box-shadow: -10px 0px 20px #100, 10px 0px 20px rgba(0,0,0,0.7);
	-moz-box-shadow: -10px 0px 20px #100, 10px 0px 20px rgba(0,0,0,0.7);
	-webkit-box-shadow: -10px 0px 20px #100, 10px 0px 20px rgba(0,0,0,0.7);
	box shadow: 10px 0px 20px rgba(0,0,0,0.7);
}

#container
{
	position:relative;
	min-height:100%;
	height:100%;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:auto;
	margin:0 auto;
	width:750px;
	background:#FFF;
}

html>body #container
{
	height:auto;
}

#footer
{

	position:absolute;
	width:100%;
	bottom:0px;
	background:#FFF;
	text-align:center;
	color:#999;
	padding: 0px 0px 2px 0px;
}

#footer:first-line
{
	color:#666;
}

#footer_clear
{
	clear:both;
	padding-bottom:3.5em;
}

img
{
	border-style:none;
	border-width:0px;
	padding:0px;
	margin:0px;
}

img a
{
	border-style:none;
	border-width:0px;
	padding:0px;
	margin:0px;
}

#top_link
{
	float:left;
	width:300px;
}

#header
{
	height:55px;
	padding: 1em 25px 0px 25px;
}

div#header p
{
	font-style:italic;
	font-size:1.1em;
	margin:0;
}


#footer p
{
	padding:1em;
	margin:0;
}

#footer a
{
	color:#666;
}
.free
{
	float:left;
	text-align:left;
	padding:5px;
	width:353px;
	border:1px solid #999;
}
.free a
{
	color:#00F;
}
.license
{
	padding-top:1em;
	clear:both;
}
.preload
{
display:none;
}
	
#rotator
{
	position: relative;
	width: 632px;
	height: 235px;
	float:left;
}

#rotator img
{
	border: 0;
	width: 632px;
	height: 235px;
}

#heading
{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	padding-top:30px;
}

#mainimage
{
	clear:both;
	width: 659px;
	text-align:center;
	padding: 0px 45px 0px 45px;
}

#mainimage>img
{
	display:block;
}

.left 
{
	float:left;
	clear:left;
	width:330px;
	padding: 0px 20px 0em 0;
}

.right 
{
	float:right;
	clear:right;
	width:320px;;
	padding: 5px 10px 0em 20px;
}

.left1 
{
	float:left;
	clear:left;
	width:210px;
	padding: 5px 20px 0.5em 120px;;
}

.right1 
{
	float:right;
	clear:right;
	width:210px;;
	padding: 5px 120px 0.5em 20px;
}

.center
{
	text-align:center;
	margin-bottom:1.5em;
}

a 
{
       color:#600;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

p 
{
	margin:0 0 1em 0;
	line-height:1.4em;
}

#content 
{
	padding:1em 25px 0px 25px;
	clear:both;
}

#content_thin
{
	padding:1em 10px 0px 10px;
	clear:both;
}

div#content p
{
	text-align:justify;
	padding:0 0 0 1em;
}

/**** menu ***/

#menu
{
	text-align:center;
	margin-top:5px;
	clear:both;
	padding: 0px 25px;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
	height:27px;
	float: left;
	padding: 0px 20px;
}

#menu a
{
	color: #fff;
	font: bold 10px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	height:27px;
	text-transform:uppercase;
	line-height:23px;
	background: #800 url(images/button.jpg);
	text-decoration: none;
	width: 135px;
}

#menu a:hover 
{
	background: #500 url(images/buttonx.jpg);
	width: 135px;
}