/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

iframe{
	border:0;
}

body
{	
	font-family:verdana;
	font-size:10px;
	background-color:#1A9900;
	margin:0;
	padding:0;
	background-image:url(images/backgrad.jpg);
	background-repeat:repeat-x;
}

h1
{
	color:#006633;
	font-family:Verdana;
	font-size:24px;
	font-weight:800;
	margin:0px auto;
}
h2
{
	font-family:Verdana;
	font-size:20px;
	font-weight:800;
	margin:0px auto;
}

a
{
	color:#006633;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}

#header
{
	margin: 0px auto;
	width:700px;
	height:150px;
	background-color:#FFFFFF;
	border: #006633 5px solid;
	background-color:#FFFFFF;
}

#nav
{
	width:700px;
	height:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	margin-top:5px;
}

#content 
{ 
	width:700px;
	min-height:450px; /* for modern browsers */
	height:auto; /* for modern browsers */
	background-color:#FFFFFF;
	border: #006633 5px solid;
	padding-top:5px;
	padding-bottom:5px;
}

#footer 
{ 
	width:700px;
	background-color:#006633;
	border-left: #006633 5px solid;
	border-right: #006633 5px solid;
	border-bottom: #006633 5px solid;
	font-size:10px;
	color:#FFFFFF;
}
#footer a
{
	color:#FFFFFF;
}

#main
{
	background-color:#CCFFCC;
	width:700px;
	height:auto;
}
