
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/header_bg.jpg) repeat-x;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #2A2A2A;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
	color: #082206;
}

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

ul, ol {
	color: #2A2A2A;
}

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

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

a:link, a:visited, a:active {
	text-decoration: none;
	color: #38552F;
}

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

/* Header */

#header {
	margin: 0 auto;
	width: 920px;
	height: 181px;
	margin-bottom: 10px;
}
#headerad {
	text-align: center;
	height: 90px;
	margin-bottom: 40px;
	padding-top: 5px;
}

/* Content */

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

#colOne {
	float: right;
	width: 247px;
}
#colOne h3 {
	color: #082206;
	font-size: 18px;
}

#colTwo {
	float: left;
	width: 653px;
}
#colTwo h2 {
	font-size: 18px;
}
#colTwo a:link, 
#colTwo a:visited,
#colTwo a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #A1B062 url(images/img1.gif) repeat-x 0px -120px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	line-height: 100%;
}
#bottomad {
	clear: both;
	padding: 10px;
	text-align: center;
}

/* 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;
}
.boxed .image2 {
	float: right;
	margin: 5px 0 5px 10px;
}