
body {
	color: rgb(81, 69, 63);
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background: #eef2ed url('../images/layout/bg.gif') repeat-x;
	padding: 0em;
	margin: 0em;
}
a img{ 
    border:0; 
}
.clearFloats {
	clear: both;
}
#content {
	width: 677px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contentBackground {
	float: left;
	width: 677px;
	background: url(../images/layout/contentbg.jpg) repeat-y;
}
#title {
    background: url('../images/layout/logoheader.jpg') no-repeat;
    height: 8em;
}

/* TITLE MENU */
#menu {
  margin-top: -.1em;
}
div#menu ul {
	padding:0em 0em 0em 0em; 
	margin:0em 0em 0em 0em; 
	list-style-type:none;
	display:inline;
}
div#menu ul li {
	float:left; 
	padding:0em 0em 0em 0em; 
	margin:0em 0em 0em 0em; 
	list-style-type:none;
	color: #FFFFFF;
	display:inline;
}
#menuWho a {
	display: block;
	height: 32px;
	width: 123px;
	background: url('../images/menu/who.gif') no-repeat;
	text-decoration: none;
}
#menuWhat a {
	display: block;
	height: 32px;
	width: 113px;
	background: url('../images/menu/what.gif') no-repeat;
	text-decoration: none;
}
#menuCalendar a {
	display: block;
	height: 32px;
	width: 149px;
	background: url('../images/menu/calendar.gif') no-repeat;
	text-decoration: none;
}
#menuResources a {
	display: block;
	height: 32px;
	width: 103px;
	background: url('../images/menu/resources.gif') no-repeat;
	text-decoration: none;
}
#menuContact a {
	display: block;
	height: 32px;
	width: 104px;
	background: url('../images/menu/contact.gif') no-repeat;
	text-decoration: none;
}
#menuHome a {
	display: block;
	height: 32px;
	width: 85px;
	background: url('../images/menu/home.gif') no-repeat;
	text-decoration: none;
}

/* Body Content */
div#promoImage {
    margin-left: 1em;
}
#bodyContent {

}

/* FOOTER */
#footer {
  padding-left: .05em;
}
#footerBar {
	margin-left: 1.5em;
	background-image: url(../images/horline.gif);
	width: 646px;
	height: 5px;
}
#footerContent {
	float: left;
	width: 676px;
	height: 100px;
	margin-top: 0em;
	font-size: x-small;
	background: url('../images/layout/contentbg.gif');
}
#signature {
	padding: 0.5em;
	margin-left: 1.25em;
}
