#contentcontainer {
	width: 100%;
	float: left;
	position:center;
	z-index:auto;
	margin:0px;
	padding:0px;
}
#pageContainer {
	margin-top:0%;
	margin-left:5%;
	width: 700px;
	z-index:auto;
	}
#header {
	background-image:url(../imgs/top-pattern-brown.gif);
	height:12px; 
	z-index:auto;
		margin:0px;
	padding:0px;
}
#logoArea {
	background-color:#FFFFFF;
	height:162px; 
	clear: both; 
	z-index:auto;
		margin:0px;
	padding:0px;
}
#redtwopx{
	background-color:#711F22;
	height: 2px; 
	margin:0px;
	padding:0px;
	}
#spacer{
	background:#FFFFFF;
	height: 1px; 
	margin:0px;
	padding:0px;
	}	

#contentcontainer {
	width: 700px;
	float: left;
	margin-right: -200px;
	background-color:#FFFFFF;
	z-index:auto;
}
#content {
	margin-right: 200px;
	height:100%;
	background:#FFFFF;
	z-index:auto;
}
#sidebar {
	background: #F3F0e9;
	width: 200px;
	height:200px;
	float:right;
	/*position:static;*/
	z-index:auto;
}
#bottompattern {
	width:700px;
	height:63px;
	background-image:url(../imgs/bottom-pattern-brown.gif);
	clear: both; 
	z-index:auto;
}
#footer {
	width:700px;
	height:30px;
	background-image:url(../imgs/footer-red.gif);
	clear: both; 
		z-index:auto;
}
#shadowleftcorner {
	width:5px;
	height:6px;
	background-image:url(../imgs/left-corner.gif);
	background-repeat:no-repeat;
	float:left;
	z-index:auto;
}
#shadowmiddle {
	width:690px;
	height:6px;
	background-image:url(../imgs/bottom-shadow.gif);
	background-repeat: repeat-x;
	float:left;
	z-index:auto;
}
#shadowrightcorner {
	width:5px;
	height:6px;
	background-image:url(../imgs/right-corner.gif);
	background-repeat:no-repeat;
	float:right;
	z-index:auto;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}

