html {
	background:#000000 url(../images/page_bg.jpg) repeat-x  center top;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	width: 100%;
}

a:link, a:visited { color: #BBBB00; text-decoration: none; font-weight: bold; font-size: 12px; } 

a:active, a:hover { color: #990033; text-decoration: none; font-weight: bold; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	background-position: left;
	padding: 0px;
	margin-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
}

#container {
	width: 900px;
	margin: auto;
}

#header_section {
	float: left;
	width: 900px;
	height: 104px;
	margin-top: 60px;
	background: url(../images/header.jpg) no-repeat;
}

#title_section {
	float: left;
	width: 281px;
	height: 40px;
	margin: 23px 0px 0px 20px;
	display: inline;  /* <---Solution for bug IE6 */ 
	padding: 28px 0px 0px 30px;
	background: url(../images/title_bg.jpg) no-repeat;
}

.topmenu{
	float: right;
	margin: 5px 30px 0px 0px;
}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topmenu li{
	display: inline;
}

.topmenu li a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 80px;
	height: 43px;
	padding-top: 20px;
}

.topmenu li a:hover, .topmenu li .current{
	color: #fff;
	background: url(../images/top_current.jpg) no-repeat;
}

#content_section {
	float: left;
	width: 888px;
	background: url(../images/content_bg2.jpg) repeat-x;

                     border-left: 6px solid #BDBDBD;
                     border-right: 6px solid #BDBDBD;

}

#main_content_section {
	float: left;
	width: 888px;
	background: url(../images/content_bg.jpg) repeat-x #686868;
                     border-left: 6px solid #BDBDBD;
                     border-right: 6px solid #BDBDBD;
} 

#audio_container {
	float: right;
	width: 100px;
	margin: 0 0 0 200px;
	
}
.audio {
	margin: 5px 0 0 0 ;
	clear: right;
	}

/* MENU */

#leftmenu_section {
	float: left;
	width: 280px;
	margin-top: 45px;
                     padding-left: 30px;
	}

#leftmenu_top {
	float: left;
	width: 240px;
	height: 37px;
	background: url(../images/leftmenu_top.jpg) no-repeat;
}

/* Internet Explorer * 
/*\*/
#leftmenu_mid {
	float: left;
	width: 200px;
	min-height: 500px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	background: url(../images/leftmenu_mid.jpg) repeat-y;
}
/**/

#leftmenu_mid img {
	float: left;
	padding-right: 5px;
}

#leftmenu_mid span {
	font-weight: bold;
	color: #daea71;
}

#leftmenu_bot {
	float: left;
	width: 240px;
	height: 37px;
	background: url(../images/leftmenu_bot.jpg) no-repeat;
}

#front_banner {
	float: left;
	width: 500px;
	height: 250px;
	margin-top: 0px;
}

#main_banner {
	float: left;
	width: 854px;
	height: 250px;
	margin-top: 0px;
}

/* RIGHT CONTENT */
	
#rightcontent_section {
	float: left;
	width: 500px;
	margin-top: 0px;
	text-align: justify;
}

#rightcontent_section img{
	float: left;
	padding-right: 10px;
}

#rightcontent_section a:link, #rightcontent_section a:visited { color: #FFFF66; text-decoration: none; font-weight: bold; } 

#rightcontent_section a:active, #rightcontent_section a:hover { color: #CCFF00; text-decoration: none; font-weight: bold; }

#main_rightcontent_section {
	float: left;
	width: 834px;
	margin-top: 0;
	text-align: justify;
}

#main_rightcontent_section img{
	float: left;
	padding-right: 10px;
}

#main_rightcontent_section a:link, #rightcontent_section a:visited { color: #FFFF66; text-decoration: none; font-weight: bold; } 

#main_rightcontent_section a:active, #rightcontent_section a:hover { color: #CCFF00; text-decoration: none; font-weight: bold; }

.picture {
	float: right;
	width: 200px;
	padding-left: 100px;
}


/* END RIGHT CONTENT */


#content_left {
	float: left;
	width: 18px;
	height: 1000px;
}

#content_mid {
	float: left;
	width: 844px;
	min-height: 621px;
	height:auto !important;
	height:621px;
}


#main_content_mid {
	float: left;
	width: 854px;
	min-height: 721px;
	height:auto !important;
	height: 721px;
}

#content_right {
	float: left;
	width: 68px;
	min-height: 721px;
	height:auto !important;
	height: 721px;
	background: url(../images/right_corner.jpg) no-repeat;
}

/* SIDEBAR */

#sidebar {
	clear: both;
	width: 800px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 150px;
	padding: 10px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #BBBB00 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #000000 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	color: #000;
}

#sidebar a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* FRONT SIDEBAR */

#frontsidebar {
	clear: both;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 150px;
	padding: 10px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #BBBB00 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #000000 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	color: #000000;
}

#sidebar a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* FOOTER */

#footer_section {

	float: left;
	width: 888px;
	height: 159px;
	color: #adad7b;
	border-left: 6px solid #BDBDBD;
        border-right: 6px solid #BDBDBD;
	background: url(../images/footer.png) no-repeat top left;
}

#footer_left {
	float: left;
	width: 400px;
	padding: 40px 0px 0px 0px;
	text-align: center;
}

#footer_right {
	float: left;
	width: 400px;
	padding: 50px 0px 0px 50px;
}

.line {
	border-bottom: dashed 1px #fff;
	width: 100%;
}
