a:hover {
	color: #000000;
	text-decoration: underline;

}
a:link {
	text-decoration: none;
	color: #000000;


}
a:visited {
	text-decoration: none;
	color: #000000;

}
body {
	background-image: url(../images/bground.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
}

menu_box
{
text-align:left; /*overrides the centering from above*/ ');
width:675px; /*5 menu items at 135px width (8px padding + 2px border + 125px width)*/ ');
margin:0 auto; /*centers in compliant browsers*/ ');
}
