body{
	font-family: Arial, verdana, Sans-serif;
	line-height: 1.25;	
	color: #ecb150;
	background: url('../images/header.jpg') #161616 no-repeat;
	font-size: 13px;
	margin: 0 auto;
	}

a{
	color: #ffc5a0;
	text-decoration: none;
}

a:hover{
	text-decoration: overline underline;
}

h1,h2,h3,h4,h5,h6{
	font-size:16px;
	text-decoration: none;
	}

/* Layout Divs  */
#leftsidebar{
	position: absolute;
	top: 150px;
	width: 200px;
	background: #000000;
	font-size: 12px;
	left:5px;
}

#pagecell{
	position: absolute;
	top: 150px;
	left: 215px;
	width: 575px;
	text-align: justify;
	background: #000000 url('../images/main_up.jpg') no-repeat;
}

#rightsidebar{
	position: absolute;
	top: 150px;
	width: 200px;
	background: #000000;
	left:800px;
}