#navbar-iframe
{
	display: none;
}

#sidebar-last
{
	height: 1000px;
}

.header
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu
{
	position: absolute;
	top: 101px;
	left: 305px;
	line-height: 20px;
	text-align: left;
}

.menu a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

.menu a.selected
{
	color: #F7931E;
}

a:hover
{
	text-decoration: underline;
}

.heading
{
	position: absolute;
	top: 155;
	left: 300;
	font-size: 60px;
	font-family: Georgia;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
}

.content
{
	position: absolute;
	top: 230;
	left: 345;
	font-size: 14px;
	font-family: Georgia;
	width: 600px;
	text-align: justify;
}

a
{
	color: #F7931E;
	font-weight: bold;
	text-decoration: none;
}

.sidebar
{
	position: absolute;
	top: 515;
	left: 0;
	background-color: #CDDEEF;
	border-right: solid 2px #99BADC;
	width: 317px;
}

.sidebar-header
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 7px;
	font-size: 16px;
	font-family: Georgia;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}

.sidebar-content
{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	line-height: 20px;
	font-family: Georgia;
	font-size: 12px;
}

.date-header
{
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 9pt;
	color: #F7931E;
}

.post-title
{
	color: Black;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14pt;
	border-bottom: solid 1px #626B6E;
	margin-bottom: 15px;
}

.post-body
{
	color: #000000;
	font-size: 14px;
	font-family: Georgia;
	width: 600px;
	line-height: 18px;
	text-align: justify;
}

.post-footer
{
	border-top: solid 1px #626B6E;
	margin-top: 15px;
	margin-bottom: 50px;	
}

.post-footer td
{
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}