.siteWrapper
{
	display: block;
	width: 1000px;
	text-align: left;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	background-color: #fef7b1;
}

.topWrapper 
{
	height: 160px;
	width: 875px;
	float: left;
	margin-left: 62.5px;	
	text-align: center;
	background-image: url(../Images/Header.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.middleWrapper
{
	width: 1000px;
	float: left;
	text-align: left;
	background-image: url(../Images/RocksChiliWaterMarkBg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	/*border: solid 1px Blue;*/
}

.middleContentWrapper
{
	width: 935px;
	float: left;
	/*margin-left: 62.5px;*/
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	/*border: solid 1px Red;*/
}

.leftContentWrapper
{
	width: 220px;
	float: left;
	margin-top: 15px;
	text-align: left;
	/*border: solid 1px Blue;*/
}

.content
{
	width: 490px;
	min-height: 400px;
	float: right;
	/*padding-left: 209px;*/
	margin-top: 15px;
	text-align: left;
	/*border: solid 1px Pink;*/
}

.rightContentWrapper
{
	width: 175px;
	height: 311px;
	float: right;
	margin-top: 15px;
	/*border: solid 1px Orange;*/
}

.sheriffBlaylockLogo
{
	width: 175px;
	height: 59px;
	float: left;
	/*margin-left: 25px;*/
	/*border: solid 1px Purple;*/
}

.headerPicture
{
	height: 125px;
	width: 200px;
	float: right;
	border: solid 1px #18450b;
	margin-top: 15px;
	margin-right: 10px;
}

.headerTitle
{
	height: 25px;
	width: 590px;
	float: left;
	margin-top: 130px;
	text-align: right;
	color: #2c2511;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.menuWrapper
{
	width: 175px;
	height: 244px;
	margin-top: 5px;
	/*float: right;	
	margin-right: 14px;*/
	/*border: solid 1px White;*/
}
.pageTitle
{
	width: 500px;
	height: 20px;
	float: left;
	text-align: left;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

.bottomWrapper
{
	width: 875px;
	height: 79px;
	float: left;
	margin-left: 52.5px;
	/*background-image: url(../Images/BigWaterMark.gif);
	background-position: 705px 0px;
	background-repeat: no-repeat;
	overflow: hidden;*/
}

.copyright
{
	height: 14px;
	width: 500px;
	float: left;
	margin-top: 62px;
	margin-left: 64px;
	text-align: left;	
	color: #000000;	
	font-size: 8pt;
	font-variant: small-caps;
	text-transform: capitalize;
	background-repeat: no-repeat;
	overflow: hidden;
	/*border: solid 1px Black;*/
}