* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	min-height:100%;
}
body {
	color:#FFFFFF;
	background:url(../images/body-bg.jpg) repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
}
/*--------------Layout-------------*/

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px; /* the bottom margin is the negative value of the footer's height */
}
/*--------------Header-------------*/
#header {
	background:url(../images/header.gif) #000000 repeat-x top left;
	height:346px;
}
#h-content {
	width:994px;
	margin:0 auto;
	height:300px;
}
#h-content h2 a {
	background:url(../images/logo.jpg) no-repeat top left;
	display:block;
	float:left;
	height:216px;
	text-indent:-9999px;
	width:413px;
	margin:22px 0 0 -47px;
}
#h-content .flash {
	float:right;
}
/*--------------Navigation-------------*/
#h-tear {
	background:url(../images/torn.png) #000000 repeat-x top left;
	width:100%;
	height:2px;
}
#h-nav {
	font-family:Rockwell, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	width:994px;
	margin:0 auto;
	height:46px;
}
#polaroid-bottom {
	background:url(../images/polaroid-bottom.gif) no-repeat top left;
	width:133px;
	height:30px;
	margin:-2px 0 0 792px;
}
#h-nav ul {
	display:inline;
	float:left;
}
#h-nav li {
	background:url(../images/nav-seperator.gif) no-repeat top right;
	padding:5px 21px 0 19px;
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
}
#h-nav li a {
	text-decoration:none;
	color:#FFFFFF;
}
#h-nav li a:hover {
	text-decoration:none;
	color:#FBBD33;
}
#h-nav li a:active {
	background:url(../images/nav-hover.gif) no-repeat center top;
	padding-top:5px;
	text-decoration:none;
	color:#c87b3d;
}
#h-nav li .active-nav {
	background:url(../images/nav-hover.gif) no-repeat center top;
	padding-top:5px;
	text-decoration:none;
	color:#c87b3d;
}
/*--------------Content-------------*/
#bg {
	background:url(../images/content-bg.png) 50% 0 repeat-y;
	overflow:hidden;
}
#content {
	width: 994px;
	margin: 0 auto;
	position: relative;
}
/*#push {
height: 85px;
}*/
#left {
	float:left;
	margin-left:10px;
	padding:36px 10px 0 13px;
	width:462px;
}
#right {
	float:left;
	padding:36px 0 0 10px;
	width:462px;
}
.clear {
	clear:both;
}
#right h2 {
	background:url(../images/who-are-we.gif) no-repeat top right;
	display:block;
	height:44px;
	text-indent:-9999px;
	width:225px;
	margin: 0 0 10px 238px;
}
#content h3 {
color:#C87B3D;
text-decoration:none;
}
#content p {
	text-align:justify;
	line-height:1.45em;
}
.rockwell {
	font-family:Rockwell, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	width:994px;
	margin:0 auto;
}

/*--------------Footer-------------*/
#footer, #footer2, #footer3 {
	height: 199px;
}
#footer {
	background:url(../images/footer-1a.png) 50% 0 no-repeat;
	margin-top:-50px;
}
#footer2 {
	background:url(../images/footer-2.png) repeat-x 100% bottom;
}
#footer3 {
	background:url(../images/footer-3.png) repeat-x 400% bottom;
}
/*--------------Slideshow-------------*/
#slideshow {
    position:relative;
    height:438px;	
	background:url(../images/polaroid.png) no-repeat top left;
	margin:25px 0 0 -76px;
}

#slideshow IMG {
    position:absolute;
    top:56px;
    left:119px;
    z-index:8;
	opacity:0.0;
}

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

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

/*--------------Table-------------*/

td {
	padding:10px;
	}
	
/*#van {
	background:url(../images/vanweb1.png) no-repeat 400% bottom;
	display:block;
	width:396px;
	height:190px;
	margin:0 auto;
}
*/
