
body {
	text-align: center;
}
#main_container {
width:960px;
text-align: left;
border:1px solid #ccc;
overflow: hidden;
font-family: arial,verdana;
font-size: 12px;
margin: auto;
}

#main_container p {
	font-family: arial,verdana;
	font-size: 12px;
	padding: 5px;
	
}

#footer {
	background: #E1F2FA;
	padding: 5px;
	text-align:center;
}

#footer a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

.column_header {
	font-size: 16px;
	padding: 5px;
	text-align: center;
	
}

.page_title {
	font-size: 16px;
	font-weight: bold;
}

.promo_image {
	padding: 10px 5px;
	text-align: center;
}

.promo_text {
	padding: 0px 10px;
	line-height: 16px;
}

#header {
font-size: 16px;	
}

#top_nav {

	display: none;
	
}

#top_nav img {
	display: none;
}

#column_1 {
width:215px;
height: 400px;
margin: 10px 10px;
background: #fff;
float:left;
clear: right;
}

#column_2, #column_4 {
width:215px;
height: 400px;
margin: 10px 10px;
background: #E1F0C6;
float:left;
clear: right;
}

#column_3 {
width:215px;
height: 400px;
margin: 10px 10px;
background: #EEE8C1;
float:left;
clear: right;
}
