@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #333333 url("Imgs/bg.jpg") repeat-x center top;
	text-align: center;
	
	}
	
#container {
	width: 897px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	
	}
#header {
	height: 108px;
	background: transparent url("Imgs/headerindex.jpg") no-repeat;

}
#navigation {
	height: 82px;
}

#navigation div, #navigation a {
	display:block;
	float: left;
	height: 82px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -82px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Nav/1.jpg"); width: 328px; }
#nav_1 { background-image: url("Nav/about.jpg"); width: 69px; }
#nav_2 { background-image: url("Nav/fac1.jpg"); width: 67px; }
#nav_3 { background-image: url("Nav/rid.jpg"); width: 102px; }
#nav_4 { background-image: url("Nav/tr.jpg"); width: 67px; }
#nav_5 { background-image: url("Nav/shows1.jpg"); width: 50px; }
#nav_6 { background-image: url("Nav/con.jpg"); width: 74px; }
#nav_7 { background-image: url("Nav/home.jpg"); width: 140px; }


#nav a:hover {
	text-decoration: none;
	color: #ffa800;
}
	
#content {
	width: 897px; height:554px;
	background: transparent url("Flash/bg.jpg") no-repeat;
	float: left;
	
}

#support {
	width: 897px; height:160px;
	float: left;

}

#footer {
	width: 897px; height:130px;
	float: left;

}

a {
	color: #ecdbc1;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #c1d8ec;
	text-decoration: underline;
	font-weight:bold;


}

#content img {
	margin: 0px 0px 0px 0px !important;

}

h1 {
	margin: 20px 10px 10px 00px;
	color: #939393;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;

}
a img {
	border: 0px;
	
}