html {
	height:100%; 																/* fix height to 100% for IE */
	max-height:100%; 															/* fix height for other browsers */
	padding:0; 																	/*remove padding */
	margin:0; 																	/* remove margins */
	border:0; 																	/* remove borders */
	background: #000 url('images/backdrop.png') repeat-x;
	font-family: Arial, Helvetica, Helv, Verdana, DejaVu Sans condensed, sans;
	font-size: 75%;
}

body {  
	background: #000 url('images/backdrop.png') repeat-x;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

a, a:active, a:visited {
	color: #e39002;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #e39002;
}
	
#wrapper {
	position: relative;
	width: 970px;
	margin:0 auto;
	background: #000;
}

#headermenu {
	background: #000 url('images/headermenu.png') no-repeat left bottom;
	height: 40px;
	padding: 0 15px 0 15px;
	cursor: pointer;
}

#headermenu img{
	border: 0;
	margin: 0;
	padding: 0;
}

#headermenu a:active,#headermenu a:visited{
	outline: none;
}

#header {
	background: #000 url('images/header.jpg') no-repeat left top;
	height: 368px;
	padding: 0 15px 0 15px;
}

#contentarea {
	background: #000 url('images/mid.png') repeat-y;
	padding: 10px 15px 0 15px;
}

#content {
	width: 630px;
	padding: 0 0 0 0;
	text-align: justify;
	margin: 0 20px 0 20px;
}

#content div.withImgLeft,
#content div.withImgRight{
	padding-bottom: 5px;
}

#content div.withImgLeft img {
	float: left;
	margin: 5px 15px 5px 5px;
}

#content div.withImgRight img {
	float: right;
	margin: 5px 5px 5px 15px;
}

#content h2{
	font-size: 1.2em;
	color: red;
	padding: 1.5em 0 0 0;
	margin: 0 0 0 0;
}

#content h3{
	font-size: 1.5em;
	color: #fff;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: normal;
	padding: 3px 0 0px 0;
}

#midContent{
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
	padding: 8px 0 0 0;
}

#bottomContent{
	padding: 0 0 50px 0;
}

#sidebar {
	float: right;
	width: 270px;
	position: relative;
	padding: 65px 0 0 0;
}

#sidebar h2{
	font-size: 1.2em;
	color: red;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
}

#sidebar div.block {
	
}

#sidebar div.block div.header {
	background: #000 url('images/blockHeader.png') no-repeat left top;
	height: 21px;
	padding: 18px 0 0 30px;
}

#sidebar div.block div.mid {
	background: #000 url('images/blockMid.png') repeat-y;
	padding: 5px 0 0 30px;
	margin: 0 0 0 0;
}

#sidebar div.block div.footer {
	background: #000 url('images/blockFooter.png') no-repeat left top;
	height: 26px;	
}
	

#logoBar {
	background: #000 url('images/logoBar.png') no-repeat left bottom;
	height: 294px;
}

#footer {
	background: #000 url('images/footer.png') no-repeat left bottom;
	font-size: 0.8em;
	text-align: center;
	height: 53px;
}

div.stretcher{
	float: none;
	clear: both;
}