* {
	padding: 0px;
	margin: 0px;
}

html > body {
	font-size: 14px;
}

* html body {
	font-size: 0.875em;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FF4C00 url('/images/white.gif') repeat-y top center;
	background-color: #FF4C00;
	font-family: 'Georgia', 'Times New Roman', serif;
	line-height: 1.25em;
}



#outermost_container {
/*	background-color: white;*/
}

#inner_container {
	position: relative;
}

#top_bar {
	background: url('/images/colorbar.gif') repeat-x top left;
	padding-top: 20px;
}

#header {
	height: 126px;
	background: url('/images/header.gif') no-repeat top left;
}

#nav_bar {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 15em;
/*	background-color: #FFFFFF;*/
/*	float: right;*/
/*	padding-right: 10px;*/
}

#nav_bar ul {
	list-style: square outside;
	color: #8C9C9C;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
}

#nav_bar ul li.first_level:first-letter {
	color: #931C1C;
}

html body #nav_bar ul li.first_level a.first_level:first-letter {
	color: #931C1C;
}

#nav_bar ul ul {
	list-style: none inside;
	margin-top: .625em;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 0.8571em;
	line-height:1.458em;
}

#nav_bar ul {
/*	margin-top: 1.25em;*/
}

#nav_bar ul li.first_level {
	margin-bottom: 1.25em;
}

#nav_bar li {
	margin-bottom: 0.5em;
}

#nav_bar a:link, #nav_bar a:visited {
	color: #8C9C9C;
	text-decoration: none;
}

#nav_bar a:hover {
	color: #8C9C9C;
	text-decoration: underline;
}

#main_shim {
	float: right;
	width: 1px;
	height: 50em;
}

#content {
	padding: 0px 1em 2em 1em;
	margin-right: 16em;
}

h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	color: #8C9C9C;
}

h1:first-letter {
	color: #931C1C;
}

h1 span {
	border-bottom: 1px solid #8C9C9C;
}

.posted_at {
	font-size: 0.8571em;
	line-height:1.458em;
	font-family: 'Trebuchet MS', sans-serif;
	color: #8C9C9C;
}

.posted_at a:link, .posted_at a:visited {
	color: #8C9C9C;
}

.posted_at a:hover {
	color: #FF4C00;
}

.post:first-child {
	margin-top: 0em;
}

.post {
	margin-top: 2em;
}

.post .title {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1em;
	
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	color: #FF4C00;
}

.post .title .categorization {
	color: #524284;
}

.post .title .categorization a:link {
	color: #524284;
}

.post .more_link {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 0.8571em;
	line-height: 1.458em;
}

p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

a:link img, a:visited img {
    border: 0px none;
}

a:link {
	color: #BD1021;
	text-decoration: none;
}

a:visited {
	color: #524284;
	text-decoration: none;
}

a:hover {
	color: #FF4C00;
	text-decoration: underline;
}

a:active {
	color: #FF0018;
}

.left_image {
    margin-right: 10px;
    margin-bottom: 10px;
}

.floatfix {
	clear:both;
}