
BODY
{
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 14px;  
	background-color	: #BFBFBF;
	color 				: Black;
	margin 				: 0px 0px 0px 0px; 
}

#container
{
	width				: 1000px;
	position			: left;
	margin				: 0px auto;
	margin-top			: 10px;
	margin-left			: 80px
}

#header 
{
	background-image	: url(img/header.png);
	height				: 185px;
	overflow			: hidden;
}

#spacer_left
{
	width				: 28px; 
	background-color	: #BFBFBF;
	height				: 500px;
	float				: left;
}
#menu
{
	width				: 210px;   
	border-left			: 2px solid #000;
	border-right		: 2px solid #000;
	background			: #DDE00F;
	height				: 500px;
	float				: left;
}

#spacer_middle
{
	width				: 26px; 
	background-color	: #BFBFBF;
	height				: 500px;
	float				: left;
}

#content
{
	width				: 689px; 
	background			: #DDE00F;
	float				: left;
	height				: 500px;
	overflow			: auto; 
	padding-left		: 5px;
	padding-right		: 5px;
	border-right		: 2px solid #000;
	border-left			: 2px solid #000;
}

#spacer_right
{
	width				: 29px; 
	background-color	: #BFBFBF;
	height				: 500px;
	float				: left;
}

#footer 
{
	clear				: both;
	background-image	: url(img/footer.png);
	height				: 20px;
	text-align			: center;
	padding-top			: 10px;
}

a:link
{
	color				: #000;
	text-decoration		: none;
}

a:visited
{
	color				: #000;
	text-decoration		: none;
}

a:hover
{
	color				: #002B7F;
	text-decoration		: none;
}

a:active
{
	color				: #000;
	text-decoration		: none;
}

h1 , h2, h3, h4, h5, h6
{
	margin				: 0px auto;
}

