﻿body
{
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	height: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
}

#mainWrapper
{
	background-color: #CDC5A7;
	border: solid 1px #3A3B3B;
	margin: auto;
	text-align: center;
	width: 800px;
}

#innerWrapper
{
	text-align: left;
}

#banner
{
	background: url(images/banner.jpg);
	height: 249px;
	width: 800px;
}

#content
{
	min-height: 250px;
	height: 100%;
}

#leftBox
{
	background-color: #ACA58D;
	float: left;
	height: 350px;
	margin-left: 14px;
	width: 371px;
}

#l1
{
	float: left; 
	padding-left: 12px;
	padding-top: 25px;
	width: 220px;
}

#navLeft
{
	background-color: #3F5E47;	
	height: 37px;
	padding: 8px 0;
	width: 220px;
}

#navLeft a, #navLeft a:visited
{
	color: #DCD3B3;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
}

#revCommSig
{
	color: #315039;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	text-align: right;
	width: 200px;
}

#commPhoto
{
	height: 135px;
	margin-left: 240px;
	margin-right: 12px;
	margin-top: 25px;
	width: 113px;
}

#commText
{
	clear: both;
	color: #315039;
	margin: 15px 10px;
}

#rightBox
{
	background-color: #ACA58D;
	height: 350px;
	margin-left: 418px;
	width: 371px;
}

#r1
{
	height: 137px;
	margin-left: 145px;
	padding-top: 25px;
}

#navRight
{
	background-color: #3F5E47;	
	height: 37px;
	padding: 8px 0;
	width: 220px;
}

#navRight a, #navRight a:visited
{
	color: #DCD3B3;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
}

#judgeSig
{
	color: #315039;
	float: left;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
}

#judgePhoto
{
	float: left;
	height: 133px;
	margin-top: 25px;
	margin-left: 12px;
	width: 113px;
}

#judgeText
{
	color: #315039;
	margin: 15px 10px;	
}

#footer
{
	color: #315039;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#irWrapper
{
	background: url(images/bottomImg.jpg);
	clear: both;
	height: 210px;
	width: 800px;
}

#searchButtonRight
{
	float: right;
	margin-right: 80px;
	margin-top: 4px;
	padding: 7px;
	text-align: center;
}

#searchButtonRight a, #searchButtonRight a:visited
{
	background-color: #3F5E47;
	color: #DCD3B3;
	font-size: 125%;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}

#searchButtonLeft
{
	float: left;
	margin-left: 80px;
	margin-top: 4px;
	padding: 7px;
	text-align: center;
}

#searchButtonLeft a, #searchButtonLeft a:visited
{
	background-color: #3F5E47;
	color: #DCD3B3;
	font-size: 125%;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}

.greenBG
{
	background-color: #3F5E47;
	height: 37px;
	padding-top: 13px;
}
