/* CSS Document */

body {
	height: 100%;
min-height: 101%;
margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;;
	color: #FFFFF6;background-color: #000000;
}

html {		background-color: #000000;
	background-image: url(css/bottombg.gif);
	background-position:  bottom;
	background-repeat: repeat-x;
	height: 100%;
}
#contentwrapper {
		margin: 10px 10px 20px 20px;
}

#nonfooter{
margin-bottom: 0px;
	background-image: url(css/flamecorner.jpg);
	background-repeat: no-repeat;
		background-position: left bottom;
}

#footer { font-size: .8em;
text-align: center;
	
}

#nav {
width: 200px;
height: 250px;
margin-right: 5px;
padding: 15px 22px 2px 2px;
float: right;
font-size: 14px;
font-weight: bold;
color: #FFFFE1;
text-align: right;

font-weight: bold;
background-image: url(css/navbg.gif);
background-position: top right;
background-repeat: no-repeat;}


hr {
	color: #F40010;
	width: 75%;
	text-align: center;
	height: 1px;
	}
a:link {
	color: #FEFEFE;
}
a:visited {
	color: #FFF3D7;
}
a:hover , a:active {
	color: #FFFFF6;
	background-color: #AD0829;

}
h1 {
	font-size: 20px;
	color: #FFFFF6
	;
}
h2 {
	font-size: 24px;
	color: #FD8E25;
}
h3 {
	font-size: 16px;
	color: #F0C248;
	text-align: center;
}
h4 {
	font-size: 14px;
	color: #FEFEFE;
}
.tiny {font-size: 9}

 .small { font-size: 10px; color: #FEFEFE; text-decoration: none ;}
.byline {
	font-size: 9px;
	color: #999999;
}

