@charset "utf-8";
body
{
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/body_bg.png) repeat-y #adaba8;
}
a {outline: none; border: none;}
img {border: none;}
.header
{
	background: url(images/header_bg.jpg) repeat-x;
	height: 109px;		/* 127px - padding */
	padding: 18px 0 0 0;
}
	#map_link {float: left; margin: 35px 0 0 25px;}
	#map_link a {font-size: 14px; font-style: italic; font-weight: bold; color: #000000; font-family: Georgia, "Times New Roman", Times, serif;}
	#logo
	{
		width: 740px;
		margin: 0 auto;
	}
.menu
{
	width: 223px;
	height: 640px;
	float: left;
}
	.menu p
	{
		height: 32px; /* 42px - padding */
		margin: 15px 0;
		padding: 10px 0 0 15px;
		background: url(images/menu_button.png) no-repeat;
	}
	.menu a
	{
		text-decoration: none;
		color: #444038;
		font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;;
	}
.content
{
	padding: 15px 0 0 255px;
	font-size: 14px;
}
