﻿body {
	background: #6f6d70 url(../images/sce/winter/waverleywestbkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

#container {
	width: 900px;
	margin-left: 20px;
	}

#header {
	width: 900px;
	height: 150px;
	clear: both;
	}

#remax {
	background: url(../images/sce/balloon.gif);
	background-repeat: no-repeat;
	width: 96px;
	height: 125px;
	position: absolute;
	left: 690px;
	top: 10px;
	}

#wrapperleft {
	width: 600px;
	float: left;
	margin-right: 20px;
	}

#content_top {
	background: url(../images/sce/content_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 600px;
	height: 30px;
	}

#content {
	width: 560px;
	background-color: #ffffff;
	padding: 10px 20px;
	line-height: 1.7em;
	}

#footer {
	font-size: .8em;
	color: #999999;
	background: url(../images/sce/content_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 580px;
	height: 30px;
	padding: 0px 10px;
	text-align: center;
	}

#wrapperright {
	width: 200px;
	float: left;
	}

#sidebar_top {
	background: url(../images/sce/sidebar_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	}

#sidebar {
	background-color: #ffffff;
	width: 190px;
	padding: 5px;
	}

#sidebar_bottom {
	background: url(../images/sce/sidebar_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	}
	
ul {
	margin: 0px 0px 5px 3px;
	padding: 0px;
	color: #464646;
	list-style-type: circle;
	}

#sidebar ul {
	margin: 0px 0px 10px 15px;
	}
		

ul li {
	list-style-position: inside;
	}

#sidebar ul li {
	list-style-position: outside;
	margin-bottom: 3px;
	font-size: .9em;
	}

a:link, a:active, a:visited {
	color: #006633;
	text-decoration: none;
	}

a:hover {
	color: #006699;
	}

h1 {
	font-size: 1.7em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #003333;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.2em;
	}

#sidebar h1 {
	font-size: 1.3em;
	color: #003333;
	margin-top: 0px;
	background-color: #efefef;
	padding: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#sidebar h3 {
	font-size: 1.1em;
	color: #003333;
	margin-top: 0px;
	}


