@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
}

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

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

#container {
	width: 970px;
	background-image: url(containerbg.gif);
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}

#header {
	width: 970px;
	height: 172px;
	background-image: url(header.jpg);
}

#lhs {
	width: 180px;
	background-color: #e3eec6;
	float: left;
	min-height: 400px;
	background-image: url(greenbg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #c1ce9f;
	margin-bottom: 10px;
}

#middle {
	float: left;
	width: 788px;
	min-height: 400px;
	background-image: url(middlebg.jpg);
	background-repeat: no-repeat;
}

#handright {
	float: left;
	margin-left: -44px;
}
