/**
* global declarations
*/
*, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	background-color: #000000;
	text-align: center; /* IE5.5 centering fix */
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding: 5px 0;
	font-weight: bold;
}

#content p{
	padding-right:8px;
}

h2{
	padding-top:10px;
	font-size: 18px;
}

br.clear {
	clear: both;
}

/**
* main container setup
*/
#container {
	width: 780px;
	height: 585px;
	margin: 0 auto;
	text-align: left; /* IE5.5 centering counterfix */ /*On FF text-align: left; will also work*/
}

/**
* footer setup
*/
#footer {
	width: 585px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal !important;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}

/**
* menu setup
*/
#menu {
	width: 536px;
	height: 209px;
	margin: 0 0 0 122px;
}