body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66665E;
	background: #dedede url(images/bkg_bar.jpg) repeat-x left top;	
}

h1, h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #4B8749;
}

h1 { font-size: 44px; }

h2 { font-size: 22px; }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}

a { color: #4B8749; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

#wrapper {
}

/* Gap */

#gap-wrapper {
}

#gap {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background: url(images/center_bar.jpg) no-repeat left top;
	text-align: center;
	padding: 3px 0px 0px 0px;
}

#gap span {
	
	color: #FFFFFF;
	font-weight: bold;
}

#gap a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
	background:url("images/sidebar_bkg.gif") repeat-y scroll left top transparent;	
}

/** LOGO */

#logo {
	width: 870px;
	height: 300px;
	margin: 0 auto;
	padding-left: 30px;
	background: url(images/main.jpg) no-repeat left top;
}

#logo img {
	margin: 0px;
	padding: 20px 0px 0px 0px;	
}

/* Content */

#content {
	float: left;
	width: 570px;
}

/* Section */

.section {
	margin-bottom: 25px;
}

.section .title {
	height: 30px;
	color: #42423E;
}

.section .text {
	padding: 10px 0px 0px 0px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
	font-size: 16px;
}

#sidebar p {
	line-height: 200%;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}