body {
	margin:0px; padding:0px;
	background: white url(img/background.png) no-repeat;
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
}
#outside_container {
	text-align: center;
}
#container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	width:900px;
	height:650px;
	background: url(img/new_logo.png) no-repeat;
	color: black;
}
.logo {
	text-align: left;
	height: 100px;
	padding-top: 20px;
	padding-left: 20px;
	line-height:65px;
}
.logo a{ 	
	/* color: #FF5200; */
	color: #000;
}
.logo img {  
    float:left;  
    margin-right:10px;  
}
.column1 { 
	float:left;
	text-align: left; 
	width:255px;
	height: 500px; 
	margin-right:5px;
	background: url(img/easter.png) repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	color: black;
}
.column1 a{ 	
	color: black;
} 
.column2 { 
	float:left;
	text-align: left; 
	width:255px;
	height: 500px; 
	margin-right:5px;
	background: url(img/easter.png) repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	color: black;
}
.column2 a{ 	
	color: black;
}
.column3 { 
	float:left;
	text-align: left; 
	width:255px;
	height: 500px; 
	margin-right:0px;
	background: url(img/easter.png) repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	color: black;
}
.column3 a{ 	
	color: black;
}

.extra {
	text-align: center;
	line-height:90px;
}
.extra a {    
	color: #FF5200;  
    text-decoration:none;
}
