body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	background-image: url(imagine/4ward2gether_bg.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #59502F;
}
body a:link, body a:active, body a:visited {
	color: #8B2928;
}

body a:hover {
	text-decoration: none;
	color: #FF3300;
}

#page {
	background-image: url(imagine/4ward2gether_pagebg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	height: 100%;
}
#container {
	text-align: left;
	width: 750px;
	margin: 0px auto;
	padding-top: 10px;
	height: 100%;
}
#menu {
	text-align: right;
	color: #EEE;
	background-image: url(imagine/4ward2gether_logo.jpg);
	background-position: 20px;
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 15px 0px 15px;
	margin: 0px;
	z-index: 10;
}
#menu ul, #menu li {
	list-style-type: none;
	display: inline;
	z-index: 10;
	font-size: .9em;
}
#menu a:link, #menu a:visited
{
margin: 0 5px 0px 5px;
text-decoration: none;
color: #FFF;
}
#menu #active, #menu a:hover
{
border-bottom: 4px solid #FFF;
padding-bottom: 2px;
background: transparent;
}

#header {
	margin-top:5px;
	padding: 0;
	background-image: url(imagine/4ward2gether_header-light.jpg);
	background-repeat: no-repeat;
	height: 236px;
}
#content {
	background-image: url(imagine/4ward2gether_contentbg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
}
#column_left {
	float: left;
	width:440px;
}
#column_right {
	float: left;
	width: 225px;
	margin-left:30px;
	background-image: url(imagine/4ward2gether_columnrightbg-light.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	height: 300px;
	padding-top: 100px;
}
#pullquote_top {
	width:223px;
	margin: 0px;
	padding-top: 0px;
	height: 20px;
	margin-top: 30px;
}
#pullquote {
	width:223px;
	background-image: url(imagine/4ward2gether_pullquote_bott.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}
#pullquote div{
	padding: 10px;
}


/* gallery ------*/

#gallerySites li
{
	float: left;
	border: 1px solid #CC0000;
	display: inline;
	padding: 3pt;
	margin: 5pt;
	background-color: #827444;
	width: 120px;
	height: 120px;
}

#gallerySites img, #galleryWide img {
	border: 1px solid #fff;
	padding: 1px;
}

#gallerySites a:hover img, #galleryWide a:hover img {
	border: 1px solid #99FF00;
}

/* HACKS ---- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ----------- */

.smaller {font-size: smaller}
.redBold {color:#8B2928; font-weight:bold;}