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

body {
	background-color: #CCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin dotted #CCC;
	background-color: #FFF;
}
#header {
	margin-bottom: 12px;
	height: 174px;
	background-image: url(images/pic1.jpg);
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	height: 800px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #000;
	text-align: center;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#banner {
	background-color: #FFF;
	background-image: url(images/banner.jpg);
	height: 96px;
	padding-bottom: 12px;
}
#nav {
	height: 25px;
	background-color: #eee;
}
#leftcolumn {
	float: left;
	width: 365px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightcolumn {
	float: right;
	width: 365px;
	background-image: url(images/olive.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}

