/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	}
	
body {
	margin:0px;
	padding: 0px;
	background-color:#8b8e85;
	width: 706px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 11px;
	background-image:url(images/content_back.gif);
	background-repeat:repeat-y;
	}
	

a {
	text-decoration: none;
	}
	
a:link {
	color: #d2a476;
	}
	
a:hover {
	color: #babcb7;
	}
	
#pagecontainer {
	padding-left: 20px;
	}

	#headercontainer {
		width: 854px;
		background-image:url(images/header.gif);
		background-repeat:no-repeat;
		}

	#swf {
		padding-top:111px;
		padding-left: 25px;
		}


	#content {
		background:#FFF;
		margin-left:30px;
		width: 704px;    
		padding-bottom: 30px;
		padding-right: 30px;
		height: inherit;
		}

	
#footer {
	position: absolute;
	padding-left: 230px;
	width: 534px;
	bottom: 0px;
	background:#000;
	}

.subHeader{
color: #595b54;
font-size:13px;
font-weight:bold;
}

.pageHeader{
color: #595b54;
font-size:13px;
font-weight:bold;
}

#footerimage{
bottom: 0px;
margin:0px;
padding:0px;
}

