@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-image: url();
	background-color: #FFF;
	color: #000;
	
}

#wrap {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 165px;
	background-image: url(../img/BlueBlack.jpg);
	background-color: #000;
	
}

#logo {
	width: 315px;
	height: 165px;
	background-image: url(../img/FBLAPBLLogo.png);
	float: left;
	
}

#social {
	width: 160px;
	height: 64px;
	float: right;
}

#navigation {
	clear: both;
	width: 100%;
	height: 32px;
	background: #000;
	color: #000;
	font-weight: bold;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	line-height: 32px;	
	white-space: nowrap;
}

#navigation li.left {
	width: 0%;
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #AFA593;
}

#navigation li.item {
	width: 16.55%;
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #AFA593;
}

#navigation a {
	 display: block;
	 text-decoration: none;
	 background-color: #000;
	 color: #FFF;
}

#navigation a:hover {
	background-color: #06C;
	color: #000;
}

#slideshow {
	width: 100%;
	height: 160px;
	position: relative;
	background: #000;
}

#slideshow img {
	display: block; 
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 1;
	background: #000;
}

.photo {
	float: center; 
	margin: 6px;
	padding: 8px;
	border: 1px solid #000000;
}

#border {
	width: 100%;
	height: 24px;
	background-image: url();
	background-repeat: repeat-x;
}

#blank {
	width: 100%;
	height: 20px;
	clear: both;
}

#copyright {
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: #000000;
	color: #FFFFFF;
}

#main {
	width: 100%;
	text-align: center;
			
}

.third {
	width: 31%;
	height: 100%;
	padding: 15px;
	Float: left;
	text-align: center;
}

.twothird {
	width: 65%;
	height: 100%;
	padding: px;
	Float: left;
	text-align: center;
	
}

.full {
	width: 100%;
	height: 100%;
	text-align: center;
	
}

.title {Nextmeeting
	padding-top: 15px;
	background-color: ;
	color: #000;
	text-align: center;
}

.subtitle {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.link1 {
	color: #06C;
	font-weight: bold;
}

.link1 a{
	color: #06C;
	all links on website;
}

.link1 a:hover{
	text-decoration: none;
}


.link2 {
	color: #06C;
	font-weight: bold;
}

.link2 a{
	color: #06C;
	twitter link;
}

.link2 a:hover{
	text-decoration: none;
}

a {
	color: #0F0;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}


#calendar {
	list-style-type: none;	
}

