@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/global/background_fade.jpg);
	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;
	xposition: absolute;
}

img {
	border: 0;
}

img a {
	border: 0;
}

a{
	 color: #ba040a;
}

.twoColFixLtHdr #container { 
	width: 950px; 
	background: #000;
	margin: 0 auto; 
	border: 6px solid #000000;
	text-align: left; 
	xposition: absolute;
	position: relative;
} 

.twoColFixLtHdr #bkgdImage {
	 background-image: url(images/home/background_home_photo.jpg); 
	 background-repeat: no-repeat;
}

.twoColFixLtHdr #bkgdAbout{
	 background-image: url(images/aboutus/background_aboutus.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}

.twoColFixLtHdr #bkgdBeer{
	 background-image: url(images/beer/background_beer.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}

.twoColFixLtHdr #bkgdFood{
	 background-image: url(images/food/background_food.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}


.twoColFixLtHdr #bkgdCalendar{
	 background-image: url(images/calendar/background_calendar.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}

.twoColFixLtHdr #bkgdFriends{
	 background-image: url(images/friends/background_friends.jpg); 
	 background-repeat: no-repeat;
}


.twoColFixLtHdr #bkgdJoinUs{
	 background-image: url(images/joinus/background_join_us.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}

.twoColFixLtHdr #bkgdBlog{
	 background-image: url(images/blog/background_blog.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}

.twoColFixLtHdr #bkgdParties{
	 background-image: url(images/parties/background_parties.jpg); 
	 background-repeat: no-repeat;
	 color: #f3dec1;
}


.twoColFixLtHdr #header { 
	background: #000; 
	margin: 0;
	padding: 0px;  /* 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. */
	height: 80px;
	width: 950px;
}


.twoColFixLtHdr #topRed {
	width: 950px; 
	text-align:right;
}

#logo {
	width: 220px; 
	position: absolute; 
	top: 10px; 
	left: 10px;}

.twoColFixLtHdr #navigation {
	margin: 10px 0 0 250px;
	padding: 5px 0 0 0;
}

.twoColFixLtHdr #navigation #about { padding: 0 4px 0 0 0; }
.twoColFixLtHdr #navigation #beer { padding: 0 3px 0 0 0; }
.twoColFixLtHdr #navigation #food { padding: 0 3px 0 0 0; }
.twoColFixLtHdr #navigation #parties { padding: 0 3px 0 0 0; }
.twoColFixLtHdr #navigation #calendar { padding: 0 8px 0 0 0; }
.twoColFixLtHdr #navigation #friends { padding: 5px 5px 0 0 0; }
.twoColFixLtHdr #navigation #blog { padding: 0 5px 0 0 0; }
.twoColFixLtHdr #navigation #joinus { padding: 0; }

 

.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	xwidth: 280px; /* 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 */
	width: 295px; /* 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 */
	xpadding: 15px 10px 15px 20px;
	padding: 15px 10px 15px 25px;
	margin: 90px 0 50px 0;
	color: #f3dec1;
	position: relative;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	padding: 15px 10px 15px 20px;
	margin: 90px 0 50px 0;
	color: #f3dec1;
}

.twoColFixLtHdr #sidebar1 img {
	border: #000 4px solid;
}

.twoColFixLtHdr #mainContent { 
	margin: 8px 0 100px 350px; /* 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: 0px 20px 0 20px; 
	font-size: 13px;
	line-height: 21px;
	
} 

.twoColFixLtHdr #bkgdFriends #mainContent td a{ 
	color: #f3dec1;
	line-height: 1.5em;
}

.twoColFixLtHdr #bkgdFriends #mainContent td{ 
	color: #f3dec1;
	line-height: 1.5em;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
	color: #f3dec1;
	font-size: 12px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	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 */
}
.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;
}
.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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}