article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;left:0px;position:absolute;top:0px;width:100%;
	font-family:"Arial", Verdana, Tahoma; font-size:10pt;
	line-height:20px;
	background-image:url('/images/body.gif');
	background-color:#000;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.style1 {font-family: Verdana;

font-size:10pt;

}

.style2 {font-family:Verdana;

font-size: 10px;

}


h1 {
	font-family: Tahoma, Arial;font-size:11px;
}

h2 {
	font-family: Tahoma, Arial;font-size:11px;
	font-weight:normal ;
}

.style3 {font-family:Verdana;

font-size: 10pt;

color:#FF0000;

}

.linkyazi {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;text-decoration:none; color:#000;
}


.clear {
	clear: both;
}

a {
	height: 5px;
	text-decoration:none;
	color:#340006;
}


.main-wrapper {
	width: 980px;
	margin: 0 auto;
}


.leftside {
	width: 275px;
	float:left;
	margin-left:30px;
	overflow:hidden;
}
.content {
	width: 930px;	
	overflow:hidden;
}

#slideshow {
    position:relative;
    height:321px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 321px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 321px;
    display: block;
    border: 0;	
}