body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #ddd;
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #87ac6d;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 20px 0 10px;
}

h1 {
	font-size: 2.5em;
}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#header-container {
}

#header {
	width:100%;
	margin: 0 auto;
	position: relative;
}

#container {
	margin: 0 auto;
	font-size:12px;
	overflow:none;
	padding: 0px 0 40px;
}

#content {
	float: left;
	width:100%;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer-container {
	height: 40px;
	background: url(../images/footer-bg.png) repeat-x left bottom;
}

#footer {
	width:100%;
	font-size:12px;
	/*
	margin: 2px 2px 2px 2px;
	*/
	color:#ffffff;
	position: relative;
}



div.footerLeft { 
	margin:0;
	text-align: left;
	float: left;
	
	position: absolute;
	bottom:0px;
	left:5px;
}
div.footerRight { 
	padding-top:2px;
	padding-right:10px;
	text-align: right;
 }
 /*
#.titlebar {
   background-color:#cc0000; color:white;
   font-weight:bold; padding:0.1em;
}
*/