@CHARSET "ISO-8859-1";

#DIV_siteWrapper, html
{
	background-image:url("../images/BackgroundWood.jpg"); /* Provided by  http://subtlepatterns.com */
}

#DIV_siteWidthWrapper
{
	width:800px;
	max-width: 800px;
	min-width: 800px;
}

#DIV_headerBar
{
	/*background:rgb(72,47,145); Ripped from facebook photo */
	background:rgb(61,117,187);
	text-align:center;
	color:white;
	width:100%;
	text-align:center
}

#IMG_headerImage
{
	display:inline-block;
}

#DIV_content
{
	background:rgba(255,255,255,0.8);
}

#DIV_content>div
{
	padding:20px;
}


h2
{
	margin-top:10px;
	margin-bottom:10px;
}

p
{
	padding-left: 10px;
}

hr
{
	margin-top:10px;
	margin-bottom:10px;
}

#DIV_imageBanner
{
	width:100%;
	text-align:center;
	
	background:rgb(235,235,235);
}
#DIV_imageBanner *
{
	dispay:inline-block
}
#IMG_bannerImage
{
	width:100%;
	min-width:800px;
	max-height:500px;
}

#DIV_footer
{
	background:rgba(255,255,255,0.8);
	padding:10px;
	text-align:right;
}