html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000;
    text-align: center;
    font-family: verdana, helvetica, arial, sans-serif;
}

img
{
    border: none;
}

a:active
{
    border: none;
}

#container
{
    margin: 0;
    padding: 0;
    width: 960px;
    min-height: 100%;
    border: none;
    background: #000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #dce0df;
    
}

/*----------------------------------------------------------------------------*/
/* footer */

#foot-pad
{
    width: 100%;
    height: 110px;
    background: #000;
}

#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 86px;
    background: url(../images/footer.jpg);
}

#footer p
{
    margin: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

#footer a
{
    font-size: 1.2em;
    text-decoration: none;
    color: #dce0df;
    font-family: Times, serif;
    font-variant: small-caps;
}

#footer a:hover
{
    color: #47888f;
}

#legal, #legal a
{
    font-size: 1em;
    font-family: verdana, helvetica, arial, sans-serif;
}

/*----------------------------------------------------------------------------*/
/* header */
#header
{
    width: 100%;
    height: 157px;

}

/*----------------------------------------------------------------------------*/
/* main content */

#main_content
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

#content
{
    padding-bottom: 20px;
}

#content h1
{
    display: none;
}

#content h2, h3
{
    font-size: 1.3em;
    text-shadow: #47888f 3px 3px 5px;
}

#content ul
{
    list-style-position: inside;
}

#content a
{

    color: #dce0df;
}

/*----------------------------------------------------------------------------*/
/* menu */

#menu
{
    margin-left: 188px;
    text-align: center;
    width:700px;
}

#menu ul
{
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#menu li
{
    display: inline;
    margin: 0;
    padding: 0;
}

/*----------------------------------------------------------------------------*/
/* buttons - thanks to Alex at:
  http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */

a.button {
    background: transparent url('../images/button_right.gif') no-repeat scroll top right;
    color: #dce0df;
    float: left;
    display: inline;
    font-size: 19px;
    font-family: Times, serif;
    font-variant: small-caps;
    height: 29px;
    margin-right: 20px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
    width: 120px;
    border: none;
}

a.button span {
    background: transparent url('../images/button_left.gif') no-repeat;
    display: block;
    line-height: 19px;
    padding: 5px 0 5px 10px;
}

a.button:hover {
    background-position: center right;
    color: #121212;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: center left;
    padding: 5px 0 5px 10px; /* push text down 1px */
}

a.button:active {
    background-position: bottom right;
    color: #121212;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
}


/*----------------------------------------------------------------------------*/
/* Location indicator */

#location
{
    width: 130px;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 390px;
    background: #000;
    font-size: 13px;
    font-family: Times, serif;
    font-variant: small-caps;
}

/*----------------------------------------------------------------------------*/
/* common classes */
.width50pc
{
    width: 49%;
}

.width40pc
{
    width: 39%;
}

.width25pc
{
    width: 24%;
}

.width60pc
{
    width: 59%;
}

.width70pc
{
    width: 69%;
}

.margin20
{
    margin-left: 20px;
    margin-right: 20px;
}


.leftfloat_Hspace50,
.rightfloat_Hspace50
{
    float: left;
    width: 50px;
    height: 1px;
}

.rightfloat_Hspace50
{
    float: right;
}

.clear
{
    clear: both;
}

.leftfloat
{
    float: left;
}

.rightfloat
{
    float: right;
}

.spacer5,
.spacer10,
.spacer30
{
    width: 100%;
    display: block;
}

.spacer5
{
    height: 5px;
}

.spacer10
{
    height: 10px;
}

.spacer30
{
    height: 30px;
}

.alignright
{
    text-align: right;
}

.sizeup
{
    font-size: 1.2em;
}

/*----------------------------------------------------------------------------*/
/*Horizontal breaks*/
.hbreak
{
    width: 75%;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../images/hbreak_bkg.gif) repeat-x;
}

.hbreak_left,
.hbreak_right
{
    width: 97px;
    height: 5px;
    float: left;
    margin: 0;
    background: url(../images/hbreak_left.gif) no-repeat;
}

.hbreak_right
{
    float: right;
    background: url(../images/hbreak_right.gif) no-repeat;
}

/*----------------------------------------------------------------------------*/
/* borders with rounded corners. Thanks web credibles! */
.t {background: url(../images/main_top_edge.gif) 0 0 repeat-x}
.b {background: url(../images/main_bot_edge.gif) 0 100% repeat-x; min-width: 0;}
.l {background: url(../images/main_left_edge.gif) 0 0 repeat-y}
.r {background: url(../images/main_right_edge.gif) 100% 0 repeat-y}
.bl {background: url(../images/main_bot_right.gif) 0 100% no-repeat; min-width: 0;}
.br {background: url(../images/main_bot_left.gif) 100% 100% no-repeat; min-width: 0;}
.tl {background: url(../images/main_top_right.gif) 0 0 no-repeat}
.tr {background: url(../images/main_top_left.gif) 100% 0 no-repeat; padding:10px} 