body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background: #333;
	padding-top: 8px;
}
#header h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #ffffff;
}
h1 {
	color: #999999;
	font: bold 150% Papyrus;
	padding: 0px 0px 10px;
	margin: 0px;
}
h2 {
	font-size: 200%;
	color: #00CCFF;
	font-weight: normal;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	height: 27px;
	top: 60px;
	left: 0px;
	width: 100%;
	padding: 0px;
	color: #000000;
	background-color: #999999;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #369;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #036;
	color: #000000;
}

#container {
	position: absolute;
	top: 85px;
	left: 0px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
	height: 100%;
}
#bar{
	float: left;
	width: 200px;
	background: #999999;
	padding: 10px;
	margin-right 30px;
	height: 100%;
}
img {
	border:0;
}
#bar h1 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
#main {
	margin: 15px 15px 15px 15px;
	padding: 15px 15px 15px 15px;
	background: #ffffff;
	text-align: left;

}
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	text-align: left;
}
