
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(http://www.perioperativebleeding.org/pob/images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #4a9baf;
}

h4 {
	color: #FF0000;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	color: #4a9baf;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin-bottom: 10px;
}

.boxed .title {
	height: 20px;
	padding: 5px 0 0 20px;
	background: #4a9baf;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px 20px 10px 20px;
	background: #d4ecf2;
}

.slide-overview {
	margin-bottom: 10px;
}

.slide-overview .title {
	height: 20px;
	padding: 5px 0 0 20px;
	background: #4a9baf;
	font-size: 1.2em;
	color: #FFFFFF;
}

.slide-overview .content {
	padding: 10px 20px 10px 20px;
	background: #d4ecf2;
}

.post .title {
	padding: 5px 0 0 20px;
	font-size: x-large;
	font-weight: normal;
}

.post .story {
	padding: 20px 20px 10px 20px;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

.lecture_slides {
	margin: 8px 5px 5px 0px;
}

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

#menu {
	width: 900px;
	height: 90px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-top: 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-left: 1px;
	padding: 13px 25px 0 25px;
	background: #4a9baf;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-color: #4a9baf;
	color: #CC0000;
}

#menu .active a {
	height: 36px;
	margin-top: -4px;
	background-image: url(http://www.perioperativebleeding.org/pob/images/img04.gif);
	border: 1px solid #4a9baf;
	border-bottom: none;
	font-weight: bold;
	color: #FFFFFF;
}

#content {
	width: 900px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 700px;
}

#sidebar {
	float: left;
	width: 200px;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

