html, body, #wrapper {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#555555;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-image:url(images/bg_left.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#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: 18px;
	font-weight: bold;
}

a:link {
   text-decoration: none;
	color: #c84506;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #c84500;
	font-weight: bold;
}

a:hover {
   text-decoration: none;
	color: #b82500;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #c84500;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#black { color: #000000; }
#light { color: #4CAE44; }
#dark { color: #c84500; }
