body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9CF;
	background-image: url('../imgs/bg.png');
	background-repeat: repeat-y;
	background-position:center;
	color: #003;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a img {
	border: 0;
}
blockquote {
	font-style: italic;
}
h1 {	
	color: #fff;
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin-bottom: 3px;
	background-color: #FFF;
	padding: 3px;
	padding-left: 6px;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
#menu {
	background-color: #FFF;
	background-image: url('../imgs/menu_bg.png');
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	background-image: url('../imgs/content_bg.png');
	background-position: center;
	background-repeat: no-repeat;
}
#footer {
	font-size: 10px;
	text-align: center;
}
#footer p {
	margin-bottom: 3px;
}
#footer a {	
	font-weight: bold;
}