#main_container {
	margin-top: 20px;
}

#left_col {

}

#main_col {

}

#top_header {
	margin-bottom: 20px;
}

#nav {
	list-style-type: none;
}

#nav li {
	border-bottom: 2px solid #ccc;
}

a, a:visited {
	color: #CC0000;
}

#mailer p.error {
	background-color: red;
	color: #fff;
	padding: 3px 5px 3px 5px;
	margin-top: 5px;
}