* {
margin: 0px;
padding: 0px;
}

body {
background-color: #2968a4;
}

#container {
position: relative;
width: 100%;
background-image: url(../images/tile_background.jpg);
background-repeat: repeat;
background-position: top center;
background-color: #f6f6f1;
}

#top_container {
position: relative;
width: 100%;
height: 274px;
background-image: url(../images/tile_top.jpg);
background-repeat: repeat-x;
background-position: top center;
}

#wheat {
width: 100%;
height: 274px;
background-image: url(../images/wheat.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#top {
position: relative;
width: 960px;
height: 274px;
margin: 0px auto;
}

#logo {
position: absolute;
overflow: hidden;
left: 354px;
top: 50px;
}

#logo,
#logo a {
width: 252px;
height: 152px;
}

#logo a {
display: block;
padding: 152px 0px 0px;
background-image: url(../images/logo_conmee_township.gif);
background-repeat: no-repeat;
}

#nav_container {
position: absolute;
width: 100%;
bottom: 0px;
}

#nav {
}

/* ----------------------------------------------------- */

#swoosh {
position: absolute;
width: 1994px;
height: 163px;
/*top: 503px;*/
top: 244px;
left: -352px;
background-image: url(../images/swoosh.png);
background-repeat: no-repeat;
z-index: 50;
}

#body {
position: relative;
width: 100%;
}

#body.home {
background-image: url(../images/home_background_temp.jpg);
background-repeat: no-repeat;
background-position: top center;
overflow-x: hidden;
}

#content {
position: relative;
width: 960px;
margin: 0px auto;
z-index: 10;
}

#header {
position: relative;
width: 960px;
height: 340px;
background-image: url(../images/header_main.jpg);
background-repeat: no-repeat;
margin-bottom: 50px;
}

#header_overlap {
position: absolute;
width: 43px;
height: 340px;
background-image: url(../images/header_main_overlap.png);
background-repeat: no-repeat;
top: 0px;
left: -43px;
}

#main_container {
position: relative;
float: left;
width: 640px;
}

#left_container,
#right_container,
.home #main_container {
position: relative;
float: left;
width: 320px;
}

.two_column #left_container {
width: 420px;	
}

.two_column #main_container {
width: 540px;	
}

.two_column #left_container #left {
padding-right: 0px;
}

#left,
#right,
#main {
padding: 40px;
}

#btm {
position: relative;
width: 100%;
background-image: url(../images/tile_footer.gif);
background-repeat: repeat-x;
background-color: #0168a6;
}

#footer_container {
position: relative;
width: 100%;
background-image: url(../images/footer.jpg);
background-position: center 8px;
background-repeat: no-repeat;	
}

#footer {
width: 960px;
min-height: 250px;
padding: 30px 0px 0px;
margin: 0px auto;
}

#footer_left {
width: 600px;
padding: 20px;
float: left;	
}

#footer_right {
width: 280px;
padding: 20px;
float: right;
}

.healthy_living_naturally {
width: 271px;
height: 35px;
background-image: url(../images/healthy_living_naturally.gif);
background-repeat: no-repeat;
margin-bottom: 12px;
}


/* credit */

#credit {
float: right;
width: 145px;
height:  14px;
margin: 20px 20px 0px;
overflow: hidden;
}

#credit a {
display: block;
width: 145px;
height: 14px;
padding: 14px 0px 0px;
background-image: url(../images/korkoladesign.gif);
background-repeat: no-repeat;
}

#credit a:hover {
background-position: 0px -14px;
}

/* clear */

.clear {
clear: both;
height: 0px;
overflow: hidden;
}

.clear_1px {
clear: both;
height: 1px;
overflow: hidden;
}

.preload {
display: none;
}

#search_label,
#search_btn {
display: none;
}