@charset "UTF-8";
/* CSS Document */

#container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}#container h1 {
	position: absolute;
	top: -500px;
}
#banner {
	position: relative;
}
#boh_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	bottom: 0px;
	left: 100px;
}
#main_image {
	background-image: url(images/main_boh.jpg);
}
#main_image {
	background-image: url(images/main_boh.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
#left_column, #center_column, #right_column {
    width: 316px;
	float:left;
}
#center_column, #right_column {
  margin-left: 10px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}
p {
    margin-top: 1em;

}
