body{
/*	font: courier, verdana, arial, sans-serif;*/
	font-family: georgia, courier, verdana, arial, sans-serif;
	background-image: url(../images/bgd_tile.gif);
	padding:0;
	margin:0;
	font-size: 1em;
}
h1{
	font-size: 1.4em;
}
p{
	font-size: 1em;
	color: #303030;
	line-height:22px;
}
a img {
	border: none; 
}

.censored{
	background-color: #000;
}

#header{
	height:420px;
	overflow:hidden;
}

#wrapper{
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#logo {
	background: url('../images/logo.png') no-repeat;
	width: 386px;
	height: 97px;
}
#leftBubble{
	background: url('../images/left_bubble.png');
	width: 349px;
	height: 309px;
	float: left;
	position: relative;
	top: -17px;
	left: 40px;
	z-index: 10;
}
#ben{
	background: url('../images/ben.png') no-repeat;
	width: 481px;
	height: 455px;
	position: relative;
	top: -120px;
	left: -80px;
	float: left;
	z-index: 2;
}
#holdingImage{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-top: 0px;
	width:400px;
	height:315px;
}
#rightBubble{
	background: url('../images/right_bubble.png');
	width: 248px;
	height: 223px;
	float: right;
	position: relative;
	top: -520px;
	left: -50px;
	z-index: 2;
}
.clearBoth{
	clear: both;
}
#key{
	background: url('../images/key.png');
	width: 965px;
	height: 184px;
	position: relative;
	top: -30px;
	float: left;
	clear:both;
	z-index: 0;
}
#countdown{
	position: relative;
	color: #31539a;
	top: 326px;
	left: 172px;
	float: left;
	font: 1.15em georgia;
}
#blogTop{
	background: url('../images/blogTop.png');
	width: 948px;
	height: 50px;
	position: relative;
	top: -30px;
	float: left;
}
#blogContent{
	background-image: url('../images/blogContent.png');
	background-repeat: repeat-y;
	width: 948px;
/*	height: 800px;*/
	position: relative;
	top: -30px;
	float: left;
}
#blogBottom{
	background: url('../images/blogBottom.png');
	width: 948px;
	height: 39px;
	position: relative;
	top: -30px;
	float: left;
}
#apology{
	height:336px;
	width:839px;
	background: url('../images/apology.png');
	margin-left:65px;
	margin-top:-30px;
	margin-bottom:40px;
}

.divider{
	background-image: url(../images/blogContent.png);
	height: 4px;
	width: 600px;
	margin-top: 16px;
}
.date{
	float: left;
	position: relative;
	margin-left: 60px;
	width: 142px;
	z-index: 5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.post{
	float: left;
/*	position: relative;*/
	width: 600px;
	z-index: 5;
	padding-bottom: 10px;
	margin-left: 65px;
	margin-bottom: 10px;
}
.pageNav{
	margin-top:-57px;
}
.pageNavigation{
	float: left;
	width: 170px;
	margin-left:370px;
	z-index: 5;
	text-decoration:underline;
	color:#31539A;
}
.pageNavigationStarts{
	float: left;
	width: 170px;
	margin-left:450px;
	z-index: 5;
	text-decoration:underline;
	color:#31539A;
}
.pageNavigationRight{
	text-decoration:underline;
	width: 230px;
	float:left;
	color:#31539A;
	z-index:5;
}
.icons{
	padding-right: 7px;
}
.footer{
	padding-left: 50px;
}

/*Link styles*/ 
a:link, a:visited{
	color: #31539A;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
	color: #000;
}*/

a:hover {
	text-decoration: underline;
	color: #abb6cf;
}
a:active {
	text-decoration: none;
	color: #abb6cf;
}
.link{
	color: #abb6cf;
	text-decoration: none;
}
.anchorLink{
	margin-top: 10px;
/*	border: 1px solid #999;*/
	position: relative;
	float: right;
}

