
body {
  margin: 25px;
	background-color: #161613; // #E2ECDA;
	font-color: #0D1B02;
	text-align: center;
}
a:link,a:visited,a:active,a:hover { color: #345; }
a:link,a:visited,a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
#header1 { background-color: #345; }
#footer2 { background-color: #345; }
#page, #header2, #footer1 { background-color: #678; }
#page	{
	margin: 0px auto 0 auto;
	width: 1000px;
	text-align: left;
}
#header1 {
	height: 100px;
	position:relative;
}
#header2 {
	float:right;
	height: 100px;
	width: 100px;
	border-left: 15px solid #161613;
	padding: 10px;
}
#title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #EEE;
	white-space: nowrap;
	position: absolute;
	left: 20px;
	bottom: 10px;
}
#footer1 {
	clear: both;
	height: 120px;
	width: 100%;
}
#footer2 {
	float:right;
	height: 105px;
	width: 860px;
	border-top: 15px solid #161613;
	border-left: 15px solid #161613;
}
#footer2 p {
    float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
	padding-left: 15px;
}
#footer2 table {
    float: right;
}
#content {
	background-color: #CCC;
	position: relative;
	width: 705px;
	border-top: 15px solid #161613;
	border-right: 15px solid #161613;
	border-left: 15px solid #161613;
	margin: 0 0 0 125px;
	padding: 10px;
}
#content h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	margin: 0;
	padding: 0;
}
#content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	margin: 6px 0;
}
#content .headline { font-weight: bold; }
#leftbar {
	position: absolute;
	top: -15px;
	left: -140px;
	width: 125px;
	border-top: 15px solid #161613;
	padding-top: 10px;
}
#leftbar img {
	border: 5px solid #445566;
	background-color: #667788;
	margin: 5px 0pt 0pt 12px;
}
#leftbar .name, #footer2 .name {
    color: #7DF;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}
#leftbar .name, #footer2 .name { margin: 0 25px -15px 0; }
#footer2 img {
	border: 5px solid #445566;
	background-color: #667788;
	margin: 10px 15px 0 0;
}
