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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
.clear {
	clear: both;
	}
#container {
	width: 780px;
	margin: auto;
	background: #ffffcc url(../images/sidebar.png) left top repeat-y;
	}
	#header {
		background: #fff url(../images/header.jpg) left bottom no-repeat;
		padding-bottom: 141px;
		}
	#menu {
		float: left;
		width: 175px;
		padding: 10px;
		background-color: #cccc99;
		}
		#menu li {
			margin-bottom: 5px;
			}
	#content {
		float: right;
		width: 540px;
		padding: 20px;
		}
		#content h1 {
			font-size: 16px;
			color: #235F45;
			font-weight: bold;
			margin-bottom: 10px;
			}
		#content p {
			margin-bottom: 10px;
			}
		#content ul {
			list-style: square;
			margin-left: 15px;
			}
		#content li {
			margin-bottom: 10px;
			}
		#content a {
			color: #235F45;
			}
		#content strong {
			font-weight: bold;
			}
	#footer {
		clear: both;
		padding: 10px;
		background-color: #235f45;
		}