html * { font-size: 100.01% }

body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-image:url(pic/main.jpg);
	background-position:left;
	background-repeat:repeat;
	background-attachment:scroll;
	font-size: 75%;
	color: #333333;
}

#banner {
	text-align:center;
	margin:auto;
	width:800px;
	height:225px;
	float:none;
	background-image:url(pic/banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu {
	font-size:0.9em;
	text-align:center;
	margin:auto;
	width:795px;
	height:2em;
	float:none;
	padding-left:5px;
	background-color:#000000;
}
.menus{
	margin:auto;
	width:6em;
	height:1.8em;
	float:left;
	
	border-right-width:thin; 
	border-right-style:solid; 
	border-right-color:#ffffff;
	border-bottom-width:1px;
	
	background-image:url(pic/menu.jpg);
	background-position:left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

.menus:hover{
	color:#000000;
	background-image:url(pic/menu_act.jpg);
	background-position:left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
A.menus:visited {
    color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
A.menus:link {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
A.menus:hover{
    color:#000000;
	font-weight:bold;
	text-decoration:none;

}
A.meuns:active{
    color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#main {
	text-align:center;
	margin:auto;
	width:790px;
	height:auto;
	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:thick;
	border-top-width:1px;
}

#mainsite {
	text-align:left;
}

h1{
	color:#000000;
	width:400px;
	margin:20px;
	margin-bottom:5px;
	padding-left:10px;
	font-size:1.3em;
	font-weight:bold;
}

h2{
	width:auto;
	border-color:#C00000;
	border-style:dotted;
	border-width:medium;
	font-weight:bold;
	font-variant:normal;	
}

.text{
	background-color:#FFFFFF;
	margin:20px;
	margin-top:5px;
	margin-bottom:10px;
	padding:5px;
	padding-bottom:2px;
	padding-top:2px;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	font-weight:normal;
	font-variant:normal;
}

a:visited {
    color:#0000CC;
	text-decoration:none;
}
a:link {
	color:#0000CC;
	text-decoration:none;
}
a:hover{
    color:#30314E;
	text-decoration:none;

}
a:active{
    color:#0000CC;
	text-decoration:none;
}

#tracks{
	background-color:#ffffff;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	border-bottom-width:0px;
	width:300px;
}

.desc{
	text-align:right;
	font-weight:normal;
	border-top-color:#000000;
	border-top-style:dotted;
	border-top-width:thin;
}

#foot {
	font-size:0.8em;
	text-align:center;
	margin:auto;
	width:798px;
	height:5em;
	padding-top:0px;
	background-color:#000000;
	color:#FFFFFF;
	font-style:normal;	
	border-color:#000000;
	border-style:solid;
	border-width:1px;	
}

#submenu{
	font-size:0.9em;
	text-align:center;
	margin:auto;
	width:790px;
	height:2em;
	float:none;
	background-color:#ffffff;
}

.submenus{
	margin:auto;
	height:2em;
	width:7.2em;
	float:left;
	
	border-right-width:thin; 
	border-right-style:solid; 
	border-right-color:#ffffff;
	
	background-image:url(pic/submenu_loose.jpg);
	background-position:left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
.submenus:hover{
	color:#000000;
	background-image:url(pic/menu_act.jpg);
	background-position:left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
A.submenus:visited {
    color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
A.submenus:link {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
A.submenus:hover{
    color:#000000;
	font-weight:normal;
	text-decoration:none;

}
A.submenus:active{
    color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

.submen{
	margin:auto;
	width:5em;
	height:2em;
	float:left;
	background-color:#FFFFFF;
	
	background-image:url(pic/submenu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

a.foot:visited {
    color:#3D5887;
	text-decoration:none;
}
a.foot:link {
	color:#3D5887;
	text-decoration:none;
}
a.foot:hover{
    color:#96A895;
	text-decoration:none;
}
a.foot:active{
    color:#3D5887;
	text-decoration:none;
}
