* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px 10px;
	background-color: #decfcb;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

td {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 11px;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #e1d9a7;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 6px 0px 15px;
	text-align: justify;
	line-height: 14px;
}

.comment {
  border-bottom: 1px solid #a64a26;
  padding: 10px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	margin: 0px auto;
	padding: 2px 0px;
	width: 777px;
	background-color: #fcfcfc;
	color: inherit;
	text-align: left;
}

/* Navigational Menu */

#nav_menu {
	margin: 0px 2px;
	width: 773px;
	background-color: #5c3424;
	color: #fff;
	border-bottom: #fff 2px solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav_menu ul {
	margin-left: 590px;
	width: 630px;
	height: 27px;
	overflow: hidden;
}

#nav_menu li {
	padding: 5px 11px 3px 10px;
	float: left;
}


#nav_menu a {
	text-decoration: none;
}



/* Content Body */

#content_body {
	margin: 0px 2px;
	padding: 17px 12px 15px 15px;
	background-color: #dddacc;
	border-bottom: #fff 2px solid;
	color: #000000;
	text-align: left;
}

#content_body a {
	background-color: inherit;
	color: #000000;
}

#content_body a:hover {
	background-color: #dddacc;
	color: #a64a26;
}

#content_body .content_header {
	padding: 3px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 348px;
	background-color: #a64a26;
	color: #fff;	
}

#content_body .content_header h1 {
	padding: 3px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#content_body .content_box {
	padding: 10px 15px 20px 6px;
	clear: both;
	float: none;
}

.content_box h2 {
    font-size: 11px;
}


/* Left Column */

#left_column {
	margin-left: 5px;
	width: 365px;
	float: left;
}

/* Right Column */

#right_column {
	width: 353px;
	float: right;
}

#right_column .content_header h1 {
	width: 348px;
	background-color: #a64a26;
	color: #fff;
}

/* Page Footer */

#page_footer {
	margin: 0px 2px;
	padding: 7px 0px;
	width: 773px;
	background-color: #5c3424;
	color: inherit;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
