@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	background-color: #826d5c;
	background-image: url(../images/bg2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4c381b;
	}

/* Layout */

#wrapper {
	margin: 0;
	padding: 0;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
}
#headerb {
	margin: 0;
	padding: 0;
	border: double 18px #826d5c;
	background-color: #fff;
	background-image: url(../images/starburst.jpg);
	background-position: -18px -18px;
	background-repeat: no-repeat;
}
#header {
	margin: 0;
	padding: 0;
	background-color: #transparent;
	background-image: url(../images/sthdrtr.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 212px;
}
#title {
	padding-top: 70px;
	margin-left: 180px;
	width: 260px;
	}
#menu {
	background-color: transparent;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	height: 23px;
	margin-left: 1px;
	font-weight: bold;
	color: #fff;
	}
#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 19px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #666;
}
#menu li {
	display: inline;
	padding: 3px 5px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #666;
}
#menu a {
	text-decoration: none;
	text-align: center;
	}
#menu a, a:visited {
	color: #fff;
} 	
#menu a:hover {
	color: #4c381b;
	}
.current {
	color: #826d5c;
	}

.phone {
	display: inline;
	float: right;
	margin-top: -16px;
	/*margin-right: 65px;*/
	font-size: 120%;
	vertical-align: bottom;
	}			

#content {
	background-color: #fff;
	padding: 0 20px 20px 20px;
	border: solid 2px /*#4c381b*/ #826d5c;
}


#content a, a:visited {
	text-decoration: inderline;
	color: #435428;
} 	
#content a:hover {
	color: #778051;
	}

#footer {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80%;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	background-color:#FFF;
	color: #826d5c;
	}	
	
/* End Layout */

.imgb {
	border: double 10px #826d5c;
}

h1, h2, h3, h4 {
	color: #826d5c;
}

h1 {
	font-size: 200%;
}

#header h2 {
	font-size: 180%;
	margin-bottom: 0;
}

p:first-letter {
	font-weight: bold;
	font-size: 120%;
	color: #826d5c;
	margin-left: 30px;
	}
.floatlft {
	float: left;
	margin-right: 15px;
	}
.floatrt {
	float: right;
	margin-left: 15px;
	}
.clearb {
	clear: both;
}	
	
	
	
#trailer {
	position:relative; 
	padding: 0 20px 0 0;
	margin-top: 20px;
	margin-left: 40px;
	width:650px; 
	height: 320px; 
	}



#thumbs1 {width:120px; float:left;}
#thumbs1 a {display:block; float:left; margin:0 5px 5px 0 ; width:50px; height:38px; border:1px solid #000;}
#thumbs1 a img {width:50px; height:38px; border:0;}
#thumbs1 a:hover {border-color:#ddd;}
#thumbs1 a:hover img {position:absolute; width:auto; height:auto; left:150px; top:0; border:1px solid #333;}
	
	