/* CSS Document */


#body
{
	padding : 0 ;
	margin : 0;
	
}

#header
{
	position : absolute;
	top: 2px;
	left: 10px;
	margin-left: auto;
    margin-right: auto;
    z-index: 5
	
}

#menu-bar
{
	position : absolute;
	top: 170px;
	left: 10px;
	background-color: #000000;

}

#content
{
	position : absolute;
	top: 160px;
	left: 150px;
	color: #000000;

}

#content a:hover
{
	padding : 0;
	margin : 0;
	color: #999999;
	
}

#content a
{
	padding : 0;
	margin : 0;
	text-decoration: none;
	color: #3D589A;
}

#content h1
{
	background-color: #B70924;
	font-family: "Trebuchet MS";
	font-size: 22px;
}

#content h2
{
	
	font-family: "Trebuchet MS";
	font-size: 16px;
}

#content p
{
	
	font-family: "Trebuchet MS";
	font-size: 15px;
}


#content p a:hover
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #999999;
}


	 


	  
