body {
	background: #977397;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
	font-size: 1.0em;
}

div#main_header {
	background: #85b386;
	height: 150px;
}

div#main_header div#image_kacy {
	float: left;
}

div#main_header div#image_logo {
	float: left;
}

div#main_header div#image_gear {
	float: right;
}

div#nav_row {
	height: 39px;
	background: url(http://positively.hostedbynetraising.com/~hbn0722/images/site/nav_row_bg.gif) repeat-x;
}

div#nav_row div#image_nav_kacy {
	float: left;
}

div#nav_row div#image_nav_gear {
	float: right;
}

div#nav_padding {
	padding: 8px 0;
	float: left;
}

div#nav_links {
	display: inline;
	text-align: left;
	padding: 20px;
}

div#nav_links a:link {
	color: #808080;
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
}

div#nav_links a:hover {
	color: #fff;
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
}

div#nav_links a:visited {
	color: #808080;
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
}

div#nav_links a:visited:hover {
	color: #fff;
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
}

div#nav_links span#nav_element {
	color: #fff;
	font-size: 70%;
	padding: 10px;
}

a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:visited:hover {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
}

div#footer {
	text-align: right;
}

div#left_content {
	width: 183px;
}

div#right_content {
	margin-left: 200px;
	margin-right: 200px;
	width: 600px;
}

div#right_content h1 {
	color: #fff;
	font-size: 140%;
	font-weight: normal;
}

div#right_content h2 {
	color: #fff;
	font-size: 120%;
	font-weight: normal;
        margin-top: 20px;
}

div#right_content p {
	color: #fff;
	font-size: 80%;
}

div#right_content ol,ul {
	color: #fff;
	font-size: 80%;
}

div#footer div#credits {
	padding: 10px 12px;
	font-size: 70%;
	color: #fff;
	text-decoration: none;
	margin-bottom: 30px;
}

div#credits a:link {
	font-weight: normal;
        text-decoration: none;
}

div#credits a:hover {
	font-weight: normal;
	text-decoration: underline;
}

div#credits a:visited {
	font-weight: normal;
        text-decoration: none;
}