
body {
  	background:#C0C753;
	background-image: url("images/LWbackground.gif");  
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: top center;
	margin: 10px auto;
	padding:0px 20px;
	text-align:center;
	color:#000;
}

body,td,th, tr, p, div {
	font:1.02em/140%  "Trebuchet MS",Verdana,Arial,Sans-serif;
	text-align:justify;
}

#borders {
	margin: 10px auto;
	padding:0px 150px; 
}

p { padding-right:50px }

a, .contact-link{
	color: #078A37;
	text-decoration: none;
	cursor: hand;
	}
a:hover {text-decoration:underline}




#header {
    width: 880px;
    height: 143px;
    background:#fff url(images/RebelGodBanner.gif);
    margin: 0 auto;
    position:top;
    
}


#banner-header a
{
	display: block;
	left: 0;
	top: 0;
	height: 143px;
	text-indent: -1000em;
}




.outline {
	list-style: none;
}

.outline ul {
	list-style: none;

}

.outline li {
	cursor: auto;
	/* margin-left: 30px; */
}

.olink {
	border-style: none;
	padding-right: 10px;
}
.oimg {
	border-style: none;
}

#nav{ 
	list-style: none; 
	list-style-image: url('images/listarrow.gif');
	margin: .5em 0 .5em 0;

}

#nav li{ padding: 0; margin: 0; }

/* Removes ugly dotted line on links */
a {outline: none;}
a:active, a:focus button:focus { outline-style: none; -moz-outline-style:none; }




h2 {
	/* margin:10px; */
	font-size:160%;
	line-height:1.5em;
	display:block;
	padding:0 30px 5px;

}


h3 {
	margin:10px 50px 10px 40px;	
	font-size:150%;
	line-height:1.5em;
	background: #000 url("images/hicon.gif") no-repeat 10px .5em;
	display:block;
	border-width:0;
	padding:2px 34px 2px 45px;
	color:#A8DB29;
}

.alignright {
         float: right;
         margin: 0 0 0px 15px;
         padding: 0px;
         border:none;
         }


.alignleft {
         float: left;
         padding: 4px;
         margin: 0 10px 10px 0;
         border:none;
         }



.bold {
	color:#078A37; 
	font-weight:bold;
}
.weibold {
	color:#5E278C; 
	font-weight:bold;
}


div.floating-menu {
	position:fixed;
	background:#000;
	z-index:100;
	float:left;
	vertical-align: top;
	align:left;
	margin-top:240px;
	width:160px;
/*		top right bot left */
	padding:5px 5px 10px 5px;
}




button
{
	font-size:18px;
	font-family:Arial Narrow,sans-serif;
	color:#FFFFFF;
	height:40px;
	border-bottom-width:10px;
	width:160px;
	border-left-width:5px;
	border-right-width:5px;
	border-top-width:5px;
	background-color:#078A37;
	background-image:url(images/button.gif);	
	border-style:solid;
	border-color:#000;

}




/* Removes ugly dotted line on links */

button::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="file"] > input[type="button"]::-moz-focus-inner 
	{ border: none; }






