@charset "utf-8";

/* CSS Document */



body {

	margin: 0px;

	padding: 0px;

	background: url(../layout/bg.jpg) repeat-x #000;

	color: #fff;

	font-size: 12px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



#page { width: 900px; margin: 0px auto; position: relative; }

#header { width: 900px; height: 197px; background: url(../layout/header_bg.jpg);  }

#fla_header { position: absolute; top:0px; right:0px; }

#logo { position:absolute; top: 100px; left: 0px; z-index: 25; }



#menu { width: 850px; margin-left: 50px; background: url(../layout/menu_bg.jpg) repeat-x; height: 30px; position: relative; z-index: 20; }

#menu #superfishcontainer { width: 630px; margin-left: 200px; position: relative; z-index: 20px; }

#menu ul li { padding: 6px 23px; text-transform: uppercase; font-size: 10px; }


#content { margin-top: 60px; position: relative; }

#bg_image { position: absolute; right: 0px; top: -55px; z-index: -1; }

#footer { color: #6c6c6c; font-size: 10px; }





/* TEXT STYLES */



h1 { color: #e2a501; }
#content a:link, #content a:visited, #content a:active{color:#e2a501;}