/**
 * SM - style sheet controls common DESIGN elements
 * 
 */

#wrapper {
	width: 600px;
	background-color: #FFFFFF;
}
#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
}
#navigationLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #FFF4D3;
	background-image: url(/09/h_image/bkgr_tile.jpg);
	margin-top: 30px;
	background-repeat: repeat-x;
}
.copyright {
	color: #FFFFFF;
	background-color: #948683;
	text-align: center;
	line-height: 11px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
#map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
#side_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
