html {
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center; 
	background-color: black;
	text-align: center;
}

body {
	width: 600px;
	margin: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #E0E0E0;
	line-height:150%;
	min-height: 1000px;
}

#pagehead {
	width: 552px;
	height: 79px;
	background-image: url('heading.png');
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	width: 600px;
	text-align: justify;
}

.post {
	margin-bottom: 30px;
	color: #A0A0A0;
}

.posthead {
	margin-left: 35px;
	margin-right: 35px;
}

.postdate {
	float:right;
}

.posttitle {
	font-size: 18px;
}

#portfolio .posttitle {
	margin-left: 90px;
	margin-right: 0px;
}

.postbody {
	font-size: 12px;
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 10px;
	margin-left: 35px;
	margin-right: 35px;
}

#portfolio .postbody {
	margin-left: 90px;
	margin-right: 0px;
}

#newpost {
	color: #E0E0E0;
}

.prevpost {
	color: #D0D0D0;
}

#lastpost {
	border-bottom: 0px;
}

#navbartop  {
	margin:2em;
	margin-right: 0px;
	text-align: right;
	color: #A0A0A0;
}

a, a:link {
	color: #D0D0D0;
	text-decoration: none;
	margin: 0.5em;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;	
}

#navcurpage a {
	font-weight: bold;
	color: white;
}
