
	
	div#content a:visited{
	color: #5c5c5c;
	text-decoration: none;
	padding: 0px 2px;
	background-color: #eff2fe;
	}
	
	div#content a{
	color: #6775bd;
	text-decoration: none;
	background-color: #;
	padding: 0px 2px;
	}
	div#content a:hover{
        background-color: #eff2fe;
	color: #000000;
	text-decoration: none;
	}

	
	div#header{
	background: url(../img/header_blue.jpg) no-repeat 0px 0px;
	}
	
	div#footer{
	background: url(../img/footer_blue.jpg) repeat-x 0px 0px;
	}
	