body
	{
	font-family:tahoma,verdana,serif;
	font-size:small;
	background: #eaeaea;
	}

#main
    {
    margin-top:0;
    margin-left:auto;
	margin-right:auto;
    width:760px;
    background:white;
    font-size:100%;
    }
    
#header
    {
    height:150px;
    text-align:left;
    background-image: url('images/banner.png');
	background-repeat: no-repeat;
    }

#content_body
	{
	background-image:url('images/content_back.png');
	background-repeat: repeat-y;
	min-height: 600px;
	}
	
#navigation
	{
	position:absolute;
	top:165px;
	width:150px;
	}
	
#navigation ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}

#navigation li
	{
	margin:6px 0 0;
	}
	
#navigation a
	{
	display:block;
	width:150px;
	border:1px solid black;
	padding:3px;
	background:#0066CC;
	text-decoration:none;
	}

#navigation a:link,#navigation a:active,#navigation a:visited
	{
	color:white;
	}

#navigation a:hover
	{
	border:1px solid #000080;
	background:#dadada;
	color:#0066cc;
	}

#left
    {
	width:160px;
    height:200px;
    font-size:85%;
	font-weight:bold;
    margin-top:400px;
	float:left;
	text-align:left;
	margin-left:10px;
    }
    
#content
    {
    margin-left:165px;
    margin-right:20px;
    padding:4px;   
    background:white;
    text-align:left;
    font-size:90%;
    }  
	
#footer 
    {
    text-align:left;
    font-size:80%;
    height:36px;
    clear:both;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	}

a
	{
	text-decoration:none;
	color:#0000ff;
	}
	
a:visted
	{
	text-decoration:none;
	color:#0000ff;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#ff0000;
	}