/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,h1,h2,p,a,img{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* dblg */
body{
	background-color:#263844;
	color:#1a1a1a;
	font-family:"Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-size:10pt;
	line-height:1.4;
	padding:81px 40px;
}

a:link,a:visited{
	border-bottom:dotted #67736f 1px;
	color:#99001e;
	text-decoration:none;
}

a:hover{color:#a1575c;}

a:active,a:visited{border-bottom:solid #a9af9a 1px;}

.eachpost{
	background-color:#A9AF9A;
	position:absolute;
	overflow:hidden;
}

.eachpost>div{padding:10px;}

.staticpost{
	background-color:#A9AF9A;
	float:left;
	margin:0 10px 10px 0;
	width:450px;
}

.staticpost>div{padding:10px;}

.content>p{padding:10px 0;}

.twocols{background:#537A94;}

.twocols img{width:430px;}

.twocols a:link,.twocols a:visited{
	border-bottom:dotted #1a1a1a 1px;
	color:#440000;
	text-decoration:none;
}

.twocols a:hover{color:#99001e;}

.twocols a:active,.twocols a:visited{border-bottom:solid #537A94 1px;}

.fullimage{
	height:278px;
	min-height:278px;
	width:450px;
}

.info{font-size:8pt;}

#header{
	border-bottom:5px solid #1a1a1a;
	border-top:71px solid #a9af9a;
	height:0;
	left:0;
	opacity:0.98;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
}

#logo{
	left:11px;
	position:fixed;
	top:25px;
	z-index:1001;
}

#name{
	position:fixed;
	right:40px;
	text-align:right;
	top:17px;
	z-index:1002;
}
