/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */

/************* BASE LAYOUT */

body { margin: auto; vertical-align:top; cursor:default; background-color: #4866a4; }

#float-container { 
    width: 954px; background: url(/templates/custom/taste-buffalo/images/center-bg-rptr.gif) repeat-y; margin: 15px auto 0px auto; 
}

.nav {
    background-color: #6F8CC0;
    float: left;
    height: 46px;
    width: 954px;
}

#content-container { float: left; width: 954px; background: url(/templates/custom/taste-buffalo/images/center-bg-img.gif) no-repeat;}


/* - - - - - - Body Container Styles */

#left-column {
    float: left;
    width: 190px;
}

#center-column {
    float: left;
    width: 514px;
    padding: 60px 30px 25px 30px;
    _padding: 60px 5px 20px 25px;
}

#right-column {
    float: left;
    width: 190px;
    padding: 150px 0px 0px 0px;
}

.healthy_options {
    padding-left: 14px;
}

#searchboxwrapper {
    background-color: #6F8CC0;
    float: right;
    width: 100%;
}

#searchbox {
    float: right;
    padding-right: 7px;
    padding-top: 10px;
}

#searchbox input[type="text"] {
	width:118px;
}

/* - - - - - - Content Container Styles */

#body-content {
    padding-top: 30px;
}

#logo-holder { margin: auto; width: 440px;height: 215px; background: url(/templates/custom/taste-buffalo/images/logo-2.png) no-repeat; }

#right-content {
    float: left;
    width: 160px;
    padding: 34px 15px 25px 15px;
}

#site-footer {
    float: left;
    padding: 15px;
    width: 100%;
    text-align: center;
}

#author {
    float: left;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
}

/* - - - - - - Countdown Styles */

#countdown {
    left:0px;
    position:relative;
    text-align:center;
    top:0px;
    height: 100px;
}