body {
	background-color: #1D1D1D;
	margin: 0px;
  	font: 12px arial;
  	color: #ffffff;
  	text-align: center;
  	}

img {
	border: 0px;
	}

a:link {
	color:#faab35;
	text-decoration:none;
	}

a:visited {
	color:#faab35;
	text-decoration:none;
	}

a:hover {
	color:#ffffff;
	text-decoration:none;
	}


#layout {
 	margin: 0px auto;
  	position: relative;
  	text-align: left;
  	width: 826px;
  	}


/* Header and navigation*/

#header {
	position: absolute;
	left: 0px;
	top: 106px;
	width: 823px;
	height: 39px;
	background-color: #FBA728;
	background-image: url(images/header.jpg);
	text-align: justify;}

#header img {
  padding-left: 10px;
  border: 0px;
}


#navigationdescription {
	position: absolute;
    text-align: right;
	top: 30px;
	left: 520px;
	}

#navigation {
	position: absolute;
	top: 12px;
	left: 520px;
	}

#navigation a:link {
	color:#ffffff;
	text-decoration:none;
 }

#navigation a:visited {
	color:#ffffff;
	text-decoration:none;
	}

#navigation a:hover {
	color:#000;
	text-decoration:none;
    border-bottom: solid 6px;
	}



	
/*Splash and Blog Entry*/
#main {
	position: absolute;
	left: 0px;
	top: 148px;
	width: 471px;
	background-color: #3D3D3D;
	text-align: justify;}

#splash{
	height: 212px;}

.blogtitle {
  font-size: 16px;
}


#blogentry{
	padding-left: 4px;
    padding-right: 4px;
    line-height: 20px;
}




	
            /* Latest and Shoutbox*/

#latest {
	position: absolute;
	left: 474px;
	top: 148px;
	width: 211px;
	background: #3D3D3D;

    }

#latestparty{
	padding-left: 4px;
	height: 191px;
    font: 11px;
	}
	
#shoutbox{
	padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
    font-family:  Verdana
}

#lastMessage {
padding-bottom: 2px;
text-align: center;
}

ul#outputList li:first-line {
line-height: 16px;
}


#shoutbox li {
  list-style: square;
  margin-left: -20px;
}




/* Profile and Links*/

#profile{
	position: absolute;
	left: 688px;
	top: 148px;
	background: #3D3D3D;
	width: 135px;
	height: 448px;
	font-size: 11px;
	}
	
#profiledcraver{
	padding-left: 4px;
	}