@charset "utf-8";
/* Main CSS Document for WarBlitz.com */


/* ------------- HTML overrides ----------------- */

body	{
	margin: 0 auto;
	padding: 0;
	background: rgb(20, 22, 0) top center;
	}

a:link {color:rgb(20,22,0); text-decoration: none; }
a:active {color: #C40500; text-decoration: none; }
a:visited {color:rgb(20,22,0); text-decoration: none; }
a:hover {color: #C40500; text-decoration: none; }


h1 {
	color: rgb(155,145,75);
	font-family: helvetica, arial, sans-serif;
	font-size: 19px;
	text-align: left;
	font-weight: lighter;
	}

h2 	{
	font-family: Palatino, Times, serif;
	font-weight: normal;
	line-height: 22px;
	font-size: 15px;
	color: rgb(100,115,40);
	text-align: left;
	}
	
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	color: rgb(100,115,40);
	line-height: 0px;
	}

p	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 13px;
	color: tan;
	text-align: left;
	}
	
li.bodytext {list-style-type: disc;
	color: tan; text-decoration: underline;}


/* ------------- table ----------------- */


table {
	width: 700px;
}
	
th 	{
	color: rgb(100,115,40);
	font-family: helvetica, arial, sans-serif;
	font-size: 19px;
	text-align: left;
	font-weight: lighter;
	padding: 13px;
	text-align: center;
	}

tr	{
	padding: 0px;
	}

td	{
	width: 25px;
	border-top: 1px solid rgb(155,145,75);
	border-left: 1px solid rgb(155,145,75);
	padding: 13px;
	font-size: 13px;
	}

.vet {
	color: rgb(155,145,75);
	font-size: 16px;
	}
	
.spunky {
	width: 5px;
	padding: 4px;
	font-size: 16px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	}
	
/* ------------- wrapper ----------------- */

#wrapper {
	margin: 0 auto;
	padding: 0px;
	height: 100%; 
	width: 895px;
	background-color: rgb(57,60,15);
	}
		
	

/* ------------- header ----------------- */

#header {
	height: 415px; 
	width: 895px;
	background: url(images/header.jpg);
	position: relative;
	}

/* ------------- nav ----------------- */

#nav	{
	height: 57px;
	width: 795px;
	position: absolute;
	top: 335px;
	left: 50px;
	}

#nav ul {
	list-style: none;
	}

#nav li {
	display:inline;
	}

#nav a {
	outline: none;
	color: rgb(57,60,15);
	font-family: helvetica bold, arial bold, sans-serif;
	font-size: 17px;
	text-decoration: none;
	width: 140px;
	height: 25px;
	float:left;
	text-align: center;
	padding-top: 5px;
	}

#nav .on a {color: #C40500; text-decoration: none; list-style: none;
	}

#nav a:active {color: #C40500; text-decoration: none; list-style: none;
	}

#nav a:hover {
	color:  #C40500;
	text-decoration: none;
	list-style: none;
	}

/* -------------- content ---------------- */
#content a {
	color: rgb(155,145,75);	}

#content a:hover {
	color: color: #C40500;
	list-style: none;
	text-decoration: underline;
	}

#content {
	margin: 0 auto;
	height: 100%;
	width: 720px;
	position: relative;
	padding-top: 40px;
	}


/* -------------- footer ---------------- */

#footer a {
	color: rgb(100,115,40);
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer	{
	height: 27px;
	width: 895px;
	}	
	
p.footertext
	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 9px;
	font-size: 11px;
	text-align:left;
	color: rgb(75,85,30);
	}
