body
{
	background-color: #630;
	padding: 0px;
	margin: 0px;
	color: #FFC;
	font-family: museo-slab, helvetica, arial, sans-serif;
	text-shadow: #333 0px 1px 0px;
	text-align: center;
	line-height: 200%;
	font-size: 14px;
	background-image: url(../images/bg.png);
}

#containit
{
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 620px;
	padding: 20px 10px 20px 10px;
}

.sub
{
	text-transform: uppercase;
}

.head
{
	font-size: 4em;
	color: #FFF;
	padding: 10px 0px 10px 0px;
}

.whitewall
{
	background-color: #fff;
	padding: 5px;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
}

a:link
{
	color: #556270;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
}

a:visited
{
	color: #556270;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
}

a:hover
{
	color: #903;
	text-decoration: underline;
	text-transform: lowercase;
	font-size: 12px;
}

.subtle
{
	text-transform: lowercase;
	color: #556270;
	font-family: 'georgia', serif;
	line-height: 200%;
	font-size: 10px;
}

.pict
{
	text-align: center;
	padding: 5px;
	margin: 0px;
}

hr.d {border: none 0; 
	border-top: 1px solid #FFC;
	border-bottom: 1px solid #c96;
	width: 90%;
	height: 2px;
	}

