body {	background-color: #000000;
}
#main {
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	margin-left: -400px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #333333;
}
#header {
	width: 100%;
	background-color: #666666;
	height: 75px;
}
#footer {
	width: 100%;
	background-color: #333333;
	height: 20px;
	margin-top: 35px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #777777;
	z-index: 2;
}
#navbar {
	width: 360px;
	background-color: #555555;
	height: 30px;
	left: 50%;
	margin-left: -180px;
	position: relative;
	z-index: 999;
}
#content {
	position:relative;
	left:50%;
	width:700px;
	margin-left: -350px;
	margin-top: 15px;
	margin-bottom: 0px;
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFFFFF;
	z-index: 1;
}
#flashcontent {
	position:relative;
	width:700px;
	height:501px;
	z-index: 1;
}
#fflashcontent {
	position:relative;
        float:right;
        clear:right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	width:300px;
	height:200px;
	z-index: 1;
}
#cflashcontent {
	position:relative;
        float:right;
        clear:right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width:200px;
	height:300px;
	z-index: 1;
}
h3 {
	font-weight: bold;
}
a.image-border {
	text-decoration: none;
	border: 0 none;
	}
a img {
	text-decoration: none;
	border: 0 none;
	}
p { 
	line-height: 1.4;
	z-index: 1;
}  
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input
{
	margin-left: 8.5em;
} 
img
{
	z-index: 5;
}

