html, body, #wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5b361d;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 16px;
	font-weight: bold;
}

a:link {
   text-decoration: underline;
	color: #512a10;
	font-weight: bold;
}

a:visited {
   text-decoration: underline;
	color: #512a10;
	font-weight: bold;
}

a:hover {
   text-decoration: underline;
	color: #711a00;
	font-weight: bold;
}

a:active {
   text-decoration: underline;
	color: #512a10;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #e9dabe; }
#dark { color: #512a10; }
