
body {
	background: #000000;
	text-align: center;
	font-size: .9em;
}
	
body, p {
	font-family: trebuchet, tahoma, arial, sansserif;
	color: #FFF;
}

#container {
	width: 800px;
	margin: auto;
	text-align: left;
}

#header {
	/* nothing needed */
}

#leftcol {
	width: 350px;
	float: left;
}

#rightcol {
	width: 440px;
	float: right;
	padding-top: 10px;
	font-size: .9em;
}

#footer {
	text-align: center;
}

#footer_text {
}

a, a:visited, a:link {
	color: #d5a860;
}

.phone {
	font-weight: bold;
	color: #d5a860;
}

.copyright {
	font-size: .8em;
}

.leadingtext {
	font-style: italic;
	font-size: 1.6em;
}

.attribution {
	font-style: italic;
	color: #d5a860;
	margin-left: 10px;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	background: url(/images/bullet.jpg) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 0px;
}

.smallbreak {
	margin: 0;
	margin-bottom: 10px;
}