
* { margin: 0; padding: 0; }

body
{
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma;
	line-height: 1.5em;
	color: #333;
	background: #c9dde6 url(../../img/background.jpg) no-repeat;
}

/* ----- Container ----- */

#container
{
	margin: 137px 0 0 212px;
	width: 700px;
}

#container .clear
{
	clear: both;
}

/* ----- Header ----- */

#header
{
	padding-left: 260px;
	font-family: Arial;
	font-style: italic;
	font-size: 1.3em;
	color: #fff;
	height: 25px;
}

#header-text
{
	position: absolute;
	top: 35px;
	left: 0;
	width: 360px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

#sewer-top
{
	float: right;
	width: 170px;
	height: 80px;
}

/* ----- Main ----- */

#main
{
	background: url(../../img/container-back.png) repeat-y;
}

/* ----- Menu ----- */

#outer-menu
{
	float: left;
	width: 179px;
	font-size: 1.2em;
	background: url(../../img/menu.jpg) no-repeat;
}

#menu ul
{
	padding-top: 175px;
	list-style: none;
}

#menu ul li
{
	padding: 1em 10px 1em 0;
	text-align: right;
	font-weight: bold;
}

#menu ul li a
{
	color: #fff;
	text-decoration: none;
}

#menu ul li.active a
{
	color: #003333;
}

#menu .min-height
{
	float: right;
	height: 540px;
}

/* ----- Content ----- */

#outer-content
{
	position: relative;
	float: right;
	padding-top: 80px;
	width: 521px;
	background: url(../../img/content-top.jpg) no-repeat;
}

#outer-content .min-height
{
	float: right;
	height: 540px;
}

#content
{
	padding: 5px 20px;
}

#content p { margin: 15px 0; }
#content ul, #content ol { margin-left: 40px; }

#content h1
{
	margin: 15px 0;
	padding: 3px 0 0 23px;
	height: 21px;
	font-size: 1.3em;
	color: #003333;
	background: url(../../img/droplet.png) no-repeat;
}

/* ----- Footer ----- */

#footer
{
	position: relative;
	margin-right: 10px;
	padding: 1px 10px 5px 10px;
	background: #174147;
	text-align: center;
}

#footer a
{
	color: #fff;
}

#footer .vcard { display: none; }