/* CSS Document */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin:				0px;
	background-color: 	#58533F;
	text-align:			center;
	font:				12px Verdana, Arial, Sans-Serif;
}

a {
	color:				#000000;
	text-decoration: 	none;
	font:				bold 12px Verdana, Arial, Sans-Serif;
}
a:hover {
	text-decoration: 	underline;
}

/* SITE SECTIONS */
#area_site {
	margin:			0px auto;
	width:			725px;
}

#header_bottom {
	clear:		both;
	height:		29px;
	background: url('/images/sites/header_seperator.gif') top left repeat-x;
}

#content {
	background: url('/images/sites/background_content.gif') top left repeat-y;
}

#content_area {
	margin:			0px;
	width:			448px;
	height:			500px;
	background: 	url('/images/sites/new_background_35.gif') bottom right no-repeat;
	padding: 		4px 0px 10px 20px;
	text-align:		left;
	vertical-align:	top;
}

#content_right {
	width:			180px; 
	background: 	url('/images/sites/new_background_29.gif') bottom right no-repeat;
	vertical-align:	top;
	text-align:		center;
}

#content_right_frame {
	width:			25px; 
	vertical-align:	top;
}

#column_left {
	width:			229px;
	margin-right: 	200px;
}

#column_right {
	float:			right;
	width:  		180px;
}

#content_bottom {
	clear:		both;
	height:		12px;
	background: url('/images/sites/frame_bottom.gif') top left repeat-x;
}

#footer {
	color:		#FFFFFF;
	font:		normal 8pt Verdana, sans-serif;
}

.image_float_left {
	display:	block;
	float:		left;
	margin: 	0px;
	border: 	0px;
	padding: 	0px;
}

.image_float_right {
	display:	block;
	float:		right;
	margin: 	0px;
	border: 	0px;
	padding: 	0px;
}

.image_patch_right {
	display:		block;
	margin: 		20px auto;
	border: 		0px;
	padding: 		0px;
}



.image_float_top {
	display:	block;
	float:		right;
	margin: 	0px;
	border: 	0px;
	padding: 	0px 52px 0px 0px;
}

.image_header {
	display:	block;
	margin: 	10px 0px;
	border: 	0px;
	padding: 	0px;
}

/* IMAGE GALLERY CSS */
.content_gallery_image {
	width:		400px;
	border:		1px solid #000000;
}

.content_gallery_thumbnail {
	width:		100px;
	border:		1px solid #000000;
}

.content_gallery_link {
	text-align:	center;
}

.content_gallery {
	width: 		432px;
	text-align:	center;
}

.dedication {
	width:			150px;
	margin-left: 	50px;
	border: 		0px;
	padding: 		0px;
	font:		 	bold 10pt Verdana, sans-serif;
	text-align:  	center;
}

.event_topic {
	line-height: 14px;
	font:		 bold 14px Verdana, sans-serif;
	text-align:  center;
}

.event_link {
	line-height: 12px;
	font:		 normal 12px Verdana, sans-serif;
}

.small_link {
	line-height: 12px;
	font:		 normal 12px Verdana, sans-serif;
}

/* MEMBERS PAGE CSS ------------------------------------ */
.member_cell {
	float: 			left;
	margin: 		4px 2px;
	width: 			120px;
	text-align:		center;
	font-weight:	bold;
}

.member_image {
	display: 	block;
	margin:		0px auto;
	padding:	0px;
	border: 	0px;
}

.clear {
	clear: both;
	height:1px;
	line-height:1px;
}

/* MAILING LIST CSS -------------------------------------- */
#mailingForm {
	font: 				normal 10px Arial, Helvetica, sans-serif;
}	

#mailingForm .button {
	background-color: 	#58533F;
	border: 			1px solid #333333;
	font: 				normal 10px Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
}

#mailingForm .input {
	border: 			1px solid #333333;
	font: 				normal 10px Arial, Helvetica, sans-serif;
}


