@charset "utf-8";
/* CSS Document */

#container
{
width:968px;
background:#fff;
margin:0 auto;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
#banner {
	position: relative;
}
#banner h1
{
margin:0;
}
#check_menu {
	position: absolute;
	top: 80px;
	right: -9px;
	bottom: 0px;
}



#main_image {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
}

#left_column, #center_column, #right_column
{
width:316px;	
float:left;
}
#center_column, #right_column
{
margin-left:10px;	
}
#main_text {
	background-color: #FFF;
	width: 300px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:12px;
	right: 60px;
	bottom: 60px;
	position: absolute;
}
#main_text h2 {
	color: #03F;
	margin:0 auto;
}
#main_text h3 {
	font-size: 16px;
	margin:0 auto;
}
#main_text p {
	font-size: 14px;
	margin:0 auto;
}
