/* CSS Document */

.wrap, .border-left, .border-right {
	height:838px;
	}

.hr3 {
	top:800px;
	}

.footer {
	top:808px;
	}
	
/* Common Properties */
.scroll, .abouthead, .aboutbox, .showshead,
.showsbox, .theatreshead, .theatresbox, .albumhead,
.albumbox, .lastshowshead, .comingshowshead, .lastshowsbox,
.comingshowsbox, .logbox, .photobox, .awardsbox {
	display:inline-block;
	position:absolute;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-collapse:collapse;
	float:left;
	}
	

.scroll {
	padding:10px 0px 0px 0px;
	background-color:#000000;
	top:170px;
	left:0px;
	height:122px;
	width:900px;
	}

/* Headers */
.abouthead, .showshead, .theatreshead, .albumhead {
		border-radius:20px 20px 0px 0px;
		background-color:#000066;
		}

/* Boxes */
.aboutbox, .showsbox, .theatresbox, .albumbox {
		border-radius:0px 0px 5px 5px;
		}

.abouthead {
	top:310px;
	left:10px;
	height:30px;
	width:250px;
	}

.aboutbox {
	top:340px;
	left:10px;
	height:158px;
	width:250px;
	background-color:#9999FF;
	}

.showshead {
	top:310px;
	left:270px;
	height:30px;
	width:620px;
	}

.lastshowshead {
	top:340px;
	left:270px;
	height:30px;
	width:309px;
	background-color:#7368F9;
	}

.comingshowshead {
	top:340px;
	left:581px;
	height:30px;
	width:309px;
	background-color:#7368F9;
	}

.lastshowsbox {
	top:370px;
	left:270px;
	height:90px;
	width:309px;
	background-color:#80BFFF;
	}

.comingshowsbox {
	top:370px;
	left:581px;
	height:90px;
	width:309px;
	background-color:#80BFFF;
	}

.logbox {
	border-radius:0px 0px 0px 5px;
	top:462px;
	left:270px;
	height:36px;
	width:205px;
	background-color:#6699FF;
	}

.photobox {
	top:462px;
	left:477px;
	height:36px;
	width:206px;
	background-color:#6699FF;
	}

.awardsbox {
	border-radius:0px 0px 5px 0px;
	top:462px;
	left:685px;
	height:36px;
	width:205px;
	background-color:#6699FF;
	}

.theatreshead {
	top:508px;
	left:10px;
	height:30px;
	width:250px;
	}

.theatresbox {
	top:538px;
	left:10px;
	height:252px;
	width:250px;
	background-color:#8893F4;
	}

ul.theatres {
	list-style-type:square;
	margin:5px 15px 5px 15px;
	}

.albumhead {
	top:508px;
	left:270px;
	height:30px;
	width:620px;
	}

.albumbox {
	top:538px;
	left:270px;
	height:252px;
	width:620px;
	background-color:#000000;
	vertical-align:middle;
	}