html, body {
	margin:0px;
	padding:0px;
	background-color:white;
	color:black;
	font-size:11pt;
	font-family:"Arial","Sans-Serif";
	text-align:justify;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

a, img {
	color:red;
	border:none;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Old English","Serif";
	color:red;
}

/*  TOP BAR */
#topbar {
	display:none;
	position:relative;
	width:820px;
	padding:0px;
	height:28px;
}



/* BODY SECTIONS */
#middlebits {
	position:relative;
	top:15px;
	margin-left:22px;
	width:550px;
}

#buttons {
	display:none;
	position:absolute;
	width:25px;
	left:0px;
	right:10px;
}

/* Middle section */
#infosection {
	position:relative;
}

#infosection li {
	text-align:center;
	padding:3px;
}

#bigworktitle a{
	margin-bottom:10px;
	font-family:"Old English","Serif";
	font-size:26px;
	color:red;
}

#bio {
	float:left;
/*	border:1px solid; */
}

#bio img {
	float:right;
	padding-bottom:25px;
}

#works {
	clear:both;
	margin:0px 25px 0px 25px;
}

.userwork{
	padding:1px;
	background-color:#222;
	margin:3px;
}

.types{
	float:left;
	left:10%;
}

.dates{
	float:right;
	left:30%;
}

.links{
	left:70%;
}

.smicon{
	display:none;
}

/* Links Section */
#linksection{
	display:none;
	position:absolute;
	width:200px;
	top:50px;
	left:620px;
}

#memberbtn{
	border:0px;
	width:100px;
	height:120px;
	padding-left:8px;
}


#credits {

	display:none;
	width:550px;
	background-color:#101010;
	text-align:center;

}

#commentform{
	display:none;
}

#printcredit{
	background-color:#DDD;
	font-size:8pt;
}