body {
	margin: 0px;
	background: url(../images/bgr.png) repeat;
}
#container {
	width: 900px;
	border: 1px none #BB9982;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
	top: 30px;
	background-image: url(../images/bgr.png);
	margin-top: 10px;
	margin-bottom: 10px;
		}

		#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #E0D1C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #7C5A43;
	background-image: url(../images/banner2.gif);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #AB8165;
		}

		#content {
	padding: 10px;
	background-color: #AB8165;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 500px;
	list-style-type: square;
	overflow: auto;
	width: auto;
	border: 1px solid #3D2C21;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
			}

		#sidebar-a {
	float: left;
	background-color: #624735;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 11px;
	height: 500px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	border: 1px solid #624735;
	width: auto;
	padding: 10px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
			}
	
		#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #E0D1C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C5A43;
	border: 1px solid #624735;
			}
.imgLeft {
padding: 10px;
float:left;
}

.imgRight {
padding: 10px;
float:right;
}

a:link { color:#FFFFFF; text-decoration:none}
a:visited { color:#FFFFFF; text-decoration:none}
a:hover { color:#FFFFFF; text-decoration:underline}
a:active { color:#E0D1C7; text-decoration:underline}

