/* This template was created by Eric Paljieg. Portions of this code may be copied and used on other sites. I ask that you please do not
copy the entire contents of the file as it will not benefit you in the least.*/
html{
	height:100%;
}

body{
	margin:0;
	height:100%;
	background:url(images/background.gif);
	color:#FFF;
	font-family:Trebuchet MS;
	font-size:.9em;
}

#sidebar{
	background:#1D1D1D;
	width:332px;
	min-height:100%;
	padding:0 10px 0 10px;
	margin:0 10% -15px 0;
}

#content{
	padding:8em 0 0 0;
}

#header span{
	margin-left:-5000px;
}

#header{
	height:78px;
	background:url(images/logo.gif) no-repeat;
}

#nav{
	margin:0 0 0 -35px;
}

#nav li{
	display:inline;
	padding:0 5px 0 5px;
}

#nav a{
	color:#FFF;
	text-decoration:none;
}

#nav a:hover{
	color:#FDCBFC;
}

#main{
	position:absolute;
	left:420px;
	top:10em;
	width:50%;
}
