body
	{
    margin:0px;
	backrgound:url(images/bg.jpg) top left repeat-x;
	background-color:#e6e6e6;
    }
td, div, body, input, textarea
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
h1
	{
	font-size:18px;
	color:#dc0000;
	}
h2
	{
	font-size:14px;
	color:#dc0000;
	}
a:link, a:active, a:visited
	{
	color:#dc0000;
	}
a:hover
	{
	color:#7a0000;
	}
#wrap
	{
	width:951px;
	margin:auto;
	}
#nav
	{
	background:url(images/navbg.jpg) top left repeat-x #393939;
	height:32px;
	margin-bottom:11px;
	}
#main	
	{
	background:url(images/mainbg.jpg);
	margin-bottom:11px;
	}
#left
	{
	width:499px;
	float:left;
	background-color:#ffffff;
	}
#right
	{
	width:442px;
	float:left;
	margin-left:10px;
	}
#contact
	{
	border-top:solid 11px #e6e6e6;
	height:221px;
	background:url(images/contactbg.jpg) top left repeat-x;
	}
#inside
	{
	padding:15px;
	}
#slideshow {
    position:relative;
    height:291px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
#footer
	{
	height:31px;
	background-color:#393939;
	}
#footer a:link, #footer a:active, #footer a:visited
	{
	color:#ffffff;
	}
#footer a:hover
	{
	color:#d3d3d3;
	}
#footer #inside
	{
	text-align:right;
	padding:7px;
	font-size:10px;
	}
#contact1
	{
	width:145px;
	border-right:solid #a01111 1px;
	float:left;
	}
#contact2
	{
	float:left;	
	width:243px;
	margin-left:10px;
	}
.input
	{
	width:182px;
	height:17px;
	border:0px;
	}