body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #141414;
}

div#bodywrapper {
	width: 500px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	}
img#pixelpost {
	border: 10px solid white;
	margin-bottom: 10px;
	}
div#content {
	width: 103%;
	overflow: hidden;
	width: 100%;
	background-image: url(images/infobg.png);
	background-repeat: repeat-x;
	paddding-top: 15px;
	padding: 10px;
	background-color: #141414;
	}
div.imginfo {
	width: 65%;
	float: left;
	clear: none;
	padding-right: 15px;
	overflow: show;
	
	}
div.comments {
	width: 32%;
	float: left;
	clear: none;
	position: relative;
	}
/*---------- text styling ------------*/
h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: lighter;
	float: left;
	display: block;
	}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #CCCCCC;
	}
p.comments {
	margin-bottom: 2px;
	color: #FF99FF;
	}
h2, h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF66FF;
	padding-bottom: 2px;
	text-transform: capitalize;
	}
span.commentinfo {
	font-weight: bolder;
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
	}
a:link {
	color: #FF33FF;
	text-decoration: none;
}
a:visited {
	color: #FF33FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	color: #FF33FF;
	text-decoration: none;
}
body,td,th {
	font-size: 0.8em;
}
div.nextbtn {
	position: absolute;
	top: -5px;
	right: -0px;
	float: right;
	}
div#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF99FF;
	font-weight: normal;
	float: right;
	text-decoration: none;
	background-position: right;
	top: 15px;
	position: relative;
	right: -8px;
	text-transform: uppercase;
}
div#navigation a {
	color: #FF99FF;
}
div#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	position: relative;
	top: -26px;
	right: 0px;
	float: right;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-color: #353535;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #353535;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 330px;
	height: 100px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
input.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-color: #353535;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #353535;
	background-color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100px;
	padding: 1px;
}