@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	}
/*-----basic styling--------*/



/*-----HOME PAGE--------*/


body {
	background-color: #ffcc66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a:link {
	color: #660066;
	text-decoration: none;
	}
	
a:visited {
	color: #cc6633;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {
	color: #336666;
	text-decoration: none;
	}
	
#container {
	position: relative;
	width: 650px;
	height: 840px;
	}
	
#clear {
	clear: both;
	}
	
/*------position container elements------*/	


#containerTop {
	position: relative;
	float: left;
	width: 640px;
	height: 220px;
	padding-top: 20px;
	padding-left: 10px;
	clear: right;
	}
	
#containerRule {
	position: relative;
	float: left;
	width: 580px;
	height: 50px;
	padding-left: 70px;
	clear: right;
	}
	
#containerMiddle {
	position: relative;
	float: left;
	width: 650px;
	height: 350px;
	clear: right;
	}
	
#containerNext {
	position: relative;
	float: left;
	width: 180px;
	height: 350px;
	padding-left: 30px;
	clear: right;
	}
	
#containerContent {
	position: relative;
	float: left;
	width: 440px;
	height: 350px;
	clear: right;
	}
	
#containerStage {
	position: relative;
	float: left;
	width: 440px;
	height: 300px;
	clear: right;
	}
	
#containerCaption {
	position: relative;
	float: left;
	width: 440px;
	height: 35px;
	padding-top: 15px;
	clear: right;
	}
	
#containerBottomNav {
	float: left;
	width: 650px;
	height: 40px;
	padding-top: 30px;
	text-align: center;
	vertical-align: middle;
	}
	
#containerBottomLogo {
	float: left;
	width: 650px;
	height: 100px;
	padding-top: 20px;
	text-align: left;
	vertical-align: middle;
	}

/*----end basic styling--------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	}
	
.ital {
	font-style: italic;
	}
	
.navigationBottom {
	line-height: 16px;
	padding-top: 10px;
	font-size: 11px;
	letter-spacing: .05em;
	text-align: center;
	}
	
.navigationBottomBold {
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	}
