body {
	margin: 0;
	padding: 0;
	background: #3e7522 url(images/img1.gif) repeat-y center;  
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D515C;
}

img {
	border: none;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	text-align:center;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #8F3844;
}

h2, h3 {
	color: #ffffff;
	background:#3e7522;
}

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

ul, ol {
	color: #3e7522;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:active {
	text-decoration: none;
	color: #3e7522;
}

a:visited, a:hover {
	text-decoration: underline;
	color: #3D515C;
}

/* Header */

#header {
	height: 250px;
	width:880px;
	margin:auto;
	background: url(images/header.jpg) no-repeat center;
}

#header * {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#header h1 {
	color:#CCCCCC;
	padding: 100px 10px 10px 500px;
	font-size: 48px;
}

#header h2 {
	letter-spacing: normal;
	font-size: 12px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 240px;
}

#colTwo {
	float: left;
	width: 440px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #3e7522 url(images/img1.gif) repeat-y center;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 0;
}

.boxed .content {
	padding: 20px;
	background: url(images/img3.gif) repeat-x;
}

.boxed .image {
	float: left;
	margin: 5px 20px 0 0;
}