@charset "UTF-8";
/* CSS Document */


body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	width: 780px;
	background: #FFFFFF url(images/content_bac.gif);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#header {
	background: url(images/header_bac.jpg) no-repeat;
	height: 205px;} 
	


#header h1 {
	margin: 0;
	padding: 10px 0;}


#menu {
	width: 200px;
	height: 450px;
	float: left;
	margin: 0;
	color: #000000;
	background-image: url(images/drums.gif);
	background-repeat: no-repeat;
	background-position: left 70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#menu a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

#menu a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 10px;}
	
#menu ul {
	list-style: none;
	line-height: 1.4em;}


#menu li {padding-bottom: 15px;}

#content {
	margin: 0 0 0 200px;
	padding: 0 30px 0 20px;
	color: #333333;
	font-size: 11px;
}

#content a {
	text-decoration: underline;
	color: #FF6600;
	font-weight: normal;
}

#content a:hover {
	color:#666666;
	font-weight: normal;
	text-decoration: underline;
}

#footer {
	padding: 0 10px 0 20px;
	height: 35px;
	font-size: 9px;
	color: #333333;
	text-align: center;
} 

#footer p {margin: 0; 
	padding: 10px 0; }

#footer a {text-decoration: none;
	color: #333;}

#footer a:hover {text-decoration: none;
	color:#FF6633;}
	
#dafooter {
	font-size: 9px;
	color: #333333;
	text-align: center;
} 

#dafooter p {margin: 0; 
	padding: 10px 0; }

#dafooter a {text-decoration: none;
	color: #333;}

#dafooter a:hover {text-decoration: none;
	color:#FF6633;}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

.dapara {
	padding-right: 10px;
}

.fltrt {
	margin-left: 8px;
	line-height: 0px;
	font-size: 10px;
	color: #666666;
	text-align: center;}
.fltlft {
	float: left;
	margin-right: 8px;
	line-height: 0px;
	clear: right;
	font-size: 10px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

