div.box
{
	border: solid;
	border-width: thin;
	width: 100%
}


#date
{
	font-size:100%;
	font-style:italic;
	color:#847B76;
}

#title
{
	font-size:100%;
	font-style:normal;
	color:#7C7666;
}

#headline
{
	margin-left: 10px;
}

#summary
{
	font-size:90%;
	margin-left: 20px;
}

#more
{
	font-size:90%;
	font-style:italic;
	color:#7C7666;
}

#entry
{
	font-size:85%;
}

#comment
{
	font-size:80%;
	font-style:italic;
	color:#847B76;
}

body {
	font-family: arial, sans-serif;
	font-size:10pt;
	background-image: url("img/mainbg.jpg");
	background-color: #353130;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	scrollbar-face-color:#443B36;
	scrollbar-highlight-color:#7C7666;
	scrollbar-3dlight-color:#443B36;
	scrollbar-darkshadow-color:#151110;
	scrollbar-shadow-color:#252120;
	scrollbar-arrow-color:#7C7666;
	scrollbar-track-color:#271F1D;	
			
	color:#CCCACB;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}