.top-left, .top-right, .bottom-left, .bottom-right
{
	background-image: url('chocomint.gif');	/* CHANGE: path and name of your image */
}

.inside
{	border-left:	1px solid #51351a;	/* YCC: color & properties of the left-borderline */
	border-right:	1px solid #51351a;	/* YCC: color & properties of the right-borderline */
	background:	#e0bf9e;          	/* YCC: background-color of the inside */
}

body
{
	background: #ecd2b8;
}

a:link, a:visited
{
	text-decoration: none;
	color: #663300;
}

a:hover, a:active
{
	text-decoration: none;
	color: #AA6600;
}

h5, h5 a
{
	color: #963;
}

hr
{
	color: #774400;
	background-color: #774400;
}