/* ************************ Defaults ************************ */

body{ 
	s
	text-align:left; 
	background-color:#000000
	 
}
body, h1, h2, h3, h4, h5, table, table th, form, a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a { 
	font-family: Arial, Helvetica, sans-serif;
	color: #999999; 
	text-decoration: none; 
}

a:hover { 
	color:#78BE3C; text-decoration: none; 
}	

#page {
	background-color: #000000;
	border: 1px solid #999999;
	height: 700px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
}

#imagespage {
	background-color: #000000;
	border: 1px solid #999999;
	height: 700px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imagesbg.jpg);
	background-repeat: no-repeat;
}

#aboutpage {
	background-color: #000000;
	border: 1px solid #999999;
	height: 700px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
}

#contactpage {
	background-color: #000000;
	border: 1px solid #999999;
	height: 700px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contactbg.jpg);
	background-repeat: no-repeat;
}

#blankbg {
	background-color: #000000;
	border: 1px solid #999999;
	height: 700px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/blankimage.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#introtext {
	height: 350px;
	width: 330px;
	margin-top: 140px;
	margin-left: 60px;
}

#imagetext {
	height: 300px;
	width: 240px;
	margin-top: 140px;
	margin-left: 60px;
	float: left;
	margin-right: 20px;
}

p {
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.9em;


}
#logo {
	background-color: #000000;
	position: relative;
	margin: 0px 0px 20px 60px;
	padding: 0px;
	height: 88px;
	width: 108px;
	float: none;

}

#logo2 {
	background-color: #000000;
	margin: 0px 0px 20px 60px;
	padding: 0px;
	height: 88px;
	width: 108px;
	clear: both;
	position: relative;
	top: -110px;
}

#rule {
	height: 1px;
	width: 970px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
}

#rule2 {
	height: 1px;
	width: 970px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	top: -109px;
}

#stage {
	height: 600px;
	width: 648px;
	float: left;
}






/* **************Navigation ************* */


#topnav {
	vertical-align: top;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70%;
}


#topnav2 {
	vertical-align: top;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70%;
	position: relative;
	top: -110px;
}

#menu li
{
	float: left;
	margin: 0 1em;
	text-align: right;
	list-style-type: none;
}

#homelink {
	margin-top: 1px;
	margin-left: 60px;
	float:left;
}

#homelink2 {
	margin-top: 1px;
	margin-left: 60px;
	float:left;
	position: relative;
	top: -110px;
}

#link1on #link1 a,
#link2on #link2 a,
#link3on #link3 a {
	color:78BE3C
}
