body {
	margin: 0px 0px 0px 100px;
	background: url(../images/bg.gif);
	font-family: Tahoma;
	font-size: 100%;
	font-weight:normal;
}

.wrapper{
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -4em;*/
	background-color: #FFFFFF;
	color: #444444;
	
}

.clear{
clear:both;
}

img{
border:0;
}

/* HEADER */
#logo{
    float: left;
    padding-left: 15px;
    position: relative;
    width: 20%;
}

.menu{
	float:left;
	position:relative;
	*z-index:5;/*IE 7*/
}

.banner{
	float:right;
}
/* END HEADER */

/*BODY MAIN CONTENT*/
#content_main{
	float:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.main_body{
	width:100%;
	height:100%;	
}

#main_text {
	text-align: left;
	list-style-type: circle;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;

}

#main_text H1{
font-size:20px;
color:#CC0000;
}
#main_text H2{
font-size:12px;
color:#CC0000;
}

#main_text li{
	font-size:11px;
	color:#444444;
}

#main_text a:link, a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
#main_text a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}

/*END BODY MAIN CONTENT*/

/*  FOOTER CONTENT */
.footer{
	font-family: Tahoma;
	font-size: 11px;
	width: 95%;
	position: relative;
	clear:both;
}

#footer_text{
	text-align:center;
}

.footer, .push {
	/*height: 4em;*/
	clear:both;
}

hr {
    background-color: #CC0000;
    border: 0 none;
    color: #CC0000;
    height: 1px;
    line-height: 2px;
    text-align: center;
    width: 99%;
}
/*END FOOTER CONTENT*/

/*SLIDE SHOW*/

.active { position:absolute;z-index:10; } /* Class for element at top  */
.reset{ position:absolute;z-index:4;  } /* Class for the rest of the elements  */

#jMask-stage ul { list-style:none; display:block; margin:0px; padding:0px; float:left; }
#jMask-stage ul li { position:absolute; display:block; overflow:hidden;  }
#jMask-stage ul img { position:absolute;  }

#slideshow ul { list-style:none; }

#slideshow { padding-left:1px; }

/*END SLIDE SHOW*/


li{

	margin-bottom:9px;

}

H1{
font-size:20px;
color:#CC0000;
}
 H2{
font-size:12px;
color:#CC0000;
}

