body
{
	background: #000000 url("gfx/bg.jpg") no-repeat fixed;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12.0pt;
	color: #fffccc;
}


/* links
--------------------------------- */
a:link, a:visited
{
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
a:hover
{
	background-color: transparent;
	text-decoration: none;
	color: #fff999;
}


/* form stuffs
--------------------------------- */
select
{
	background-color: #000033;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12.0pt;
	color: #fff999;
	
	border: 1px solid #fff;
}
input
{
	background-color: transparent;
	text-align: left;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12.0pt;
	color: #fff999;
	
	border: 1px solid #fff;
}
input.cat
{
	background: none;
	border: 0px;
}
input.button
{
	background: none;
	text-align: center;
	font-weight: bold;
}
textarea
{
	background-color: transparent;
	text-align: left;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12.0pt;
	color: #fff999;
	
	border: 1px solid #fff;
}


/* shell layer
--------------------------------- */
#container
{
	z-index: 0;
	position: relative;
	
	height: auto;
	width: auto;
	
	margin: 60px 0px 0px 0px;
	padding: 0px;
	border: 3px solid #fffccc;
}


/* title layer
--------------------------------- */
#title
{
	z-index: 3;
	position: relative;
	bottom: -22px;
	
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	height: 95px;
	
	text-align: center;
}


/* menu layer
--------------------------------- */
#menu
{
	z-index: 5;
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	text-align: center;
}


/* content layer
--------------------------------- */
#main
{
	z-index: 5;
	position: relative;
		
	height: auto;
	width: auto;
	
	margin: 0px;
	padding: 20px;
	border: 0px;
	
	overflow: auto;
}


/* footer layer
--------------------------------- */
#footer
{
	z-index: 3;
	position: relative;
	
	height: auto;
	width: auto;
	
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #fff;
	
	font-size: 10.0pt;
	text-align: center;
	
	overflow: auto;
}


/* listing titles, headings,
and entry classes
--------------------------------- */
.title
{
	font-size: 14.0pt;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 25px;
	color: #fff999;
}
.heading
{
	font-weight: bold;
	color: #fff;
}
.entry
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
	font-size: 12.0pt;
	font-weight: none;
	text-decoration: none;
	text-indent: 25px;
	color: #fffccc;
}


/* center alignment class
--------------------------------- */
.centerAlign
{
	text-align: center;
}


/* right alignment class
--------------------------------- */
.rightAlign
{
	text-align: right;
}


/* left alignment class
--------------------------------- */
.leftAlign
{
	text-align: left;
}


/* images class
--------------------------------- */
.img
{
	border: 0px;
}


/* footnote class
--------------------------------- */
.footnote
{
	font-size: 8.0pt;
	color: #fff;
}


/* header row class
--------------------------------- */
.headerRow
{
	padding: 0px 0px 20px 0px;

	font-size: 14.0pt;
	font-weight: bold;
	text-align: center;
}


/* submit button class
--------------------------------- */
.submitButton
{
	padding: 20px 0px 0px 0px;
	text-align: right;
}


/* message class
--------------------------------- */
.message
{
	font-size: 12.0pt;
	font-weight: bold;
	color: #fff;
	text-align: right;
}