#Layer1 {
position:absolute;
left:349px;
top:204px;
width:539px;
height:119px;
z-index:1;
background-color: #CCCCCC;
visibility: hidden;
}
body, td, th {
color: #ffffff;
}
body {
background-color: #EFEFEF;
background-image: url(test.gif);
background-repeat: repeat
}

/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(test.gif);
	background-color: #000000;
	background-repeat:repeat;
}

/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

/**************************************************************************
hover
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #FF9900;
}


/**************************************************************************
box
**************************************************************************/
#thebox {
	width: 50em;
	background-color: white;
	color: ##ffffff;
	border: 1px #cccccc solid;
	margin: 50px auto 0px auto;
	padding: 0px 20px 0 20px;
	background-image: url(bg.gif);
	background-repeat:repeat;
}
/**************************************************************************
news
**************************************************************************/
#news{
background-color:#000000;
}
/**************************************************************************
content
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	background-color:#000000;
}

/**********************************************************************
header1
**************************************************************************/
#content h1 { 
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
}

/**************************************************************************
header2
**************************************************************************/
#content h2 a:link, a:visited, a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
}

#content h2 a:hover {

	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#foot {
	text-align: center;
	color: #696969;
	background-color: #000000;
}
#content h2 {

font-size: 11px;
text-align: center;

}
