#container
/*container for the whole lot */
		{
		font-family: Georgia, Times, serif;
		font-size: small;
		text-align: justify;
		line-height: 1.5em;
		border: 4px solid #336699;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 100px;
		margin-right: 100px;
		height: 520px;
		width: 780px; /* for IE5*/
		voice-family: "\"}\"";
		voice-family:inherit;
		width:800px; /*actual value*/
		}

#header
/* contains a logo, navigation, etc*/
		{
		height: 140px;
		padding: 4px;
; background-color: transparent; background-image: url(img/header.jpg); background-repeat: no-repeat; background-position: center left
		}
		
#sidebar
/* contains extra contextual links and information*/
		{
		float: left;
		width: 190px; /* for IE5*/
		voice-family: "\"}\"";
		voice-family:inherit;
		width:170px; /*actual value*/
		}

#content
/*contains the main body text of the page */
		{
		margin-left: 175px;
		margin-right: 28px;
; padding-right: 4px
		}
		
#content img
/*images within the content section*/
		{
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		border: 1px #336699;/*2px solid #336699;*/
; padding-left: 0px
		}

#footer
/* contains copyright, credits, etc */
		{
		padding:10px;
		color: #003366;
		font-family: Verdana, Arial, Helvetica;
		font-size: small;
		font-style: normal;
		text-align: left;
        vertical-align: middle;
		line-height: normal;
		}
		
#footer img
		{ 
		vertical-align: middle;
		}  .subheader {  font-weight: bold; color: #336699}
