*html, body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	height:100%;
	background-color:transparent;
	
	} 

/* Divs */


#container {
	margin: auto;
	font: 9pt verdana, arial;
	width:810px;
	text-align:left;
			}

#header {
	text-align:center;
	height: 200px;
	color:transparent;
	}

#contentwrapper,#contentwrapper_happy{
	float: left;
	width: 100%;
}



#home_contentcolumn{
	margin-right: 335px; /*Set right margin to RightColumnWidth*/
	width:475px;
	height:630px;
	background: transparent url("../images/home_image_left.jpg") no-repeat scroll top;
	
}

#home_rightcolumn{
	float: left;
	width: 335px; /*Width of right column in pixels*/
	margin-left: -335px; /*Set left margin to -(RightColumnWidth) */
	height:630px;
	background: transparent url("../images/home_image_right.png") no-repeat scroll top;
	position:relative;

}

#site_top {
	width:800px;
	height:225px;
	background: transparent;
}

#site_contentcolumn{
	border-top-width:1px;
	border-top-color:#999999;
	border-top-style:solid;
	margin-right: 335px; /*Set right margin to RightColumnWidth*/
	width:475px;
	height:420px;
	background: #000000 url("../images/site_image_left.jpg") no-repeat scroll top;	
}

#site_rightcolumn{
	float: left;
	width: 335px; /*Width of right column in pixels*/
	margin-left: -335px; /*Set left margin to -(RightColumnWidth) */
	height:420px;
	background: transparent url("../images/site_image_right.png") no-repeat scroll top;
	color:#080808;
	font-weight:600;
	}
	
#site_rightcolumn_happy{
	float: left;
	width: 335px; /*Width of right column in pixels*/
	margin-left: -335px; /*Set left margin to -(RightColumnWidth) */
	height:420px;
	background: transparent url("../images/site_image_right.png") no-repeat scroll top;
	color:#080808;
	font-weight:600;
	}
.innertube_happy{
	margin: 9px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 20px;
	text-align:center;
}


.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
}


#footer {
	margin: 0;
	padding:0px 5px 0 5px;
	height: 25px;
	clear: left;
	background: #000000 url("../images/footer_bg.gif") repeat-x scroll top;
	width:790px;
}

/* html tags */

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#ffffff;
	padding:0;
	margin:0;
	letter-spacing: 3px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	padding:0;
	margin:0;
	letter-spacing: 3px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	padding:4px;
	margin:0;
}

h4{
	padding:4px;
	margin:0;
	}
	
p{
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

@innertube p{
font-size:12px;
}

a:link,a:visited  {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

#contact_divider{
	text-align:center;
	background: transparent url("../images/contact_divider.png") no-repeat scroll center;
	height:1px;
	margin:20px 0 20px 20px;
	
}

/* CALENDAR */

.cal_today {
	font-weight: bolder;
	font-size:25px;
	}	
td.cal_linked-day { 
	font-weight: bolder;
	font-size:25px;
	color:#781916;
	}	
	
.calendar-month{
	color:#333333;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#calendar a:link  , #calendar a:visited  {
	color: #781916;
	text-decoration: none;
	font-weight: bolder;

	}
 #calendar a:hover {
	color: #999999;
	font-weight: bolder;

	}
	
#calendar {
	margin: 30px 0 15px;
	text-align: center;
	}
	
#calendar table {
	margin: 0 auto;
	}

#calendar caption {
	font-weight: bold;
	}

	
#calendar td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	padding:3px;
	}
	
/* Events */
.events_table {
text-align:left;
}

.event_date_featured{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#161616;
	text-transform:uppercase;
	font-weight:700;
	text-align:left;
	}

.event_blurb_featured{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	text-align:left;
	}
	
.table_spacer td{
	margin-right:10px;
}
.event_image_featured{
display:block;
border:0px;
}

.event_title_featured, .event_title_featured a:link,.event_title_featured a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#781916;
	text-transform:uppercase;
	font-weight:500;
	text-align:left;
	line-height:20px;
	
	}
	
.event_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:700;
	text-align:left;
	}
	
.event_title, .event_title a:link,.event_title a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#781916;
	text-transform:uppercase;
	font-weight:500;
	text-align:left;

	}

.event_blurb{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
	text-align:left;
	padding-left:10px;
	}

	.event_image{
	border-width:1px;
	border-color:#ffffff;
	border-style:solid;
	margin:10px;
	}
.event_date_title {
	padding-top:10px;
	text-align:left;


}

/* Happy Hour Tags*/

#happy_hour{
width:445px;
height:202px;
overflow:auto;
margin-top:8px;
}

#happy_right_top{
background-image:url("../images/happy_right_top_bg.jpg") no-repeat;
width:305px;
height:213px;

}

#happy_right_bottom{
background-image:url("../images/happy_right_bottom_bg.jpg") no-repeat;
width:305px;
height:142px;
margin:8px 0 0 0;
}

.happy_divider {
text-align:center;
height:12px;
margin:0;
padding:0;
}

.happy_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:500;
letter-spacing:1.5px;
color:#333;
font-size:18px;
line-height:18px;
padding:10px 0 0 0;
margin:0;
height:28px;

}

.happy_text{
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
font-size:14px;
font-weight:500;
line-height:19px;
letter-spacing:1px;
padding: 0 18px 6px 18px;
}

.happy_text_drink{
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
font-size:15px;
font-weight:500;
line-height:19px;
letter-spacing:1px;
padding: 0 18px 6px 18px;
}


.happy_hours_text{
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
font-size:16px;
line-height:15px;
text-align:left;
padding:0px 0px 6px 26px;
}

.happy_hours_title{
font-size:15px;
font-weight:500;
color:#9c9074;
line-height:16px;
}
.happy_hours_date{
font-size:12px;
font-weight:700;
color:#333;
}
.happy_hours_time{
font-size:12px;
color:#666;
}

/* Homepage Tags*/
#featured{
background-image:url("../images/featured_events_tag.jpg") no-repeat;
height:120px;
width:155px;
position:absolute;
top:0;
right:9px;
z-index:10;

}

/* Form Tags */
textarea {
	color: #333333 ;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font: normal 9pt  verdana, arial, san-serif;
}
input, select, button,lable {
	color: #333333 ;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font: normal 9pt  verdana, arial,san-serif;
}


/* footer links */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#fcf1c1;
	text-decoration:none;
}	

.footer a, .footer a:visited{
	color:#fcf1c1;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#fcf1c1;
	text-decoration:underline;
}

#resident_images{
padding:20px 0 0 20px;
color:#000;
}

