
#container
{
	 position: absolute; 
	 width: 900px; 
	 height: 650px; 
	 left: 50%; top: 50%; 
	 margin-top: -300px; 
	 margin-left: -450px; 
	 border-style: solid; border-width: 1px; 
	 background-color:#FE9383;
     background-repeat: no-repeat;
	 background-position: right bottom;
	 background-image:url(images/cw_image_3.jpg);
} 
#header
{
 	 background-image:url(images/cw_banner.gif);
	 background-repeat: no-repeat;
	 background-position: center;
     width: 900px;
     height: 60px;
     z-index: 1;
     margin-bottom: 1px;
}
#content
{
     position: absolute;
     width: 545px;
     height: 500px;
     top: 100px;
     font-family: helvetica, sans;
     font-size: 11pt;
     color: #202020;
}
#content h2
{
	margin:0px;
	background-color: #A52B11;
	color: white;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
    font-family: helvetica, sans;
    font-size: 12pt;
}
#content p
{
    padding-left: 10px;
    padding-right: 10px;
}
#footer
{
     position: absolute;
     width: 545px;
     height: 30px;
     left: -1px;
     top: 610px;
     padding-left: 20px;
     color: #A52B11;
     font-family: helvetica, sans;
     font-size: 9pt;
}
#navbar
{
     position: absolute;
     width: 545px;
     height: 20px;
     left: -1px;
     top: 60px;
     padding-top: 5px;
     padding-left: 20px;
}
#navbar a, a:hover, a:visited a:active
{
     font-family: Comic Sans MS;
     font-size: 12pt;
     color: black;
     padding-top: 1px;
}
#navbar a:hover
{
     color: white;
}
#navbar a, ul, li
{
     display: inline;
     padding-left: 3px;
     padding-right: 3px;
}
