body {
	background-image:url('../images/bg-body.jpg');
	background-repeat:repeat-x;
	background-color:#b7b7bb;
	padding:0;
	margin:0;
}
#wrap {
	width:890px;
	min-height:600px;
	margin:0 auto;
	padding:0 89px 0 115px;
	background-image:url('../images/bg-wrap.jpg');
	background-repeat:no-repeat;
}
#header {
	position:relative;
	height:177px;
	width:890px;
}
#menu {
	height:36px;
	width:875px;
	padding-left:13px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	display:inline;
	float:left;
	list-style-type:none;
	height:36px;
	margin-right:1px;
}

#content-main {
	position:relative;
	width:607px;
	clear:both;
	float:left;
}
.title-tag {
	position:absolute;
	left:-20px;
	top:10px;
}
.subnav {
	position:absolute;
	left:180px;
	top:40px;
}
.subnav li {
	display:inline;
	float:left;
	list-style-type:none;
	height:28px;
}
.content-wrapper {
	margin-top:120px;
	padding:0 10px 20px 30px;
}
#content-upper {
	background-image:url('../images/bg-middle-2.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}
#sidebar {
	width:279px;
	float:left;
}
.sb-top {
	background-image:url('../images/title-news-and-events.gif');
	background-repeat:no-repeat;
	background-position:10px 20px;
	padding:90px 10px 20px 10px;
}
.view-all {
	margin-left:15px;
}
.sb-bot {
	border-top:2px dotted #dcdcdc;
	margin:0 7px 0 0;
	padding: 20px 0 15px 8px;
}
.news li {
	list-style:url('../images/arrow.gif');
	margin-bottom:10px;
}
#content-lower {
	width:880px;
	height:198px;
	padding:90px 0 0 10px;
	clear:both;
	background-image:url('../images/bg-content-lower.jpg');
	background-repeat:no-repeat;
}
.cl-left {
	width:293px;
	padding:0 20px 0 20px;
	float:left;
}
.cl-mid {
	width:224px;
	padding:0 20px 0 20px;
	float:left;
}
.cl-right {
	width:243px;
	padding:0 20px 0 20px;
	float:left;
}

/* images */

.content-wrapper img {
	float:right;
	padding:0 0 10px 10px;
}

#logo {
	height:100px;
	width:390px;
	position:absolute;
	top:35px;
	left:35px;

}


/*typography */

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#717070;
}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
#wrap {
	text-align:left;
}
.content-wrapper {
	font-size:13px;
}
#sidebar {
	font-size:11px;
	line-height:1.25em;
}
#content-lower {
	font-size:11px;
}
.more a {
	color:#a5b54c;
}
.news-title {
	color:#333;
}
.news-title a {
	color:#41A7CA;
	text-decoration:none;
}
