@charset "utf-8";
body {
	color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1100px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FAFCCD;
	border-left: groove 5px gold;
	border-right: groove 5px gold;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}

.header {
	border-radius: 20px 20px 0px 0px;
	border-top: groove 5px gold;
	border-bottom: groove 2px gold;
	background: #adb96e;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}

.sidebar1 {
	float: left;
	width: 155px;
	padding-bottom: 10px;
	background-color: #FAFCCD;
}

.content {
	width: 940px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FAFCCD;
}

.footer {
	border-radius: 0 0 20px 20px;
	background-color: #666666;
	border-bottom: groove 5px gold;
	border-top: groove 2px gold;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}

a img{
	border: none;
}
