@charset "utf-8";
/* CSS Document */

body
{
	background-color: #d4c9a8;
}


/*** text ***/

.headingSub
{
	font-weight: bold;
	color: #4D2A42;
	font-size: 1.3em;
	text-transform: uppercase;
}


/*** page ***/

.main
{
	width: 880px;
	margin: 0px auto;
}


/*** text ***/

a.close
{
	color: #666666;
	font-size: 0.90em;
}
a:hover.close
{
	color: #000000;
}

