/*&&>> Core Stylesheet <<&&*/



body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color:#000000;
	padding: 10px;
	}
	
h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;	
}

h2 {
	font-size: 22px;
	font-style: italic;
	font-weight: bolder;	
}

.huge {
	font-size: 30px;
	font-style: italic;
	font-weight: boldest;
}
/*&&&&&>> Typography <<&&&&&*/


/*&&&&&>> Navigation <<&&&&&*/




/*&&>> Two <<&&*/

ul.two {
	background: #e8e8e8 url(two/background.png) repeat-x top center;
	padding: 10px 0 0 25px;
	height: 30px;
	}
	
.leftcurtain {
	background-image: url(/images/leftbottom.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 5px;
}

.rightcurtain {
	background-image: url(/images/rightbottom.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 5px;
}

.stage {
	background-color: #FFFFFF;
	background-image: url(/images/stage.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 150px;
}