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

html, body {
background-image: url(../images/main-background.jpg);
background-position: center;
background-repeat: no-repeat;
background-color: #0a2d49;
background-attachment:fixed;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5;
	color: #003152;
	text-align: justify;
}


a, a:visited, a:active, a:link {
        color: #224E7E;
        font-weight:bold;
        text-decoration: underline;
}

#page-container {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-1.jpg);

}

#page-container-cast {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-cast.jpg);

}

#page-container-about {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-about.jpg);

}

#page-container-music {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-music.jpg);

}

#page-container-news {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-news.jpg);

}

#page-container-home {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-home.jpg);

}

#page-container-dates {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-dates.jpg);

}


#page-container-artwork {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-artwork.jpg);

}

#page-container-press {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-press.jpg);

}

#page-container-media {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-media.jpg);

}

#page-container-clips {
width: 920px;
height: 720px;
margin: auto;
background-image: url(../images/background-clips.jpg);

}




h1 {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 50px;
	padding-left: 22px;
}

#Dh1 {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 50px;
	padding-left: 22px;
}

#Dh2 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 65px;
	padding-right: 28px;
}

h2 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 65px;
	padding-right: 28px;
}

.titleTxt {
font: Helvetica;
font-size: 14px;
font-weight: bold;
letter-spacing: 0px;
}

.dateTxt {
font: Helvetica;
font-size: 10px;
font-style:italic;
letter-spacing: 0px;
}


#nav { height: 140px; }

#left { 
float: left;
width: 350px;
height: 300px;

}

#right {
float: right;
width: 550px;
height:500px;
margin: auto;
}

#media {
width: 920px;
height:500px;
margin: auto;
}

#content-right {
overflow:auto;
margin-left:60px;
margin-top:0px;
padding:20px;
width: 400px;
height: 400px;
padding-bottom:10px;
}

#content-news {
overflow: auto;
overflow-x: hidden;
margin-left:60px;
margin-top:0px;
padding:20px;
width: 400px;
height: 400px;
padding-bottom:10px;
}


#content-dates {
overflow:auto;
margin-left:50px;
margin-top:-15px;
padding:20px;
width: 450px;
height: 450px;
padding-bottom:10px;
}


#content-trailer {
overflow:auto;
margin-left:35px;
margin-top:0px;
padding:20px;
width: 800px;
height: 400px;
padding-bottom:10px;
text-align:center;
}

#gallery-container {
width: 373px;
padding: 0px;
}

#footer2 {
clear:both;
height: 80px;
width: 920px;
}

#footer3 {
margin:auto;
height: 100px;
width: 920px;
padding-top:10px;
}



