/* CSS Document */

body
{
	background-image:url('images/bkg_chkflg.jpg');
	background-repeat: repeat;
	margin: 0;
	text-align: left;
	margin-left: 10px;
	font-family: Trebuchet MS, "Arial", Helvetica;
	font-size: 16px;
	font-weight:bold;
	}
#container {
	width: 970px;
	align: center;
	vertical-align: bottom;
}
#footer {
	width: 820px;
	align: left;	
}	
/*table stuctures */

#header
{
	width: 970px;
	height: 220px;
	background-color: #e41515;
	background-image: url('images/head3.png');
	align: left;
	valign: bottom;
	
}	

#topmenu
{
	width: 200px;
	height: 29px;
	padding-top: 185px;
	float:left;
	vertical-align:top;
	text-align:center;
	
	}

#left {
float: left;
width: 200px;
height: 100%;
background-image:url('images/bkg_left.png');
background-repeat:repeat

}
#main {
	float: left;
	width: 590px;
	height: 100%;
	text-align:left;
	background-image:url('images/bkg_min.png');
	}
#mainlong {
	float: right;
	width: 760px;
	height: 100%;
	text-align:left;
	background-image:url('images/bkg_lng.png');
	
	}
#mainmin{
	float: left;
	width: 590px;
	height: 100%;
	text-align:left;
	background-image:url('images/bkg_min.png');
	font-family: Trebuchet MS, "Arial", Helvetica;
	font-size: 12px;
	font-weight:bold;
	padding: 10px 0 0 0;
	}
#marquee{	
	width: 955px;
	font-family: Verdana; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 8pt; 
	vertical-align: middle; 
	color: rgb(0, 0, 128); 
	margin-top: 0pt; 
	margin-bottom: 0pt;
	border-style: double double solid;
	border-width: 3px; 
	padding: 3px 4px;

	}
	
#right {
	float: left;
	width: 175px;
	height: 100%;
	background-image: url('images/adbackground.png');
	}
#rightmin {
	float: left;
	width: 170px;
	height: 100%;
	background-image: url('images/bkg_minright.png');
	}
#footercell
{
	width: 205px;
	height: 100px;
	float:left;
	text-align:center;
	padding-top: 20px;
	background-color: #e41515;
	background-image: url('images/footer.png');
	}
	
	
/* side menu*/
.preload 
{
display: none;
}

.sidemenusg
{
width: 200px;
height: 100px;
background:url('images/menu_sg.png');
display:block
}
.sidemenusg:hover
{
width: 200px;
height: 100px;
background:url('images/menu_sgroll.png');

}
.sidemenumin
{
width: 200px;
height: 75px;
background:url('images/menu_min.png');
display:block
}
.sidemenumin:hover
{
width: 200px;
height: 75px;
background:url('images/menu_minroll.png');
}
.sidemenures
{
width: 200px;
height: 75px;
background:url('images/menu_res.png');
display:block
}
.sidemenures:hover
{
width: 200px;
height: 75px;
background:url('images/menu_resroll.png');

}
.sidemenuprg
{
width: 200px;
height: 100px;
background:url('images/menu_prg.png');
display:block
}
.sidemenuprg:hover
{
width: 200px;
height: 100px;
background:url('images/menu_prgroll.png');

}
.sidemenualu
{
width: 200px;
height: 75px;
background:url('images/menu_alu.png');
display:block
}
.sidemenualu:hover
{
width: 200px;
height: 75px;
background:url('images/menu_aluroll.png');

}
.sidemenulnk
{
width: 200px;
height: 75px;
background:url('images/menu_lnk.png');
display:block
}
.sidemenulnk:hover
{
width: 200px;
height: 75px;
background:url('images/menu_lnkroll.png');
}
.sidemenurpl
{
width: 200px;
height: 75px;
background:url('images/menu_rpl.png');
display:block
}
.sidemenurpl:hover
{
width: 200px;
height: 75px;
background:url('images/menu_rplroll.png');
}

	
/* images*/
#tracks {
	width: 220px;
	height: 75px;
	margin: 15px;
	text-align:center;
	float:left;
	}

/* links*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}		

/* text*/
.topmenu {
	color: #000;
	float: left;
	font-size: 28px;
	font-family: "font-weight bold"; tahoma
	}	


	/* lists*/
	.headlines ul {
 	list-style: none;
 	padding: 0;
 	margin: 0;
}
.headlines li {
 	float: center;
 	margin: 0px;
 	padding: 0px;
	}
		.footer ul {
 	list-style: none;
 	padding: 0;
 	margin: 0;
	}
.footer li {
 	float: center;
 	margin-top: 1px;
 	padding-top: 1px;
	}
	
	