body 
{
positon: relative;
width: 900px;
height: 1200px;
margin-left: auto;
margin-right: auto;
background-color: black;

}



#container 
{position: relative;

margin-left: 30px;
top: 10px;
width: 900px;

background:transparent url(images/border.jpg) repeat top left;
background-color: white;
border-style: none; 
}

#headbit
{position: relative;
top: 0px;
width: 900px;
height: 198px;
background:transparent url(images/header.jpg) no-repeat top left;
border-style: none; 
}

#guts
{position: relative;
top: 0px;
width: 680px;
margin-left: 200px;
margin-right: 28px;


border-style: none; 
}

#footer
{position: relative;
width: 900px;
height: 50px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
background-color: black;
padding: 20px 0px 0px 0px;

}


/*navigation menu*/

#button {
position: absolute;
top: 181px; width: 181px;
margin-left: 0px;

font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: transparent;

}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
		
#button li {
border-bottom: 1px solid gray;
margin: 0;
}

#button li a {
display: block;
padding: 7px 5px 7px 12px;
border-left: none;
background-color: #f7fcfe;
color: #1c5846;
text-decoration: none;
width: 100%;
}

#button li a {
width: auto;
}

#button li a:hover {
background-color: #fce0bc;
color: black;
}

#button li a:active {
background-color: #007B76;
color: white;
}



#sidestuff
{position: relative;

width: 160px;

padding:10px 5px 5px 11px;
}





h1
{
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
font-size: 25px;
text-align: left;
color: #357c67;
letter-spacing: 0px;
}

h2
{
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
font-size: 18px;
margin: 13px 0px 10px 0px;
text-align: left;
color: #357c67;
letter-spacing: 0px;
line-height: 18px;
}

.right
{
text-align: right;
}


/*main text format*/

p
{

font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
font-size: 14px;
text-align: left;
margin: 0px 0px 10px 0px;
font-variant: none;
color: black;
letter-spacing: 0px;
line-height: 20px;
border-style: none; 

}

.right
{
text-align: right;
}

.center
{
font-size: 12px;
text-align: center;
}

.caption
{font-size: 11px;
font-style: italic;

}

.footer
{font-size: 10px;
margin: 0px 0px 10px 0px;
text-align: center;
color: white;
}

.centersmall
{font-size: 12px;
text-align: center;
}

/*navigation styling for any links outside the menu*/

a {
color: #357c67;
text-decoration: none;
border-style: none; 

}



a:hover
{color: blue;
text-decoration: underline;
}

a:active
{color: black;
text-decoration: underline;}





