* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background: transparent url('../images/rolling_hills2.jpg') fixed no-repeat bottom;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#clear {
	clear: both;
}

#wrapper {
	width: 770px;
	margin: 190px auto 60px auto ;
	background: transparent;
}

#mainbox {
	width: 715px;
 	background: #862103 url(../images/page_mid2.jpg);
 	padding: 10px; 
 	margin-left: auto;
}

#logo {
/*	background: url(../images/logo.png) no-repeat;*/
	background: transparent url(../images/menubar.png) no-repeat scroll 50px 155px;
	width: 248px;
	height: 280px;
	float: left;
	margin-top: -160px;
	margin-left: -40px;
}

#menu {
	height: 30px;
}

#menu ul {
	list-style: inline;
}

#menu ul li {
	display: inline;
	list-style-type: none;
}

#home_label {
	width: 230px;
	text-align: center;
}

#addressbar_home {
	width: 270px;
	text-align: center;
	padding-top: 20px;
}

#addressbar_other {
	width: 545px;
	text-align: center;
	padding-top: 20px;
}

.f_right {
	float: right;
}

.f_left {
	float: left;
}

#col1, #col3 {
	width: 180px;
	margin: auto;
	float: left;
	text-align: center;
}

#col1 {
	z-index: 10;
	position: relative;
	margin-left: -200px;
	margin-top: 130px;
/*	background: url(../images/fire_bg.jpg);*/
}

#col2 {
	width: 290px;
	float: left;
}

#home_bbqdotcom {
	background: url(../images/centerbg.png) no-repeat;
	padding: 8px;
	padding-top: 55px;

}

#home_bbqdotcom p {
	width: 255px;
	text-align: justify;
	margin: 0;
}

#home_list {
	text-align: left;
}

#home_list ul {
	list-style: url(../images/orange_square.jpg);
	padding: 0 15px;
}

#footer {
	color: #222;
	position: relative;
	z-index: 100;
}

#footer-sublay {
	margin-top: -65px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	height: 65px;
	position: relative;
	z-index: 1;
}

#footer table {
	
}

#footer a {
	color: #ff0000;
}

.album {
	width: 100px;
	float: left;
	margin: 5px;
}

.album_name {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
}

.event-box {
	margin: 10px 10px 20px 10px;
}

.event-box h3 {
	margin: 0;
	border-bottom: 1px solid #cecece;
}

.event-box .event-header {
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}

.event-box .event-header .event-date{
	float: left;
	width: 80px;
	height: 15px;
	padding-left: 20px;
	margin-right: 5px;
	background: url(../images/icons/date.png) no-repeat left center;
}

.event-box .event-header .event-time{
	float: left;
	width: 80px;
	height: 15px;
	padding-left: 20px;
	margin-right: 5px;
	background: url(../images/icons/clock.png) no-repeat left center;
}

.event-box .event-header .event-repeat{
	float: left;
	width: 120px;
	height: 15px;
	padding-left: 20px;
	margin-right: 5px;
	background: url(../images/icons/arrow_rotate_anticlockwise.png) no-repeat left center;
}

.box-row {
	float: left;
	clear: both;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.hide {
	display: none;
}

.bg_fire {
	background: url(../images/fire_bg.jpg) no-repeat;
}

.rnd_border {
	padding: 5px;
	border: 1px solid #862103;
}