
body {
	margin: 0px;
	padding: 0px;
	background: #586166;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	}

h1, h2 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	}

h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }


p, ul {
	margin-bottom: 1.0em;
	line-height: 140%;
	}

a {
	color: #53A3AC;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	color: #53A3AC;
	}

.float-left  { float: left; }
.float-right { float: right; }
img { border: none; }
img.float-right { margin: 5px 0px 10px 10px; }
img.float-left { margin: 5px 10px 10px 0px; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 5px solid #FFFFFF;
	}

#header {
	width: 900px;
	height: 27px;
	margin: 0px auto;
	background-color: #53A3AC;
	}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

#menu {	float: right; }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {
	float: left;
	margin: 0px;
	}

#menu a {
	display: block;
	width: auto;
	padding: 6px 10px;
	}

#menu a:hover { 
	color: #586166;	
	text-decoration: none;
	}

#page {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	background: #FFFFFF;
	}

#header-pic {
	background: url(images/header.jpg) no-repeat left top;
	width: 900px;
	height: 252px;
	}

#content {
	float: right;
	width: 620px;
	}

.post {	margin: 0px 0px 0px 10px; }

.post .title {
	margin: 0px;
	background: #B9A043;
	padding: 7px 25px;
	font-size: 1.4em;
	}

#sidebar {
	float: left;
	width: 270px;
	border: 1px solid #CCCCCC;
	}

#sidebar-bgbtm { background: #FFFFFF; }

#sidebar-content { background: #FFFFFF; }

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
	}

#sidebar li li {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 25px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/arrow.jpg) no-repeat left 50%;
	}

#sidebar li ul {
	margin-bottom: 1.0em;
	list-style: none;
	}

#sidebar h2 {
	background: #53A3AC;
	padding: 7px 15px;
	font-size: 1.4em;
	}

#sidebar a { 
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
	}

#sidebar a:hover { 
	color: #74B51D;
	text-decoration: underline; 
	}

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0px auto 5px auto;
	color: #FFFFFF;
	}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
	}

#footer a {	color: #FFFFFF; }
