﻿body 
{
	background-color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wholepage
{
	margin: 20px auto 20px auto;
	background-color: #f0cf7a;
	width: 750px;
	padding: 0px;
	}
#header
{
	background-image: url("../images/natheader.gif");
	width: 750px;
	height: 262px;
	}
#headerlinks_div
{
	position: relative;
	text-align: center;
	top: 181px;
	}
#left_div
{
	float: left;
	width: 210px;
	padding: 10px 0px 10px 10px;
		}
#maincontent_div
{
	width: 480px;
	float: left;
	text-align: justify;
}
#footer
{
	clear: both;
	width: 750px;
	text-align: center;
	font-size: 9px;
	padding: 5px;
	}
#firstad_div
{
	background-color: #e2a325;
	width: 180px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	}
#secondad_div
{
	background-color: #a3382a;
	color: #e2a325;
	width: 180px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	}
img
{
border: none;
	}
h1
{
color:#a3382a;	
font-size: 45px;
	}
	
h2
{
color:white;	
font-size: 25px;
	}
h3
{
text-align: justify;
font-family: Century Gothic, Century, Arial;
font-size: 12px;
	}
	
h4
{
text-align: justify;
font-family: Century Gothic, Century, Arial;
font-size: 10px;
	}
a
{
	text-decoration:none;
	color:#535353;
	
	}
a:hover
{
	color:Black;
	}
#secondad_div a{color:#f0cf7a;	}
#secondad_div a:hover{color:Black;}
