@charset "utf-8";
body {
	background: #7db9f5 url(images/body_blue.gif) repeat-x;
}
a {
	color: #225588;
}
#header h1 a {
	background: url(images/logo_blue.gif) no-repeat 10px center;
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	padding:0 50px;
}
#about {
	border-top: 1px solid #00335f;
	border-bottom: 1px solid #00335f;
	background: #06c url(images/bg_about_blue.gif) repeat-x left bottom;
}