body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; // Set so that 1.4em = 14px
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	background: #fff url('/images/uploads/content/background.jpg') repeat-y center top;
}

/* Global Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

a, a:hover, a:visited {
	color: blue;
	cursor: cursor;
}

/* Layout area for the page */
#header_wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 294px;
	background: url('/images/uploads/content/header_slide.png') repeat-x left top;
}

#header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 960px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 1.4em;
	color: #9a9a9a;
	background: url('/images/uploads/content/header.jpeg') no-repeat;
}
#header img {
	margin: 0;
	padding: 0;
}

/* Navigation */
#nav {
	margin: 0;
	padding: 223px 0 0 0;
}
#nav ul, #subnav ul {
	list-style: none;
}
#nav li, #subnav li {
	margin: 0;
	padding: 0 3px;
	display: inline;
	text-transform: uppercase;
}
#nav a {
	margin: 0;
	padding: 0;
	color: #9a9a9a;
	font-weight: bold;
	text-decoration: none;
}

#nav a.current {
	color: #fff;
}

/* Subnav */
#subnav {
	margin: 0 auto;
	text-align: center;
}
#subnav ul {
	margin: 0;
	padding: 8px 0 0 0;
}
#subnav a {
	color: #fff;
	text-decoration: none;
}
#subnav li {
	padding: 10px 30px;
	background-color: #6d9540;
}
#subnav li.first {
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px;/* Safari, Chrome */
	border-bottom-left-radius: 10px; /* CSS3 */
}
#subnav li.last {
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-webkit-border-bottom-right-radius: 10px;/* Safari, Chrome */
	border-bottom-right-radius: 10px; /* CSS3 */
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 983px;
	font-size: 1.4em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

#content {
	margin: 0;
	padding-top: 14px;
	padding-left: 14px;
	text-align: left;
	line-height: 1.6em;
}

#main {
	padding-left: 20px;
	padding-right: 20px;
	width:  660px;
	float: left;
}

#sidebar {
	padding-left: 7px;
	width: 260px;
	float: left;
	border-left: 2px solid #ccc;
}

