@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #89a79e url(images/template/bkg_radial.jpg) center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 271px;
	padding: 0;
	margin: 0;
	background-image: url(images/template/bkg_cartoon_01.png);
}
#nav {
	width: 180px;
	float: right;
	margin-top: 55px;
}
#mainContent {
	padding: 0 40px; 
	margin: 0;
	background-image: url(images/template/bkg_02.png);
}
#footer {
	height: 54px;
	padding-top: 48px;
	text-align: center;
	background-image: url(images/template/bkg_03.png);
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-weight: bold;
	color: #666666;
}
a {
	color: #574aa9;
	text-decoration: none;
}
a:visited {
	color: #574aa9;
}
a:hover {
	color: #333366;
}
#footer a {
	color: #574aa9;
}
#footer a:visited {
	color: #574aa9;
}
#footer a:hover {
	color: #333366;
}
h1, h2, h3, h4 {
	color: #666;
}
h1 {
	font-size: 22px;
	margin-top: 0;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

li {
	margin-bottom: 6px;
}
