body {
	background:#2F4A29;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/*#outer {
	background: url('bg-top.png') no-repeat 50% 0;
}*/

#wrapper {
    background: #B1D9A5 url('rclog.png') repeat-y right;
   /* border-left: solid 2px green;
    border-right: solid 2px green;*/
    width: 850px;
    margin: 0 auto;
}

#header {
	background: url('cbanner.png') no-repeat;
	height: 120px;
}

#header h1 {
	color: white;
	font-size: 2.5em;
	font-family: arial, sans-serif;
	font-style: italic;
	text-indent: 1em;
	margin-top: 35px;
	float:left;
}

#content {
    float: left;
    width: 615px;
	margin: 10px 0 25px 10px;
}

#content h1 {
	text-align: center;
	font-family:"Arial", sans-serif;
}

#content h2 {
	border-bottom: 1px solid #999;
	font-family:"Arial", sans-serif;
}

#sidebar {
    float: right;
	width: 195px;
	font-size: 12px;
    padding-right: 5px;
    border: 0;
}

#sidebar p {
	margin-left: 1em;
}

#sidebar h2 {
	font-size: 15px;
	font-family: "Arial", sans-serif;
	margin-bottom: 10px;
}

#sidebar ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style: none;
	text-indent: -1.5em;
}

#sidebar li {
	margin: 5px;
}

a {
	text-decoration: none;
	color: #0a0;
}

a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;	
	font-size: small;
	border-top: 1px dashed #999;
	margin: 40px 0px 0px 0px;
	padding: 10px;
    clear: both;
    background: #C59A6A;
}
.left {
    float: left;
    display: block;
    border: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}
.right {
    float: right;
    display: block;
    border: 0;
    margin-left: 5px;
}    
.left260 {
    float: left;
    display: block;
    border: 0;
    padding: 5px;
    width: 270px;
}

