

body	{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #d1c1b2;
	}

.logo_caption
	{text-align: center;
	font-size: 0.65em;
	margin-top: 0px;
	color: silver;}

div#navigation
	{display:block;
	float:left;
	width: 250px;
	text-align: right;}
#navigation a
	{display: block;}
#navigation a:link
	{text-decoration:none;
	font-weight: bold;
	color: white;}
#navigation a:visited
	{color: #dbdbdb;
	text-decoration: none;
	font: 1.0em bold;
	font-family: Arial}
#navigation a:hover
	{text-decoration:none;
	color: #000000;
	background-color:#BFE4FF;}

.content_block
	{width: 84%;}

td.content
	{vertical-align: top;}

.content_cell
	{
	display: block;
	background-color: #FFFFFF;
	}

div#beer_quote
	{display: block;
	float:left;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	width: 202px;
	height:157px;
	background-image: url(graphics/scbc_chalkboard.gif);
	background-repeat: no-repeat;
	}
.quote_text
	{
	font-style: italic;
	font-family: "Arial", "Serif";
	font-size: 10px;
	color: white;
	margin-top:5px;
	margin-bottom: 0px;
	margin-right:15px;
	margin-left:15px;
	}
.quote_author
	{text-align: right;
	color: white;
	margin-top: 5px;
	margin-right:15px;
	margin-left:15px;
	}

div#footer
	{
	display:block;
	text-align: center;
	clear:both;
	}
a:link
	{text-decoration:none;}
a:visited
	{color:#0000ff;}


div#header
	{
	display:block;
	background-image: url(graphics/scbc_header_background.jpg);
	background-repeat:repeat-x;	
	height:168px;
	clear:left;
	clear:right;
	 }

div#main_content
	{
	display:block;
	float:left;
	width:65%;
	margin-left: 1%;
	margin-top: 4px;
	margin-top: 4px;
	background-color: #ba9f81;
	}

table#main_table
	{width: 100%;}

.main_content_heading
	{display: block;
	color: #000000;
	/* background-color:#80C9FF; */
	background-image: url(graphics/beersweat_seamless.jpg);
	padding: 0.15em 0.15em 0.15em 0.15em;
	border: solid 1px #000000;
	}

.meeting_item
	{text-decoration: underline;
	}

div#next_meeting
	{display:block;
	width: 129px;
	height: 127px;
	position: absolute;
	top: 5%;
	right: 1%;
	padding: 0.15em 0.15em 0.15em 0.15em;
	background-image: url('graphics/scbc_post_it_small.gif');
	background-repeat: no-repeat;
	}

ul.beer_links
	{	}
li.beer_links
	{	}

img.header_graphic
	{
	position:absolute;
	display: block;
	margin-top: -120px;
	left: 0px;
	}

img.scbc_logo
	{
	position:absolute;
	display: block;
	top: 20px;
	right: 10px;
	}
	

div.photo
	{float:left;
	/*height:130px;
	width:130px;*/
	text-align:center;
	margin:5px 3px;
	background-image: url(graphics/beersweat.jpg);
	border: 1px solid black}
	
div.photo img 
	{border:none; 
	margin: 5px 5px 5px 5px;}

.photo_group
	{
	display: block;
	clear:both;
	}

#make_a_note {
	width: 15%;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	background-color:#ad856b;
	padding: 3px;
	}
#make_a_note ul {
	}
#make_a_note li {
	margin-bottom: 3px;
	}
#make_a_note h4 {
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid black;
	text-align: left;
	}
#make_a_note .good_contrast {
	color: #000000;
	}