body
{
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #ccc;
}

#redText
{
	color: #C00;
	font-weight: bold;
}

td
{
vertical-align: top;
}

hr
{
color: #f6e0d6;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	width: 976px;
	background-color: #FFF;
	background-image:  url(../images/footer-rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content
{
	padding: 20px 20px 20px 20px;
}

#content h1, h2, h3, h4, h5, strong, bold
{
color: #525284;
}

#header
{
	height: 160px;
	background-image: url(../images/title_backg.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

#logo{
	background-repeat: no-repeat;
	background-position: left;
	height: 143px;
	width: 153px;
	margin-left: 0px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/logo.png', sizing Method='scale');
	overflow: hidden;
}

#logo[class]{

	background-image: url(../images/logo.png);	

}

#banner h1
{
	margin: 0;
	padding: .5em;
}

#leftColumn
{
	float: left;
	width: 160px;
}

#nav p { margin-top: 0; }

#search
{
	color: #fff;
	background-image: url(../images/search_backg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 14px;
}

#address
{
	font-size: 90%;
	color: #999;
	margin-top: 40px;
	margin-left: 15px;
}

#welcome
{
border-bottom: 1px solid #f6e0d6;
margin-bottom: 15px;
}

#form
{
	margin: 0px;
}

#navcontainer {
width:924px;
height: 30px;
background-image:url(../images/nav-backg.gif);
margin-top: 15px;
}

#navcontainer ul
{
list-style: none;
padding: 0;
margin-bottom: 0px;
margin-left: 15px;
margin-right: 0px;
margin-top: 0px;

}

#navcontainer li {
float: left;
margin-left: 12px;
margin-right: 12px;
margin-top: 0px;
margin-bottom: 0px;

}

#navcontainer a
{
display: block;
line-height: 2em;
float: left;
list-style-type: none;
color: #fff;
text-decoration: none;
text-align: center;
}

#navcontainer a:hover
{
color: #525284;
text-decoration: none;
}

#leftContent {
float: left;
width: 600px;
padding-right: 30px;
}

#rightContent {
float: right;
width: 200px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 200px;
}

#subnav a{
	color: #C00;
	width: 200px;
	height: 50px;
	background-image:url(images/subnav_backg.png);
	
}

#subnav a:hover {
	width: 200px;
	height: 50px;
	background-image:url(images/subnav_backg_over.png)
	
}

#gallery {
	
	
}

#gallery img {
	border: 1px dashed #e86d6c;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

#footer
{
	text-align: center;
	font-size: 80%;
	color: #555;
	padding: 8px;
	clear: both;
}

#signature
{
	width: 976px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 80%;
	color: #fff;
}