body {
    background: #B5A267 url(../images/body-bg.jpg) top left repeat-x;
    color: #000;
    border-top: 10px solid #C36118;
    font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
    font-size: small;
    margin: 0;
    padding: 0 0 25px 0;
} 

html, #wrap, #header, #content-wrap,
#menu, ul#navlist, ul.subnav, #content-inner,
#intro, #intro *, #text, #sidebar,
.upcoming, .links {
	margin: 0;
	padding: 0;
}

a {
	 color: #C36118;
	 text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a img { border: none; }

/* ---------------- FRAME LAYOUT ---------------- */

#wrap {
	width: 760px;
	margin: 0 auto;
	background: white;
	font-size: 85%;
	padding-bottom: 25px;
	position: relative;
}

#header {
	padding: 20px 0 10px 72px;
	border-bottom: 10px solid #C36118;
	height: 86px;
}

#header img { display: block; }

#content-wrap {
	background: transparent url(../images/content-bg.gif) top left repeat-y;
	line-height: 1.5;
}

/* ---------------- MENU ---------------- */

#menu {
	width: 173px;
	padding-bottom: 160px; /* LEAVE ROOM FOR CREDIT */
	float: left;
	color: #B5A164;
	line-height: 1.3;
}

ul#navlist {
	list-style: none;
	text-transform: uppercase;
	margin: 20px auto 0;
	width: 130px;
}

ul#navlist li {
	border-bottom: 1px solid #CCBF96;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: bold;
}

ul#navlist a {
	color: #B5A164;
	text-decoration: none;
	width: 130px;
	display: block;
}

ul#navlist a:hover,
ul#navlist a:focus {
	color: #C36118;
}

/* SUBNAV */

ul#navlist ul.subnav {
	text-transform: none;
	list-style: disc;
	margin-left: 35px;
	padding-top: 5px;
}

ul#navlist ul.subnav li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 3px;
}

ul#navlist ul.subnav li:hover {
	color: #C36118;
}

ul#navlist ul.subnav a {
	width: 95px;
}

/* SKIP */
ul#navlist li#skip {
	border-bottom: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* HIGHLIGHT CURRENT PAGE */
#home li#nav-home,
#home li#nav-home a,
#about li#nav-about,
#about li#nav-about a,
#benefits li#nav-benefits, 
#benefits li#nav-benefits a,
#join li#nav-join,
#join li#nav-join a,
#international li#nav-international,
#international li#nav-international a,
#directory li#nav-directory,
#directory li#nav-directory a,
#board li#nav-board,
#board li#nav-board a,
#members li#nav-members, 
#members li#nav-members a,
#freelancers li#nav-freelancers, 
#freelancers li#nav-freelancers a,
#news li#nav-news,
#news li#nav-news a,
#news-sub li#nav-news-sub,
#news-sub li#nav-news-sub a,
#calendar li#nav-calendar,
#calendar li#nav-calendar a,
#resources li#nav-resources,
#resources li#nav-resources a,
#pastnews li#nav-pastnews,
#pastnews li#nav-pastnews a,
#pastmeets li#nav-pastmeets,
#pastmeets li#nav-pastmeets a,
#quill li#nav-quill,
#quill li#nav-quill a,
#contact li#nav-contact,
#contact li#nav-contact a {
	color: #C36118;
}


/* ---------------- CONTENT ---------------- */

#content-inner {
	float: left;
	width: 587px;
}

/* ---------------- INTRO ---------------- */

#intro {
	background: #B5A164;
	padding-bottom: 15px;
	line-height: 1.2;
	min-height: 92px;
}

/* Hide from IE Mac \*/
* html #intro { height: 92px; }
/* End hide from IE Mac */

#intro h1,
#intro p {
	width: 340px;
	color: white;
	font-size: 30px;
	font-weight: normal;
	padding: 7px 0 0 20px;

}

#intro p { font-size: 12px; padding-top: 6px; }


/* ---------------- TEXT ---------------- */

#text {
	padding: 0 250px 0 20px;
}

#text hr {
	background: #E1DAC0;
	color: #E1DAC0;
	height: 2px;
	border: 0;
}

/* ---------------- SIDEBAR ---------------- */

#sidebar {
	width: 174px;
	position: absolute;
	top: 126px;
	left: 565px;
}


/* ---------------- UPCOMING ---------------- */

.upcoming {
	border: 2px solid #E1DAC0;
	background: white;
	margin: 10px;
	padding: 8px;
	text-align: center;
}

.upcoming h3 {
	color: #C36118;
	font-size: 135%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.upcoming h4 {
	color: #B5A164;
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
}

.upcoming p {
	margin: 0;
	padding: 0;
	font-size: 92%;
}

.upcoming hr {
	background: #E1DAC0;
	color: #E1DAC0;
	height: 2px;
	margin: 7px 20px;
	border: 0;
}

/* ---------------- LINKS ---------------- */

.links {
	padding: 10px 20px;
}

.links h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #C36118;
	font-weight: normal;
	font-size: 180%;
}

.links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
}

.links li {
	margin-bottom: 15px;
}

.links a {
	text-decoration: none;
	color: #B5A164;
}

.links a:hover,
.links a:focus {
	color: #C36118;
}

/* ---------------- EXTRAS ---------------- */

#credit {
	position: absolute;
	bottom: 28px;
	left: 18px;
}

.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;}
/* End hide from IE Mac */