body {
	padding: 0px;
	margin: 0px;
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	color: #444;
	font-size: 14px;
	}

a 
{
	color: #4991c0;	
}

tr.header
{
	font-size:18px;

}

div.event span.description
{
	display:none;
}

div.event
{
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ccc;
	padding:0 5px 5px 0px;
	
	width:80px;
}

#header
{
	background:url('../graphics/header_bg.jpg') repeat-x;
	height:222px;
	z-index: -1;
	margin-bottom: -70px;
}

#header #img
{
	float: left;
}

#header #address
{
	position: absolute;
	float: right;
	top: 20px;
	right: 30px;
	color: #000000;
	width:500px;
}

#footer
{
	padding-left: 150px;
	padding-top: 20px;
	font-size: 12px;
	height: 60px;
	background:url('../graphics/footer_bg.jpg') 0 repeat-x;
}

#footer #copyright
{
	
	float: left;
	
}

#footer ul
{
	list-style-type: none;
	margin-right: 30px;
	margin-top:0px;
	float:right;
	padding: 0;
	text-align: right;
	font-size: 14px;
}

#footer li
{
	display:  inline;
	padding-right: 10px;
}

#main
{
	height: 100%;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 150px;
	z-index:1;
}

#main h1
{
	margin-top: 0;
	color: #000;	
}

#main h2
{
	margin-top: 0px;
	
}

#main h3
{
	margin-top: 0px;
	
}

#main p
{
	line-height: 20px;	
}

#main p.diveditor_lastupdate
{
	font-size:11px;
	color:#777;

}
#subnav
{
	margin-top:0;

	list-style-type: none;
	padding-left: 0px;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	z-index:100;
}

#subnav li
{
	display:inline;
	margin-right:20px;
}

#subnav a
{
	color:#ffab65;
	text-decoration:none;
}

#subnav a:hover
{
	text-decoration: underline;
}

#nav
{
	width: 130px;
	position:absolute;
	top: 160px;
	left:0px;
	padding: 0px;
	text-align:right;
}

#nav ul
{
	list-style-type: none;
	padding: 0px;	
	margin: 0px;
	line-height:150%;
	font-size: 16px;
}


#nav ul li ul.subnav
{
	display:none;
}

#nav ul li:hover ul.subnav
{
	display:block;
	margin-right:5px;
	padding-right:5px;
	border-right:1px dotted #aaa;
	font-size:13px;
	
	color:#ffab65;
}

#nav ul li:hover ul.subnav a
{
	color:#ffab65;
}


#nav ul a
{
	color: #4991c0;	
	text-decoration:none;
}

#nav ul a:hover
{
	color: #59b0ea;
	text-decoration: underline;
}

p.source
{
	font-weight:bold;
	margin-top:-10px;
}
.post
{
	z-index:200;
	display:block;
	padding:30px 0px 30px 0px;
	
	border-bottom:1px dashed #ccc;
}

#main .post h3.date
{
	margin-top:4px;
	margin-left:30px;
	margin-bottom:30px;
}

#main a#next
{
	float:right;
}