body {
	background: #ffffff url(../img/background.jpg) repeat-x top left;
	text-align: center; /* needed to center fixed-width layout */
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

p {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 50px auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	border: 2px solid #006600;
	background: #fff;
}

#header {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #006600;
	background: #fff;
}

/* NAVIGATION */

#navcontainer {
	margin: -14px 0px 0px 0px;
	border-bottom: 2px solid #006600;
	overflow: hidden;
	height: 38px;
}

* html #navcontainer {
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #006600;
	overflow: hidden;
	height: 25px;
}

*:first-child+html #navcontainer {
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #006600;
	overflow: hidden;
	height: 24px;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #ffcc35;
	color: #fff;
	float: left;
	width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a:link {
	padding: 0.2em 1em;
	background-color: #ffcc35;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #006600;
	outline: none;
}

#navcontainer ul li a:visited {
	padding: 0.2em 1em;
	background-color: #ffcc35;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #006600;
	outline: none;
}

#navcontainer ul li a:hover {
	background-color: #006600;
	color: #fff;
	outline: none;
	font-weight: bold;
}

#navcontainer ul li a:active {
	background-color: #006600;
	color: #fff;
	outline: none;
	font-weight: bold;
}

#navcontainer a#current {
	background-color: #006600;
	color: #fff;
	outline: none;
	font-weight: bold;
}

#content {
	width: 100%;
	overflow: hidden;
	border: 0px solid #808000;
	background: #ffffff;
}

#inner-content {
	margin: 15px;
}

#content-left {
	float: left;
	overflow: hidden;
	border: 0px solid red;
	width: 38%;
}

#content-right {
	float: right;
	overflow: hidden;
	border: 0px solid red;
	width: 60%;
}

#content-right img {
	border: none;
	margin: 10px;
	float: right;
}

#footer {
	width: 100%;
	height: 50px;
	overflow: hidden;
	border: 0px solid #808000;
	background: #006600;
	text-align: center;
}

#footer p {
	color: #ffffff;
	padding: 5px;
	font-size: 12px;
}

* html #footer p {
	color: #ffffff;
	padding-top: 20px;
	font-size: 12px;
}

*:first-child+html #footer p {
	color: #ffffff;
	padding-top: 20px;
	font-size: 12px;
}

/* LINK STYLES */

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	background: #FFCC35;
	color: #006600;
	outline: none;
}

#inner-content a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

#inner-content a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

#inner-content a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
}

#inner-content a:active {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}