html,body{
	margin:0;
	padding:0;
}
input {
	color:#ffffff;
	background-color:#700101;
	border 1px;
}

textarea, select, option  {
	color:#ffffff;
	background-color:#700101;
	border 1px;
}

img {
	border: none;
	border-width: 0px;
}

img.button {
	border: none;
	border-width: 0px;
    margin: 5px;
}



body{
	font: Times, serif;
	text-align:center;
	color: #bbbbbb;
	background-color: #000000;
}


p{
	margin:0 10px 10px;
}

b{
	color: #ffffff;
}

a:link, a:visited, a:hover, a:active{
	color: #c8c290;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    line-height:1.4;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active{
	color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    line-height:1.4;
}

div#header{
	height:190px;
	margin:2px 0 0 0;
	background-color: #000000;
}



div#container{
	text-align:left;
    background-image: url('Filler.png');
    background-color: #000000;
    background-repeat: repeat-y;
    width:900px;
	margin:0 auto;
}


div#content p{
	line-height:1.4;
}


div#footer{
	background-image: url('navbg.png');
    background-color: #000000;
    background-repeat: no-repeat;
    text-align: center;
	color: #FFF;
}


div#footer p{
	margin:0;
	padding:5px 10px;
    font-size: .8em;
}


div#wrapper{
	float:left;
	width:100%;
	background-image: url('Filler.png');
    background-repeat: repeat-y;
}


div#content{
	margin: 0 0 0 150px;
}


div#navigation{
	float:left;
	width:150px;
	margin-left:-900px;
    background-image: url('shield.png');
    background-repeat: no-repeat;
}


div#extra{
	float:left;
	width:150px;
	margin-left:-150px;
	background-color: #000000;
}


div#footer{
	clear:left;
	width:100%;
}

ul.nav, li.nav {
	padding-left: 8px;
	list-style-position: inside;
	list-style-type: none;
}

td.red {
	color: #ffffff;
}
