body {
	background: #002055;
	color: white;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: small;
}

body, html, #wrap, #wrap-int, #content-wrap, #sidebar, #menu, #navlist, #content, #footer {
	margin: 0;
	padding: 0;
}

#wrap {
	width: 760px;
	margin: 0 auto;
	background: white url(/images/wrap-bg.jpg) top left repeat-y;
	font-size: 85%;
}

#wrap-int {
	width: 760px;
	background: transparent url(/images/footer-bg2.jpg) bottom left no-repeat;
	padding-bottom: 40px;
}

/* ------- TEXT ------- */

a {
	color: #002e7a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	color: #002e7a;
	font-weight: normal;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}


/* ------- CONTENT ------- */

#content-wrap {
	width: 557px;
	float: right;
	display: inline;
	margin-right: 16px;
	background: transparent;
	color: #333;
}

#rotary { margin: 30px 0 0 14px; }
#district { 
	margin: -5px 0 15px 20px; 
	color: #002E7A;
}

#content {
	width: 518px;
	background: transparent url(/images/flag.jpg) top left no-repeat;
	padding: 1px 20px 30px 20px;
	min-height: 520px;
	line-height: 1.5;
	font-size: 105%;
}

/* Hide from IE Mac \*/
* html #content { height: 520px; }
/* End hide from IE Mac */

/* ------- MENU ------- */

#menu {
	width: 100%;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	line-height: 2.0;
	padding: 1px 0;
}

ul#navlist {
	list-style: none;
	color: #00237a;
	margin-left: 18px;
	text-transform: uppercase;
}

ul#navlist li {
	display: inline;
}

ul#navlist a {
	border: 1px solid white;
	color: #00237a;
	text-decoration: none;
	padding: 1px 2px;
}

ul#navlist a:hover,
#home li#nav-home a,
#about li#nav-about a,
#club li#nav-club a,
#officers li#nav-officers a,
#meetings li#nav-meetings a,
#projects li#nav-projects a,
#newsletter li#nav-newsletter a {
	background: #FFD258;
	border: 1px solid #c7c7c7;
}
	

/* ------- SIDEBAR ------- */

#sidebar {
	width: 155px;
	float: left;
	display: inline;
	margin-left: 30px;
	background: #e8e8e8;
	color: #002055;
}

#sidebar-content {
	width: 135px;
	padding: 10px 10px 10px 10px;
}

#sidebar h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 105%;
	font-weight: bold;
}

#sidebar h3 + * {
	margin-top: 0;
}

#sidebar-content ul,
#sidebar-content ol {
	margin: 0 0 10px 18px;
	padding: 0;
	list-style-position: outside;
}

#sidebar-content li {
	margin-bottom: 5px;
}
	
/* ------- FOOTER ------- */

#footer {
	font-size: 90%;
	width: 558px;
	text-align: center;
	clear: both;
	margin-left: 155px;
}

#footer li {
	list-style: none;
	display: inline;
	color: #00237a;
}

#footer ul a {
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #666;
}


#footer p a {
	color: #666;
	text-decoration: none;
}


/* ------- EXTRAS ------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
.float-left { float: left; margin: 0 10px 10px 0; }
.float-right { float: right; margin: 0 10px 10px 0; }


/* End hide from IE Mac */

/* IE5/Mac */

/*\*//*/
#footer { display: none; }
/**/

