body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

p, table tr td {
	font-size: 12px;
}

#header {
	background-image: url(siteimages/header.jpg);
	width: 959px;
	height: 112px;
}

#container {
	background-image: url(siteimages/bg.jpg);
	width: 959px;
	border-right: 1px solid #8dbb7a;
	border-bottom: 1px solid #8dbb7a;
	min-height: 400px;
}

#leftside {
	width: 232px;
	float: left;
	background-image: url(siteimages/leftbg.jpg);
}

#leftside, #leftside a {
	color: #474747;
	text-decoration: none;
}

#leftside #links {
	padding: 15px;
}

#searchbox {
	width: 232px;
	height: 52px;
	background-color: #dfffce;
	background-image: url(siteimages/searchbg.jpg);
	background-repeat: no-repeat;
}

#searchinput {
	width: 130px;
	font-size: 12px;
	padding: 3px;
	margin-left: 15px;
	margin-top: 7px;
}

#content {
	float: left;
	width: 695px;
	background-image: url(siteimages/contentgradient.jpg);
	background-repeat: repeat-x;
	min-height: 200px;
	padding: 8px 15px 10px 15px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #658555;
}

#next {
	float: right;
}

#previous {
	float: left;
}

.clear {
	clear: both;
}
