/* CSS Document */

body {
	font-family: Georgia, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #DDD;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align:center;
	min-width: 800px;
}
#main {
	width:900px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 94px;
}
#main img {
	padding-bottom: 20px;
}
#main a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#main a:hover {
	text-decoration: underline;
}
#stage a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#stage a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
#stage {
	width:860px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color:#FFF;
}
p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 24px;
}
#stage img.right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h3 {
	font-family: Georgia, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#stage img.left {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.info {
	font-size: 12px;
	color: #CCCCCC;
}
#footer {
	font-family: Georgia, "Century Gothic", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #000000;
	padding-top: 30px;
	text-align: center;
}
#footer p {
	font-size: 12px;
}
#footer a {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
