/* global */
BODY {
	margin:0;
	background:#a20404;
	font-family:"Lucida Sans Unicode","Lucida Sans";
	color:#FFF;
	font-size:12px;
	}

A  { color:#e8e8e8; text-decoration:underline; }
A:HOVER { color:#A4D3EF; }

/* menu */
#menu { margin-left:378px; width:564px; }
#menu A { 
	color:#e8e8e8;
	display:block;
	float:left;
	text-decoration:none;
	font-size:24px;
	line-height:56px;
	padding:0 32px;
	}
#menu A:HOVER { color:#a4d3ef; }

/* text content */
#content { 
	filter:alpha(opacity=20); 
	-moz-opacity:0.2; 
	opacity:0.2;
	position:absolute;
	background:url(../images/bg_content.gif) no-repeat;
	left:378px; 
	top:192px; 
	width:560px;
	height:340px;
	clear:both;
	z-index:1;
	}

#inner-content {
	z-index:2;
	position:absolute;
	top:216px;
	left:425px;
	width:487px;
	height:304px;
	line-height:16px;
	overflow:hidden;
	overflow-y:auto;
	}
	
/* flash content */
#content-flash {
	position:absolute;
	left:378px; 
	top:192px; 
	width:560px;
	height:340px;
	clear:both;
	z-index:1; 
	}
	
/* contact */
#contact {
	z-index:3;
	top:478px;
	left:0;
	width:360px;
	position:absolute;
	padding-bottom:30px;
	}
#contact P { 
	margin:0;
	font-size:11px;
	margin-bottom:6px;
	}
	
#logo_sm {
	position:absolute;
	left:874px;
	top:538px;
	}
#main { background:url(../images/bg_body.gif) left top no-repeat; }

