/* CSS Document */
/* Print */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin:2px;
	
	
}

h1,h2,h3,h4,h5,h6 {
	color: #002200;
	text-align:center;
}

h1 {font-size:1.5em; padding-bottom: 1em;}

p {padding-bottom:1em;}

/* GOOGLE
----------------------------------------------------------------*/
div#google {display:none;}

/*HEADER
----------------------------------------------------------------*/
div#header {display:inherit;}


#wrapper {width: 900px; margin-left:auto; margin-right:auto; background-color:#FFFFFF; border: #402410 solid 2px;}

/* NAV (Separate css file
----------------------------------------------------------------*/

/* HEADER
----------------------------------------------------------------*/
#header {width:900px;}

/* MENU
----------------------------------------------------------------*/
#menu	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			width: 185px;
			float:left;
			margin:5px;
			}

#menu ul {
			list-style: none;
			border: none;
			}

#menu ul li {
			list-style:none; 
			font-size:80%; 
			padding-top:4px; 
			padding-bottom:4px;
			text-align:right; 
			}

#menu ul li a {
			font-size: 90%;
			display: block;
			border-bottom: 1px dashed #D2852D;
			padding: 4px 25px 2px 4px;
			text-decoration: none;
			color: #40240f;
			}
			
#menu ul li a:hover
			{
			color: #000000;
			background-color: #D2852D;
			}

/* BLOCKQUOTE
----------------------------------------------------------------*/

/* SIDEBAR
----------------------------------------------------------------*/

/* CONTENT
----------------------------------------------------------------*/
div#content {width: 600px; padding:20px; background:#FFFFFF; float:left;}

/* Sponsors
----------------------------------------------------------------*/
div#sponsors {width: 33%; float:left;}
div#sponsors p {font-size:9px; text-align:left; color:#40240F; margin-bottom:5px;}
div#sponsors img {width:150px;}



/* FOOTER
----------------------------------------------------------------*/
#footer {
  clear: both;
  width:100%;
  height:auto;
  }
  


/* CURRENT PAGE INDICATORS
-----------------------------------------------------------------
 If you define your body id's and also set each nav link to a 
 class of the same name, then you have a very handy method of
 defining the style for nav buttons relative to the current page.
----------------------------------------------------------------*/






/* for understanding browsers */
.container {
min-height:18em; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 18em;
}
/**/



                    
