body {
background: #dbe7eb;
margin: 10px 0 15px 0;
padding: 0;
text-align: center;
}

#wrapper {
width: 750px;
margin: 0px auto;
text-align: left;
padding: 15px;
border: 2px solid #79a5b8;
background: #ffe;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

/* HEADER */
#header img {
border: 0;
}
.fb-link {
	margin: 12px 5px 0 0;
	float: left;
	display:block;
	vertical-align:text-middle;
	text-decoration: none;
	font-size: 18px;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}
.fb-image {
	margin: 5px 0 0 0;
	float: left;
	display:block;
}

/* NAV */
#nav {
margin: 8px 0 30px 0;
}
	#nav a.link {
	font-size: 16px;
	padding: 3px;
	border: 1px dotted #00f;
	background: #eee;
	text-decoration: none;
	color: #333;
	margin-right: 10px;
	}
		#nav a.link:hover, .current {
		background: #79a5b8;
		border: 1px solid #00f;
		color: #fff;
		}

/* CONTENT */
#content {
	margin: 0 10px;
}
	#board h2, #board h3 {
		width: 400px;
	}
	#board .boardMember {
		margin-bottom: 30px;
	}
	#board img {
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#events {
		width: 325px;
		float: right;
	}
	#events a, #announcements a {
		text-decoration: none;
	}
	#announcements {
		width: 325px;
		float: left;
		border-right: 3px solid #79a5b8;
		padding-right: 40px;
	}
		.contentBox {
			border: 1px dashed #cfcfcf;
			background: #eee;
			padding: 10px 0;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			margin: 10px 0;
		}
			.contentBox p, .contentBox h3, .contentBox span {
				margin-left: 15px;
			}
			.contentBox span {
				color: #555;
				font-style: italic;
				font-size: 16px;
			}
			.photoBox {
				padding: 20px 0;
				margin: 20px 25px;
			}
			.photoBox p {
				color: #333;
			}
			.photoBox img {
				margin-right: 20px;
			}
			.photoBox div {
				width: 400px;
			}
			.photoBox .top {
				margin-top: 15px;
			}
			.photoBox .bottom {
				margin-bottom: 15px;
			}
			.eventBox {
				width: 350px;
			}
			span.date {
				font-family: Georgia, "Times New Roman", serif;
				font-weight: bold;
				font-size: 20px;
				color: #000;
				margin-right: 15px;
			}

hr {
border: none;
color: #79a5b8;
background: #79a5b8;
height: 3px;
margin: 20px 0;
}

/* TEXT */
body {
font-size: 17px;
line-height: 1.1;
color: #222;
}
.textBox p {
margin: 10px;
}
.textBox ul {
	list-style-type: circle;
	margin-left: 50px;
	font-size: 14px;
	font-family: Trebuchet, Arial, sans-serif;
}
h1, h2, h3 {
font-family: Georgia, "Times New Roman", serif;
color: #000;
}
h3 {
	color: #333;
}
h2 a, h3 a{
	color: #333;
	text-decoration: none;
}
h2 a:hover, h3 a:hover{
	color: #555;
	text-decoration: underline;
}
h2 {
font-size: 20px;
}
.jaycees {
color: #19008F;
font-weight: bold;
}
.details {
	font-size: 80%;
	font-style: italic;
	color: #555;
}

/* FORMS */
label {
display: block;
}

/* UTILITIES */
.clear {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
.center {
text-align: center;
}


/* MESSAGES */
.message {
	border:1px solid;
	margin:0 10px 15px 0;
	}

.message p{
	padding:20px 20px 20px 52px;
	}


.success-msg{
	background:#E6EFC2 url(../img/flexy_admin/highlight_line.gif) repeat-x scroll 0 0;
	border-color:#C6D881;
	}

.success-msg p{
	background:transparent url(../img/flexy_admin/24_tick.png) no-repeat scroll 15px 16px;
	}

.warning-msg{
	background:#FFF6BF url(../img/flexy_admin/highlight_line.gif) repeat-x scroll 0 0;
	border-color:#FDD845;
	}

.warning-msg p{
	background:transparent url(../img/flexy_admin/24_alert.png) no-repeat scroll 15px 17px;
	}

.error-msg, #authMessage{
	background:#FBE3E4 url(../img/flexy_admin/highlight_line.gif) repeat-x scroll 0 0;
	border-color:#FBC7C9;
	}

.error-msg p, #authMessage{
	background:transparent url(../img/flexy_admin/24_x_false.png) no-repeat scroll 15px 17px;
	}

.tip-msg{
	background:#A8B2C5 url(../img/flexy_admin/highlight_line.gif) repeat-x scroll 0 0;
	border-color:#8497BF;
	}

.tip-msg p{
	background:transparent url(../img/flexy_admin/24_information.png) no-repeat scroll 15px 17px;
	}