/* ----------------------------------------
Theme Name: Two_Column_Left_Sidebar
Theme URI: http://www.lizhamilton.com
Description: A two column, simple theme with left sidebar
Version: 1.0
Author: Elizabeth Hamilton
Author URI: http://www.handcraftedsites.com
Last Modified: 2007.08.01
Provides: Theme definition file for WordPress 1.5+
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #08647f;
	/* Next line is necessary instead of setting margin props. 
         to auto because IE doesn't render it. */
	text-align: center;
	}
	
        h1, h2, h3 { color: #564d82; }

	img { margin: 0px 20px 5px 10px; }

	h1 { font-size: 150%; } 
	h2 { font-size: 130%; }
	h3 { font-size: 110%; }

#wrapper {
	position: relative;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: url(images/header_2009.jpg);
	background-repeat: no-repeat;
	background-position: left top; /* starts the background image at 0, 0 */
	border: 1px solid black;
	/*background-color: #efab69; */
        background-color: #f2b67c;
	text-align: left;
	
}
									 
/* content holds the text and images*/
#content  {
				
          margin-top: 160px;
          margin-bottom: 15px;
          font-size: 80%;				
          float: right;
          top: 150px;
	  background-color: transparent;
	  margin-right: 20px;
          margin-left: 0px;
          width: 490px;
          /* Next line: diagnostic code to show the borders of this container */
          /* border: blue 1px solid; */ /* diagnostic */	
	  }

#content a:link, #content a:visited, #content a:hover 
                { text-decoration: underline; 
                  color: #e00122; }
				
#navigation {
	
        margin-top: 155px;	
        float: left;
	width: 150px;
	/* margin-right: 10px;*/
        /* Next line: diagnostic code to show the borders of this container */
       	/* border: red 1px solid;*/
        padding-left: 10px;
        padding-right: 0px;
	padding-top: 10px;
	border-right: 1px solid #564d82;
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	border: none;
}

ul.plain { list-style: none; } 


#navigation li {
	width: 130px;
	margin: 0;
	padding: 0 10px 15px 0;
	text-align: right;
	vertical-align: bottom; /* Removes unwanted margin or gaps in IE */
}
#navigation a:link, #navigation a:visited {
	font-size: 70%;
	display: block;
	padding-right: 10px;
	padding-top: 10px
	border-right: 1px solid #949494;
	color: #564d82;
	text-decoration: none;
	
}
#navigation a:hover {
	color: #0697c1;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #564d82;
	padding: 3px 0 3px 0px;
	font-size: 70%;
	text-align: center;
	font-style: italic;
	background-color: transparent;
	clear: both;
        color: #564d82;
	}
#footer a:link, #footer a:visited { color: #564d82; text-decoration: 

underline; } 

td.fontsize { font-size: 100%; }

/* Print Styles */
@import  url("print.css")