/* BASIC ELEMENTS */

BODY
{
	margin: 30px auto;
	text-align: center;
	background-color: #743106;
background-image: url(http://fan.so-stellar.org/pupil/bg.jpg);
background-attachment:fixed; background-repeat:x-repeat; background-position:top;
}

BODY, DIV, P, A
{
		font-family: tahoma;
	font-size: 8pt;
	color: #e9ebe9;
}

a
{
	color: #cfdacd;
	font-weight: normal;
	text-decoration: none;
}

input, textarea, select, value, option
{background-color:#6b3b18;
font-size:10px;
color: #fff;
border:solid 1px #000000;
font-family: tahoma, arial;}

a:hover
{
	color: #cfdacd;
	font-weight: normal;
	text-decoration: none;
	background-color: #893c08;
	cursor: default;
	
}

h1
{
	font-color: #c5d0ca;
	font-family: arial;
	text-transform:uppercase;
	font-size:11px;
	border:0px;
	width: 100%;
	margin: 0px;
	background-color: #704a2f;
}

h2
{
	color: #FFFFFF;
	font-size:12px;
	font: 150%/110% Georgia, serif;
	margin: 0;
}

blockquote
{
	border-left: 10px solid #704a2f;
	background-color: #823b0d;
	text-align:justify;
	padding-left: 5px;
	width: 75%;
}

ul, li
{
	list-style-image: url(''http://fan.so-stellar.org/fl/bullet.jpg');
}

/* LAYOUT ELEMENTS */

#container
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #702b01;
	width: 400px;
	border: 5px solid #552c14;
}

#container2
{
	border: 0px solid #E8F5E5;
}

#header
{
	width: 100%;
	background: url('http://i21.tinypic.com/24eqgcn.jpg') no-repeat;
	height: 316px;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #E8F5E5;
}

#content
{
	padding: 0px;
	background-color: #702b01;
	margin: 0;
}

#maincontent
{
	width: 400px;
	padding: 10px 15px;
}

#sidebar
{
	width: 100px;
	float: right;
	background-color: #c0c0c0;
	margin: 3;
	padding: 4px;
	text-align: left;
	border: 1px solid #818181;
}

#footer
{
	background-color: #72430d;
	padding: 3px;
	border-top: 0px;
	text-align:center;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 5px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #884614;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #893c08;
text-decoration: none;
}