
html {overflow-y: scroll;}

body {
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #99CC99;
	margin-top:25px;
	margin-bottom:25px;
	color:black;
	font-weight:bold;
}

#container {
	position:relative;
	width:552px;
	margin:0 auto;
	text-align:left;
	
	
}
html>body #container {
	width:550px;
}

#banner {
	position:relative;
	width:550px;
	height:229px;
	border:1px solid white;

}

.post {
	background-image:url('/media/images/van.jpg')
}

.archives {
	background-image:url('/media/images/building.jpg')
}

#nav {
	position:relative;float:right
}

#nav span {
	color:#3E5B87;
}

#witty {
	position:absolute;
	bottom:4px;
	right:4px;
	color:white;
}

.updated {
	clear:both;position:relative;float:right;font-size:80%;font-weight:normal;
}
	

.column {
	width:49%;
	margin-top:10px;
}

.box {
	position:relative;
	margin-bottom:10px;
	width:100%;
	border:1px solid white;
	background-color:#82C782;
}

.boxheader {
	padding:4px 4px 0 4px;
	font-weight:bold;
	color:#3E5B87;
}

.boxtext {
	position:relative;
	padding:0 4px 8px 4px;
	font-weight:normal;
	color:black;
}

.boxdate {
	display:inline;
	padding:4px 10px 4px 0;
	padding-left:15px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:8px;
	font-size:80%;
	font-weight:normal;
	color:black;
}

.img {
	border:1px solid white;
}

a:link {
	color: white;
	text-decoration:none;
	
	
}

a:visited {
	color: white;
	text-decoration:none;
	
}

a:hover {
	color: white;
	text-decoration: none;
	
}

#scroll { 
	position:absolute; 
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
}
