body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
}
#header{
	height: 60px;
	width: 100%;
	background: white url(../images/logo.jpg) no-repeat 50px;
}
#header p{
	color: #00407d;
	text-align: right;
	margin: 0px;
	padding: 20px 30px;
}
a
{
	text-decoration: underline;
	color: #00407d;
}
a:hover
{
	text-decoration: underline;
	color: #00407d;
}
