*, html { margin: 0; padding: 0; }

body {
	background: #a4c554 url(images/background-int.png) repeat-x;
	font-family: Arial, Tahoma, Verdana, Georgia, 'Times New Roman';
	font-size: 62.5%;
	text-align: center;
}

#container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(images/header-int.png) no-repeat;
	width: 100%;
	height: 213px;
	text-align: center;
}
	#header ul { list-style: none; width: 405px; margin: 0 auto; padding: .9em 0 0 0; }
	#header ul li { float: left; margin: 0 1em 0 0; height: 32px; }
	#header ul li a { font-size: 13pt; font-weight: bold; color: #fff; text-decoration: none; padding: .3em .3em 0 .3em; display: block; }
	#header ul li:hover { background: #b9d483; }

#content {
	background: url(images/content-int.png) no-repeat;
	width: 100%;
	position: relative;
}
	#sidebar { float: left; width: 270px; margin: 0 0 0 3em; }
		#sidebar h2 { color: #fff; font-size: 15pt; border-bottom: 1px dotted #449130; margin: 0 0 .5em 0; padding: 0 0 .1em 0; }
		#sidebar ul { margin: 0 0 1em 0; list-style: none; }
		#sidebar ul li { border-bottom: 1px dotted #fff; margin: 0 0 .3em 0; }
			#sidebar ul li:hover { background: #254913; }
			#sidebar ul li:hover a { color: #fff; }
		#sidebar ul li a { color: #254913; font-size: 11pt; font-weight: bold; text-decoration: none; padding: 0 0 .2em 0; display: block; }
		#tags { margin: 0 0 1em 0; }
			#tags a { color: #254913; }
	#text-content { float: left; width: 600px; margin: 2em 0 0 3.5em; }
		#text-content h1 { font-size: 20pt; color: #fff; }
		#text-content h2 { font-size: 17pt; color: #fff; }
		#text-content h3 { font-size: 15pt; color: #fff; margin: .5em 0 0 0; }
		#text-content p { font-size: 10pt; line-height: 16pt; color: #fff; margin: .5em 2em .5em 0; }
		#text-content ul { margin: 1em 0 0 1em; list-style: none; }
		#text-content ul li { margin: 0 0 .3em 0; }
		#text-content ul li a { font-size: 12pt; color: #254913; text-decoration: none; border-bottom: 1px dotted #fff; }
		#text-content ul li a:hover { border-bottom: 0; }

#footer-box { clear: both; width: 100%; background: url(images/footerbg.png) repeat-x; border-bottom: 5px solid #6aa235; height: 112px; margin: 1em 0 0 0; }
	#footer {
		background: url(images/footer-int.png) no-repeat;
		width: 955px;
		height: 112px;
		margin: 0 auto 0 auto;
		padding: 3em 0 0 0;
	}
	#footer p { font-size: 9pt; color: #fff; font-weight: bold; padding: 0 0 .5em 2.6em; text-align: left; }
	#footer p#copyright { float: right; padding: .6em 1.5em 0 0; color: #dbf8d7; }