@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/yellow_clve_vert_tile_opac.jpg) repeat;
	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: #003300;
}
#container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/menu-178.jpg);
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #006600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat;
} 
#header {
	padding: 0 5px 0 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: thin solid #006600;
	background:url(../images/menu_img_0.jpg);
	height:200px;
	width: 955px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	/* 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: url(../images/green_clvr_horiz_tile.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	border:thin solid #006600;
	width: 210px;
	margin-right: 5px;
	margin-bottom: 1px;
	
}
#mainContent {
	margin: 0 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 3px 20px;
	background-image:url(../images/menu-178.jpg);
	border: 2px solid #006600;
	background-repeat: repeat;
} 

#mainContent p,h {
	padding:0 5px;
	float: none;
	z-index: -1;
	
	}
	
	
#happening{
	font-size:85%;
	width:280px;
	margin: 10px 0 0 0;
	z-index: 5;
	clear: left;
}
#footer {
	padding: 5px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/green_clvr_horiz_tile.jpg) repeat;
	margin-top:1px;
	border-top: #990000 solid thick;
	width: 945px;
} 
#footer p,h {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFCC33;
}

#aboutText{
	width:500px;
	padding:2px 2px;
	margin: 0px 0px 0px 0;
	float: right;
}
/* divs for date */
#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:14px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:0.2em;
	font-weight:bolder;
	border:#993300 thin solid;
	margin-left: 215px;
	margin-bottom: 5px;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/*END DATE FORMATS */ 

#EvgTxt{
	width:180px;
	float: right;
	clear: right;
	text-align: center;
	font-family: "Script MT Bold", "French Script MT";
	font-size: 120%;
	font-weight: bolder;
	color: #003300;
	border: solid thin #003300;
	background-image: url(../images/menu-178.jpg);
 
}
#EvgTxt a:hover{
	border:thin dashed #FFCC00;
}

#sndwch_choce{
	width:290px;
	float:right;
	clear:right;
	margin-right: 45px;
}
#flt_box_rt{
	margin:0 auto;
	float:right;
	width:700px;
	clear:none;
}
#welcome{
margin-left:180px;
}

#party{
	background-color:#FF9933;
	color:#993300;
	width:500px;
	border: medium dashed #993300;
	margin-left: 300px;
}
#sldshw{
	margin:0 0 0 325px;
}



.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. */

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear_all{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.clear_left{
	clear:left;
}

.clear_ritght{
	clear:right;
}

.img_border{
	border:groove thin #003300;
	}

.imgMarginLeft
{
	margin-left: 10px;
}
.ul{
margin-left:275px;
font-weight:bold;
}
.img_Marg_Rite
{
	margin-right: 5px;
}
.ul_marg_left{
	margin:0 0 0 300px;
}
.img_zindex
{
	z-index: 500;
	width: 375px;
	height: 461px;
	margin: -525px 2px 0 20px;
}

.TxtDecrnNONE
{
	text-decoration: none;
}

.CenterTxt
{
	text-align: center;
}

