body 
{
	background: #000000;
	color: #ffffff;
	font-family: Calibri;
}

a 
{
	text-decoration:none;
}


a:link, a:visited, a:active 
{
	color: #ffaaaa;
}

#container
{
	width: 750px; margin: 10px auto;
	background: #202020;
	position: relative;
	z-index: 2;
}
#leftbar
{
	float: left;
	width: 10px;
	text-align: left;
	background-image: url("leftfiller.png");
	background-repeat: repeat-y;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
}

#central
{
	padding-left: 10px;
}

#leftcol 
{
	float: left;
	width: 200px;
}

#rightcol
{
	margin-left: 205px;
	width: 460px;
}

#rightbar
{
	background-image: url("rightfiller.png");
	background-repeat: repeat-y;
	background-position: right;
	position: absolute;
	width: 10px;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

#topleft
{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#toprow
{
	background-image: url("topfiller.png");
	height: 10px;
}

#topright
{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#bottomleft
{
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#bottomrow
{
	clear:left;
	background-image: url("bottomfiller.png");
	height: 10px;
}

#bottomright
{
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#banner
{
	padding-left: 10px;
}

#stylearea
{
	width: 400px;
	height: 400px;
}

#code
{
	font-family: courier;
	font-size: 10pt;
	background-color: #555555;
}

label
{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#submit
{
	margin-left: 5.5em;
}