#container 
    {
    	background-image: url(images/background_content.jpg);
    	background-repeat: repeat-y;
    }
    
    #header
    {
    	background-image: url(images/banner.jpg);
    	height: 266px;
    	width: 950px;
    }
    
    #content
    {
    	background-image: url(images/background_content.jpg);
    	background-repeat: repeat-y;
    	width: 950px;
    	height: auto;
    }
    
    #content_bottom
    {
    	background-image: url(images/background_content.jpg);
    	background-repeat: repeat-y;
    	width: 950px;
    }
    
    #content_top
    {
    	background-image: url(images/background_content.jpg);
    	background-repeat: repeat-y;
    	width: 950px;
    }
    
    #sidebar1
    {
    	background-image: url(images/background_content.jpg);
    	background-repeat: repeat-y;
    	float: left;
    	width: 100px;
    	padding: 0px 0px 0px 0px;
    }
    
        #mainContent
    {
    	margin-left: 125px;
    	width: 750px;
    	padding: 0px 100px 0px 0px;
    }
            
    #navigation
    {
    	background-image: url(images/background_navigation.jpg);
    	background-repeat: repeat-x;
    	background-color: #FF801a;
    	height: 34px;
    	width: 900px;
    	text-align: center;  	
    	font-size: 14px;
    	margin: 0px 0px 0px 0px;
    }	
    
    #navigation a
    
    {
    	line-height: 34px;
    	display: inline-block;
    	font-size: 14px;
    	border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #ccc;
		padding-left: 10px;
		padding-right: 10px;
		height: 34px;
		vertical-align: middle;
		text-align: center;
    }
    
    #navigation a:hover
    
    {
    	background-color: #FFFFCC;
    	text-decoration: none;
    }
    
    #loginStatus
    {
    	background-color: #666666;
    	width: 775px;
    	text-align: left;
    	padding: 0px 0px 0px 125px;
    }
    
    #footer
    {
    	padding: 0px 0px 0px 175px;
    	background-color: #FFCC66;
    	width: 950px;
    }
    
    body
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.4;
	}
    
    
    
    
    h1 {
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h2
{
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-weight: normal;
}
p {
	line-height: 1.4;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

#FactSheetLeftColumn
{
	float: left;
	width: 200px;
	height: auto;
}
#FactSheetRightColumn
{
	margin-left: 250px;
}
#PoemsNav
{
	float: left;
}
#Poems
{
	margin-left: 250px;
}
