/* Please do not copy my stylesheet.  
You are free to take bits and pieces if you want to learn
from it but don't copy the whole thing.  Thanks */


/* BEGIN */


body{
background-color: #000000;
text-align: center;}


/* DIVS */


#container{
background-color: #ffffff;
width: 82%;
height: auto;
margin: auto;}

#header{
width: 100%;
height: 100%;}

#nav1{
background-color: #ffffff;
width: 25%;
height: auto;
float: left;}

#nav2{
background-color: #ffffff;
width: 25%;
height: auto;
float: right;}

#content{
background-color: #ffffff;
width: 49.9%;
height: auto;
float: left;
overflow: auto;}

#footer{
background-color: #000000;
height: auto;
clear: both;}


/* HEADERS */


h5{
background-color:#000000;
font-family: verdana, sans-serif;
color: #ffffff;
text-align: center;}

h6{
background-color: #ffffff;
font-family: verdana, sans-serif;
color: #000000;
border-bottom-style: solid;
margin-left: 10%;
margin-right: 10%;}


/* PARAGRAPHS */


p.nav{
background-color: #ffffff;
font-family: verdana, sans-serif;
color: #000000;
font-size: 73%;
text-align: left;
padding-left: 10%;}

p.content{
background-color: #ffffff;
font-family: verdana, sans-serif;
color: #000000;
font-size: 73%;
text-align: left;
padding-left: 3%;
padding-right: 3%;}

p.copyright{
background-color: #000000;
font-family: verdana, sans-serif;
color: #ffffff;
font-size: 70%;
text-align: center;}

p.imagesonly{
background-color: #ffffff;
font-family: verdana, sans-serif;
color: #000000;
font-size: 73%;
text-align: center;
padding-left: 3%;
padding-right: 3%;}


/* MISC */


img{
border: 0;}


/* LINKS */


.nav a:link
{text-decoration: none; color: #000000;}
.nav a:visited
{text-decoration: none; color: #000000;}
.nav a:hover
{text-decoration: none; color: #000000;}
.nav a:active
{text-decoration: none; color: #000000;}

.content a:link
{text-decoration: none; font-style: italic; color: #000000;}
.content a:visited
{text-decoration: none; font-style: italic; color: #000000;}
.content a:hover
{text-decoration: none; font-style: italic; color: #000000;}
.content a:active
{text-decoration: none; font-style: italic; color: #000000;}


/* END */