html, body {
	margin:0px;
	padding:0px;
	background-image: url('/media/images/background/fadeorange.jpg');
}

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

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

h1, h2, h3, h4, h5, h6 {
	padding-top:2px;
	font-family:"Serif";
	color:#FA0;
}

ol ul li {
	text-align:left;
}

#basepage {
	margin:0px 0px 0px 0px;
	padding:0px;
}

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

#topbar div#titleimage {
	float:left;
	width:130px;
	height:28px;
}


#topbar div#tagline {
	float:right;
	text-align:right;
}


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

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

#navbuttons {
	position:absolute;
	top:350px;
}

/* Middle section */

#works {
	text-align:center;
	clear:both;
	margin:15px;
}


#worktitle{
	font-family:"Serif";
	font-size:18px;
}

#bigworktitle {
	font-family:"Serif";
	font-size:24px;
	color:#FA0;
}

.copyright{
	background-color:#DDD;
	text-align:center;
}

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

.links{
	text-align:left;
}

.types{
	text-align:right;
}

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

#linksection li{
	margin:2px;
}

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


#credits {

	clear:both;
	width:550px;
	background-color:#FEFEFE;
	text-align:center;

}

/* Selections page */
#containment{
	display:table;
	padding:20px;
}

.typecol{
	border: solid #FA0 1px;
	display:table-cell;
	padding:0px 10px 0px 10px;
}

.typecol a {
	top:1px;
}