html
{
	min-height: 100%;
}

body
{
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
	background-image: url('../images/background.jpg');
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	margin-right: 60px;
}

#menu li {
	padding: 0px;
	margin: 0px;
}

#menu a, #menu b {
	font-weight: bold;
	text-decoration: none;
	color: #A3A09B;
	border-bottom: 1px solid #C1BEB8;
	padding: 3px;
	display: block;
}

#menu b {
	color: black;
}

#menu a:hover {
	text-decoration: underline;
	color: black;
}

#container
{
	background: #98CBCB;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	width: 700px;
	border-style: solid;
	border-width: 2px;
	border-color: #1D5958;
}

#header
{
	background: #F2E7DC;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #1D5958;
}

#header_shadow
{
	background-image: url('../images/logo_shadow.gif');
	height: 13px;
        font: 1px/1px arial;
}

#menu
{
	position: relative;
	left: -20px;
	top: -20px;
	background-image: url('../images/menu_bg.gif');
	height: 460px;
	width: 225px;
	float: left;
}

.spacer
{
	background-image: url('../images/container_bg.gif');
}

.content
{
	padding: 20px;
	background: #B9DBDA url('../images/container_bg.gif') repeat-x;
}

.footer {
        clear: both;
}