/* CSS Document */

body {
	background: #FFC64A url(gifs/bg_orange.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#global {
    width: 778px; 
	margin: 0 auto;
	padding: 0;
	text align: left;
	position: relative;
	}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0D367B;
	text-decoration: none;
	}
