/* GENERAL */

body {
	position: relative;
	background: #ffffff;
	color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
	
#wrapper {
	position: relative;
	margin-bottom: 60px;
}

#navbar {
	height: 15px;
	margin: 8px 0 10px 240px;
}

#navbar li {
	float: left;}

#content {
	width: 550px;
	margin: 20px 0px 0px 241px;
}

#sidebar {
	border-right: 1px solid #666666;
	width: 180px;
	text-align: right;
	padding: 10px 20px 10px 0;
	position: absolute;
	top: 170px;
	left: 0px;}

h1 {
	background: #DAE2C9;
	height: 57px;}
	
ul {margin: 1em 0;}

#picture {
	padding: 10px 15px 15px 0;
	clear: both;}

#sidebar p {width:inherit;text-align:inherit;}


/* FLOATS */

.floatleft {float:left;}

.floatright {
	float:right;
	margin: 0 0 1em 1em;}
	
.clear {clear: both;}

/* TEXT FORMATTING */

h2 {font-size:16px;}

a, a img {
	text-decoration: none;
	color: #8C8E85;}

a:hover {
	color: #666666;
	border: none;}

em { font-style: italic;}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

.bold {	font-weight: bold;}

h1, h2 { 14px;font-weight:normal;}

h3, h4 {font-size: 12px;
	margin-bottom:1em;}

strong {font-weight: bold;
}

h5 {font-size: 10px;
	margin-bottom: 5px;}
h3 {
	font-weight: bold;
}
li {
	line-height: 1.3em;
}
