@charset "utf-8";
/* CSS Document */
body {
	background-color: #0c5100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	color: f17c0b;
	background-color: 0c5100;
	font: bold 24px Georgia, Times, 'Times New Roman', serif; color: #f17c0b; letter-spacing: -.05em;
	 text-shadow: 1px 1px 1px #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: f17c0b;
}

.wrapper {
	width:1024px;
	margin-left: auto;
	margin-right: auto;
}

.contentbox {
	float:left;
	width:724px;
	background-color: #ffffff;
	padding: 10px;
	font-weight: normal;
}

.rightsidebar {
	float:right;
	width:275px;
	background-color: #faf8e9;
	padding: 0px;
	border-left-width: thin;
	border-left-color: #f17c0b;
	border-left-style: solid;
}

a:link, a:Active, a:visited {
	color: #f17c0b;
	text-decoration: none;
}


a:hover {
	color: #f17c0b;
	text-decoration: underline;
}

.imageframe {
        margin: 5px;
}

.image {
        margin: 5px;
}

img {
	margin: 5px;
}

.header img {
	margin: 0xx;
	}

