body {
	background-color:#776d68;
	color:#646451;
	font-family:"Lucida Grande",Tahoma, Arial, sans-serif;
	font-size:10pt;
}

a {
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid gray;
}

#outer {
	width:750px;
	margin:25px auto;
	background-color:#ffffff;
}

#header {
	padding:30px 34px;
	height:40px;
}

#header img {
	float:left;
}

#header ul {
	float:right;
	list-style:none;
	margin: 0;
	padding:10px;
	background-color:#f3f3f3;
}

#header ul li {
	display:inline;
	padding:0 8px;
	color:#000;
}

#header ul li.current {
	font-weight:bold;
}

#header a {
	color:blue;
	text-decoration:none;
}

#header a:hover {
	border-top:1px solid gray;
	border-bottom:none;
}

#header img
{
	border:none;
}

#content {
	float:left;
	padding:0 34px;
	font-size:90%;
	width:450px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	color:#f97d00;
	/*margin-bottom:0;
	padding-bottom:0;*/
}

#content h2
{
	color: #333333;
	font-size: 13px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	text-transform: uppercase;
}

#content h2 a
{
	display:block;
}

#content h2 a:hover
{
	border:none;
}

#content span.post-time
{
	font-size:80%;
	color:#888;
	font-weight:normal;
	font-family:Tahoma;
	text-transform:none;
}

#content h3 {
	color:#646541;
	border-bottom:1px dotted #f97d00;
}

#content p {
	font-size:105%;
	line-height:1.5;
}

#content table {
	width:100%;
}

#content td {
	width:50%;
	padding:10px 0;
	text-align:center;
	background-color:#f3f3f3;
}

#content td:hover {
	background-color:#eee;
}

#content p.postmetadata
{
	background: #F2F2F2;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 60px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 10px;
}

#sidebar
{
	float:right;
	text-align:right;
	width:150px;
	margin-right:34px;
}

#sidebar #searchform
{
	margin-bottom:30px;
}

#sidebar table
{
	
}

#sidebar ul 
{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

#sidebar h2 
{
	background-color:#f3f3f3;
	font-size:90%;
	margin:0;
	padding:4px;
}

#sidebar ul li
{
}

#sidebar ul li a
{
	display:block;
	padding:4px;
}

#sidebar ul li a:hover
{
	background-color:#776d68;
	color:#eee;
	border:none;
}

#footer {
	clear:both;
	padding:30px 38px 10px 38px;
}

#footer p {
	text-align:right;
	color:#aaa;
	padding:0;
	margin:0;
	font-size:80%;
}
