@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background-pattern_136.gif);background-repeat:repeat;
	background-color: #666666;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p a:link {color:#000000}
p a:visited {color:#000000;}
p a:hover {color:#963;}
p a:active {color:#000000;}

#container {
	background-image:url(images/interior-background.jpg);background-repeat:no-repeat;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#ffffff;
	
	
}

#containerIndex {
	background-image:url(images/index-nav-background.jpg);background-repeat:no-repeat;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#669999;
	
	
}
 #navigation {height:125px;}
 
  #navigation ul {font-size:10px;letter-spacing:.04em;text-align:left;}
  #navigation li {display:inline;margin-right:5px;}
   #navigation li a:link{color:#000000;text-decoration:none;}
    #navigation li a:visited{color:#000000;text-decoration:none;}
	 #navigation li a:hover{color:#963;text-decoration:none;}
	 #navigation li a:active{color:#099;text-decoration:none;}

 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	
}

 #mainContent p {font-size:11px;line-height:20px;}
 #mainContent h1 {font-size:20px;letter-spacing:.02em;font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
  #mainContent h2 {font-size:18px;letter-spacing:.02em;font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;color:#66999a;}

 #footer {
width: 734px; 
margin: 0 auto; 
text-align: left;
padding:3px;
font-size:9px;letter-spacing:.3em;
background-color:#515151;
color:#333333;
 }
 
#footer a:link {color:#333333;}
#footer a:visited {color:#333333;}
#footer a:hover {color:#cccccc;}
