/*
CSS file, Index background, for LannaDiscovery.com
December 2009
*/

#header{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	height:50px;
	border:none;
	background-color: #004080;
}

#header2{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:5px;
	border:none;
	background-color: #0080FF;
}

#center{ /*very outside container*/
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:-20px;
	padding-bottom:30px;
	border:none;
	background:url(../png/shadows.png);
}

#content_bg{
	margin-left:50px;
	margin-right:50px;
	margin-top:0px;
	padding-top:20px;
	width:800px;
	border:none;
}

#content{
	margin-left:50px;
	margin-right:50px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	width:800px;
	border:none;
	background-color:#FFFFCC;
}

#gap{
	height:30px;
}

#menu{
	float:right;
	width:300px;
	height:20px;
	margin-right:10px;
	margin-top:-30px;
	text-shadow: 0.1em 0.1em 0.05em #333;
	font-weight:900px;
	color:#FFFFFF;
}

* h1 {
	text-shadow: 0.1em 0.1em 0.05em #333;
	color:#FF8000;
	font-size:170%;
	font:Arial, Helvetica, sans-serif;
}

* h2 {
	text-shadow: 1px 1px white, 1px 1px;
	font-size:120%;
	color:#004080;
	font:Arial, Helvetica, sans-serif;
}

* h3 {
	font-size:100%;
	font:Arial, Helvetica, sans-serif;
	font-weight:500;
	text-align:justify;
}	

* h4 {
	font-size:100%;
	font:Arial, Helvetica, sans-serif;
	font-weight:500;
	color:#FF0000;

table{
	border-width: 0px 0px 0px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: none none none none;
	border-collapse: inherit;
	background-color: none;
}
th{
	border-width: 1px 1px 1px 1px;
	padding: 5px 0px 5px 0px;
	border-style: none;
	border-color: #FFFFFF;
	background-color: #00557F;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
}
td {
	border-width: 0px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none inset none;
	border-color: gray gray gray gray;
	background-color: none;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	font-size:90%;
}

#top_bg a:link {background:none; text-decoration: none; font-weight:bold; color: #FF0000;}
#top_bg a:visited {background: none; text-decoration: none; font-weight:bold; color: #999999;}
#top_bg a:hover {background: none; text-decoration: none; font-weight:bold; color: #E77817;}
#top_bg a:active {background: none; text-decoration:none; font-weight:bold; color: #E77817;}

	
	


