* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #666;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 800px;
height: 249px;
background: #000 no-repeat;
background-position: top right;
}

#wrapper {
width: 800px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
letter-spacing: 2px;
}

h2 {
width: 639px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
letter-spacing: 10px;
}

h3 {
font-size: 12pt;
}


#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 249px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
	width: 132px;
	background-color: #ccc;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}
#sidebar a img{
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}
a img {
border: 1px solid #fff;}

#sidebar a:hover img {
border-color: #f00;
}

img {
border: none;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 625px;
margin: 10px 0 0 10px;
}

#contentfront {
float: left;
width: 450px;
margin: 10px 0 0 10px;
}

#frontpic {
width: 150px;
height: 349px;
float: right;
position: relative;
top: 10px;
left: -10px;
}

#frontpic2 {
width: 150px;
float: right;
position: relative;
top: 10px;
left: -10px;
}

p {
margin-top: 0px;
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#gallery {width: 625px;}
#gallerymeet {width: 625px;}

#gallery a img {margin: 0 0 5px 5px;}

#gallerymeet a img {margin: 0 0 5px 5px;
			width: 100px;}
			
#nxtmeet {
width: 119px;
border: 2px solid;
background: yellow;
text-align: center;	
padding: 0px 3px 0px 3px;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
}

table.NewsArch {
border: 2px solid;
border-color: #006633;
margin-bottom: 20px;
}

table.NewsArch tr th {
border: 1px solid;
padding: 3px;
border-color: #006633;
background-color: #CCCCCC;
}

table.NewsArch tr td {
margin: 0px;
border: 1px solid;
padding: 3px;
border-color: #006633;
}

#contentfront #showflyer {
	border-width: 2px;
	border-style: solid;
	border-bottom-color: black;
}

#showflyer h3 {
	font-size: 14px;
	text-decoration:underline;
	text-align: center; 
	margin-bottom: 5px;
}

#showflyer h4 {
	font-size: 16px;
	text-align: center; 
	text-decoration: underline;
	margin-bottom: 5px;
}
#showflyer h5 {
	text-decoration: underline;
	font-size: 14px;
}

.venue {
	font-size: 18px;
	text-align: center;
}

#showflyer p, #showflyer p:first-line {
	font-weight: normal;
}

#showflyer #flyertitle {
	width: 100%;
	background-color: yellow;
	border-bottom: 1px solid black;
}

#showflyer #flyercopy {
	padding: 10px;
	background-color: #FFFFCC;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsEntry {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #aaaaaa;
	margin: 0px 0px 10px 0px;
}

.newsDate {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.newsTitle {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.newsText {
	margin: 0px 0px 10px 0px;
}

.newsText p:first-line {
	font-weight: normal;
}

.admin_section {
	width: 50%;
	float: left;
	margin: 0px 0px 20px 0px;
}

.section_title {
	width: 100%;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

.admin_add, .admin_manage {
	width: 25%;
	float: left;
	text-align: center;
}

.admin_add img, .admin_manage img {
	clear: both;
}