html
{
	 SCROLLBAR-BASE-COLOR: #042940;
     SCROLLBAR-ARROW-COLOR: #FFFFFF;
     SCROLLBAR-TRACK-COLOR: #0C466C;  
}
body 
{
	background: #00588C url(images/background_01.png) repeat-x top left;
	background-attachment:fixed;
	color:#05283F;
	font:10pt tahoma;
	margin: 0px 0px 0px 0px;
}
#header
{
	height:108px;
	width:780px;
	background: url(images/new_01.png) repeat-x top left;
}
#show
{
	height:217px;
	width:780px;
	background: url(images/show_02.png) repeat-x top left;
}
#top
{
	height:18px;
	width:780px;
	background: url(images/new_03.png) repeat-x top left;
}
#bottom
{
	height:15px;
	width:780px;
	background: url(images/new_05.png) repeat-x top left;
}
#navbar
{
	height:35px;
	width:780px;
	background: url(images/nav_02.png) repeat-x top left;
	
	
}
#nav2
{
	position:absolute;
	top:115px;
	color:#FFFFFF;
	font:bold 10pt tahoma;
	text-decoration:none;
}
#nav2 a
{
	color:#FFFFFF;
	font:bold 10pt tahoma;
	text-decoration:none;
}
#nav2 a:hover
{
	color:#FF0000;
	font:bold 10pt tahoma;
	text-decoration:none;
}
#content
{
	width:744px;
	background: #FFFFFF;
}
