body
{
	margin: 0px;
	background-repeat: no-repeat;
	font-family: tahoma,Verdana,sans-serif;
	font-size: small;
	background-color: rgb(255, 212, 128);
}

.center_content
{
	background-color: rgb(255, 255, 255);
	float: left;
	width: 830px;
	background-image: url(images/all_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.holder
{
	margin-right: auto;
	background-repeat: repeat-y;
	margin-top: 0em;
	background-color: rgb(255, 255, 255);
	margin-left: 0em;
	width: 830px;
}

.header
{
	padding: 5px 5px 5px 22px;
	height: 36px;
}

.block_left
{
	background-repeat: no-repeat;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	height: 200px;
	width: 275px;
	background-position: right top;
	background-image: url(images/content_top_left_bg.jpg);
}

.block_right
{
	padding: 0px;
	float: right;
	color: rgb(255, 255, 255);
	font-size: 16px;
	width: 525px;
	margin-right: 15px;
	background-image: url(images/content_top_right_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

.block_right h4
{
	margin: 163px 40px;
	padding: 0px;
	float: right;
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.left_content
{
	float: left;
	margin-top: 15px;
	background-image: url(images/nav_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	margin-left: 155px;
}

.left_content .nav_btm
{
	height: 20px;
	background-image: url(images/nav_btm_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.right_content
{
	float: right;
	margin-top: 15px;
	padding-right: 5px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-image: url(images/content_right_top_bg.jpg);
	padding-left: 10px;
	width: 450px;
}

.right_content  img { 

	border: none; 
 	float: left; 
    margin: 4px; 
}

#navlist
{
	padding: 0 1px 1px 0;
	margin-left: 0;
	font: 14px Verdana, sans-serif;
	width: 180px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em .25em 01em;
	text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
	background: #f0e7d7;
	color: #000000;
}

ul#navlist li#active a
{
	/*filter:alpha(opacity=50);

  filter:alpha(opacity=60);
 for Mozilla 
  -moz-opacity:0.6;*/
	color: #800000;
}

.footer
{
	margin-bottom: 25px;
	text-align: center;
	width: 830px;
	margin-top: -20px;
	background-image: url(images/content_btm_bg.jpg);
	padding-top: 0px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.footer p
{
	padding-top: 35px;
	color: rgb(153, 51, 0);
	margin-top: 0px;
}

h2
{
	margin: 0pt;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 25px;
	color: rgb(153, 51, 0);
	font-family: Arial,Helvetica,sans-serif;
}

h2 a:link, h2 a:hover, h2 a:visited
{
	color: rgb(0, 0, 0);
	text-decoration: none;
}

h1
{
	margin: 5px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: rgb(153, 0, 0);
	font-family: Arial,Helvetica,sans-serif;
}

h1 a:link, h1 a:visited, h1 a:hover
{
	text-decoration: none;
	color: rgb(0, 51, 102);
}

h4
{
	margin: 0pt;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	background-repeat: repeat-x;
	color: rgb(153, 51, 0);
}

h3
{
	margin: 0pt 0pt 8px;
	color: rgb(153, 153, 153);
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5
{
	margin: 0pt 0pt 8px;
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr
{
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: center;
	background-color: rgb(153, 155, 153);
}

a:link, a:visited
{
	color: rgb(0, 102, 153);
	text-decoration: none;
}

a:hover { text-decoration: underline; }

label,input
{
	display: block;
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

label
{
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br { clear: left; }

.gallerycontainer
{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover { background-color: transparent; }
.thumbnail:hover img { }

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{
	/*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: -350px;
	/*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration: none;
}

ul.gallery li { list-style-type: none; }

#coroflot
{
	position: absolute;
	left: 850px;
    top: 45px;
	padding: 0px;
	clear: all;
}
