/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #8d858c;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D30736;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #8d858c;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D30736;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}


body {
	background-color:#000000;
	font-family : arial, veranda, sans-serif;
	color : #FFFFFF;
	A:link {color:#FF0000};
	A:visited {color: #FF0000};
	A:hover {text-decoration: none; color: #FFFFFF};

}

.title {
	position : absolute;
	top : 30px;
	left : 235px;
}

.heading {
	position : absolute;
	top : 220px;
	left : 160px;
}

.content {
	color: #FFFFFF;
	position : absolute;
	top : 320px;
	left : 110px;
	width : 710px;
}

.pictureBlock {
	position : absolute;
	top : 390px;
	left : 110px;
	z-index : 2;
}

.generalInfo {
	position : absolute;
	top : 390px;
	left : 110px;
	width : 710px;
	z-index : 1;
}

.modsList {
	position : absolute;
	top : 780px;
	left : 110px;
}

.headerText {
	font-family : arial, veranda, sans-serif;
	font-weight : bold;
	color : #C31F45;
}
     BODY {scrollbar-3dlight-color:; 
            scrollbar-arrow-color:; 
            scrollbar-base-color:; 
            scrollbar-track-color:#696969; 
            scrollbar-darkshadow-color:; 
            scrollbar-face-color:#A9A9A9; 
            scrollbar-highlight-color:#D3D3D3; 
            scrollbar-shadow-color:#000000} 