@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-image:url(../img/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#990033;
}

img, div { behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, p{
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}

h1 {
	font-size:36px;
	color:#FF9900;
	padding:10px 0px;
}

h2 {
	font-size:20px;
	color:#FF9900;
	padding:0px 0px;
}
h2 a{
	color:#FF9900;
	text-decoration:none;
}
h2 a:visited{
	color:#FF9900;
	text-decoration:none;
}
h2 a:hover{
	color:#FFCC00;
	text-decoration:none;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	padding:5px 0px;
}
h3 a{
	color:#FFCC00;
	text-decoration:underline;
}
h3 a:visited{
	color:#FFCC00;
	text-decoration:underline;
}
h3 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CC6699;
	text-align:center;
}


h4 {
	font-size:10px;
	color:#CC6699;
}
h4 a{
	color:#CC6699;
	text-decoration:none;
}
h4 a:visited{
	color:#CC6699;
	text-decoration:none;
}
h4 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

p{
	font-size:12px;
	color:#CCCCCC;
	line-height: 18px;
}

p a{
	color:#CCCCCC;
	text-decoration:underline;
}
p a:visited{
	color:#CCCCCC;
	text-decoration:underline;
}
p a:hover{
	color:#FFCC00;
	text-decoration:underline;
}


.aws #bg {
	float:left;
}

.bg_home{
	background-image:url(../img/bg_shaam.jpg);
	background-position:center 0px;
	background-repeat: no-repeat;
	float:left;
}

.bg_venues{
	background-image:url(../img/bg_venues.jpg);
	background-position:center 0px;
	background-repeat: no-repeat;
	float:left;	
}
.bg_artists{
	background-image:url(../img/bg_artists.jpg);
	background-position:center 0px;
	background-repeat: no-repeat;
	float:left;	
}

.bg_generic{
	background-image:url(../img/bg_generic.jpg);
	background-position:center 0px;
	background-repeat: no-repeat;
	float:left;	
}


.aws #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-position:center 0px;
	position: relative;
}
.aws #header {
	float: left;
	width: 900px;
	height: 170px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 30px -30px;
	padding: 160px 0px 0px 0px;
	position: relative;
}
.aws #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.aws #intro {
	float: left;
	width: 800px;
	padding: 0px 50px 0px 50px;
	position: relative;
}

.aws #mainContent {
	float: left;
	width: 760px;
	padding: 0px 70px 20px 70px;
	position: relative;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.aws #footer {
	float: left;
	width: 820px;
	height: 130px;
	padding: 40px 40px 0px 40px;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
}
.aws #footer p {
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

#footer p a {
text-decoration:none;
}
#footer p a:visited {
text-decoration:none;
}
#footer p a:hover {
text-decoration:none;
}

#footer h4 {
	text-align: right;
}

#footer .footer_links{
	float:right;
	width:140px;
	padding: 20px 0px 0px 0px;
}

/*--------------------------------------------------------------------- NAVI */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
}

#nav-menu li a
{
	float: left;
	display: block;
	padding:102px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:130px;
	height:34px;
	color: #FF9900;
	text-decoration: none;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 2px;
}
#nav-menu li a:hover{
	color:#FFFFFF;
	background-image: url(../img/highlight.png);
	background-repeat: no-repeat;
	background-position: center 82px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width:790px;
	padding: 10px 55px 0px 55px;
	height: 150px;
	float: left;
	background-image:url(../img/navi.png);
	background-repeat:no-repeat;
	background-position:center 0px;
}

#nav-menu .highlight{
	color:#FFFFFF;
	background-image: url(../img/highlight.png);
	background-repeat: no-repeat;
	background-position: center 82px;
}
#nav-menu .highlight a:hover{
	color:#FFFFFF;
}


/****** IMG *******/

.img_float_left {
float:left;
margin:0px 10px 10px 0px;
}

