body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.thrColAbs #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
} 
.thrColAbs #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbs #mainContent {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.thrColAbs #mainContent a {
	color: #878665;
	text-decoration:underline
}
		.thrColAbs #mainContent a:hover {
	color: #694F36;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	font-style: normal;
	position: inherit;
	font-size: 16px;
	line-height: inherit;
	color: #B6AF92;
	vertical-align: inherit;
}

td {
	vertical-align: top;
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	line-height:normal;
}
.flashheader {
	position:relative;
	left:0px;
	top:0px;
	z-index: 1000;
	height: 227px;
	text-align: center;
	background-position: 50% 0;
	background-repeat: repeat-y;
}
.header {
	margin:0px;
	padding:0px;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
}
.baner {margin:0px; padding:0px; background-image:url(images/baner.jpg); background-repeat:no-repeat;}
.invite {
	margin:0px;
	padding:0px;
	background-image:url(images/invited.jpg);
	background-repeat:no-repeat;
}
.tab_color {
	background-color:#20201d;
	background-repeat: no-repeat;
	background-position: 50% 0;
}


.menu         { font-family: Verdana, serif; font-size: 12px; color: #878665; text-decoration:none;}
.menu:link    { font-family: Verdana, serif; font-size: 12px; color: #878665; text-decoration:none;}
.menu:hover   { font-family: Verdana, serif; font-size: 12px; color: #e6e3a1; text-decoration:underline;}
.menu:active  { font-family: Verdana, serif; font-size: 12px; color: #878665; text-decoration:none;}


.s { line-height:5px;}
.pictures {
	float:none;
}
.phone {margin-top:100px; margin-left:30px; font-weight:bold; color:#0c0809;}
.copyright {color:#5a5a4c; font-size:10px;}
.content {
	background-position: 50% 0 0 0;
	width: 900px;
	text-align: center;
	padding: 10px;
}
 .content  a {
	color: #878665;
	text-decoration:underline
}
		.content  a:hover {
	color: #694F36;
	text-decoration:none;
}
.content2 {
	background-position: 50% 0 0 0;
	width: 919px;
	text-align: center;
}
.content3 {
	background-position: 50% 0 0 0;
	width: 919px;
	text-align: center;
	padding-left: 10px;
}
.content4 {
	background-position: 50% 0 0 0;
	width: 919px;
	text-align: center;
	padding-right: 10px;
}
.menu_bottom {margin-top:15px; margin-bottom:30px;}

table.tables {
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #24211A;
}
table.tables th {
	padding: 8px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px #EEE3D7 solid;
	color: #46352B;
	font-size: 13px;
	text-align: left;
}
table.tables td {
	padding: 6px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px #363227 solid;
	line-height: normal;
}

.tab_color div table tr td {
	text-align: center;

}
.tab_color table tr td em {
	text-align: center;
}
td {

}
.servtime {
	font-size: 28px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	background-color: #000;
	padding: 10px;
	text-transform: none;
	font-variant: small-caps;
}
