.fubar{}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
    color: #630;
    font-size: 1.2em;
    font-weight:700;
    position: relative;
    width: 760px;
    padding:0px;
}

#logo
{
    position: absolute;
    top: .3em;
    left: 15px;
    height: 55px;
}

#logo a
{
    color: #4A6BB3;
    text-decoration: none;
}

#top-information-phone
{
    text-align: center;
    position: absolute;
    top: 15px;
    left: 80%;
    padding: 0;
}

#heading
{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}


#subheading
{
    font-size: 1.1em;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    background: #963;
    position: relative;
}

.poster-photo-image
{
    border-right: 3px solid #FFF;
    display: block;
}

#feature-area-home
{
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    text-align: center;
    padding: 2%;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
}

#feature-area-home a:link, #feature-area-home a:visited
{
    color: #fff;
    text-decoration: underline;
}

#feature-area-home a:hover
{
    text-decoration: none;
    color: #fc3;
}
#feature-area-home .promotion
{
    color: #fc6;
    background-color: #963;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    background: #963;
    position: relative;
    color: #fff;
    font-size: large;
    padding: .5em 20px .7em 20px;
}

#pagetitle a:link, #pagetitle a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#pagetitle a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area
{
    background-color: #996633;
}
