/* CSS Document */
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.navbar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#wrapper  {
	background-color:#B0E0E6;
	
	display:block;
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	
	
}
body  { background-image:url(images/bg_pattern_white.gif)}
