/* (c) 2008 Lighthouse Media Works */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #2c88d1;
	font-family: "Comic Sans MS", sans-serif  ;



}


/*layout styles */

#main_table{
	width: 800px;
	height: 90%;
	background-color: White;
	background-image: url(images/bg_01a.jpg);
	margin-right: auto;
	margin-left: auto;
	padding:0;
	
}




#header{
 background-color:  transparent;
 position: absolute;
top: 0px;
}

#content{
	
	padding: 2em;
	/*width: 90%;*/
margin-top: -50px;
}

#float{
	width: 400px;
	float: right;
/*	position: relative;
	top: 30px;*/
	margin: 5px;
	padding: 2em;
	font-size: 80%;
	font-style: italic;
}

#footer{
	text-align: center;
	font-size: 80%;
	margin: 2em;
}

#footer a{
	color: Black;
	text-decoration: none;
}

#footer a:hover{
	color: #ffea0e;
	text-decoration: underline;
}


#text_menu{
	clear: both;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-size: 90%;
	 
}

.LMW{
	font-variant: small-caps;
	font-weight: bold;
}


a{
	color: #2c88d1;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #2cc6ec;
	text-decoration: underline;
}

.logo{
	 text-align: center;
}

































































