body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/background.jpg);
}
#containter {
	width: 630px;
	margin: 20px auto;
}
#header {
	clear: both;
}
.columnleft {
	width: 350px;
	float: left;
	clear: left;
}
.columnright {
	width: 280px;
	float: right;
	clear: right;
	text-align: center;
}
#middlecontent {
	clear: both;
	padding-top: 20px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	color: #008000;
	margin-top: 0px;
	padding-top: 0px;
}
.smalltext {
	font-size: .7em;
}
.columnleft li {
	padding: 0px;
	margin-left: -1em;
	list-style-image:url(/images/bullet1.gif);
	font-weight: bold;
	margin-top: .4em;
}
#header p {
	color: #408080;
	font-weight: bold;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
}
.nobold {
	font-weight: normal;
	font-size: .7em;
}

