body {
	margin: auto;
	background: #FFF url('./images/bg.gif') repeat-x top left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-color: #000;
}



#banner {
	clear: both;
	padding: 15px 0px 0px 15px;
	margin: 0px;
	background: #9CC url('./images/banner_bg_1.gif') repeat-x  top left;
}
#nav {
	clear: both;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 15px 20px;
	background: #9CC url('./images/banner_bg_2.gif') repeat-x  bottom left;
}

#nav a, #nav a:visited {
	color: #255;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #099;
	text-decoration: underline;
}

#content {
	float: left;
	clear: both;
	margin: 20px 0px 20px 0px;
	width: 750px;
}

#left {
	float: left;
	clear: left;
	width: 450px;
	padding: 0px 15px 10px 15px;
	font-size: 1.4em;
}

#right {
	float: right;
	clear: right;
	width: 230px;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #999;
	font-size: 1.2em;
}

.picture {
	border: 1px solid #9CC;
}

.note {
	font-size: 0.9em;
	color: #444;
}

#footer {
	float: left;
	clear: both;
	margin: 20px 0px 20px 0px;
	width: 750px;
	text-align: center;
	font-size: 0.9em;
}
