
body {
    font-size: 11px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #fff;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

/* ***************************************
	DEFAULTS
*************************************** */
a {color: #C3C3C3;text-decoration: none;-moz-outline-style: none;outline: none;}
a:visited {}
a:hover {color: #FF9C06;text-decoration: none;}
p {margin: 0px 0px 15px 0;}
img {border: none;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;line-height: normal;}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
.clear{
    clear: both; 
    visibility: hidden;
}

/* Layout */
#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 910px;
}
#header #tbheader{
    width: 100%;
    border: 0px;
    margin: 10px 0px;
}
#header #tbheader #topmenu{
    text-align: right;
    vertical-align: top;
}
#header #menubar{
    width: 910px;
}
#header #menubar td.first{
    width: 4px;
    height: 25px;
    background: url('../images/menubar_first.gif') repeat-x;
}
#header #menubar td.menu{
    height: 25px;
    color: #fff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    background: url('../images/menubar_bg.gif') repeat-x;
}
#header #menubar td.menu span{
    padding: 5px 5px;
}
#header #menubar td.last{
    width: 4px;
    height: 25px;
    background: url('../images/menubar_last.gif') repeat-x right top;
}
#header #menubar td.menu a{
    color: #fff;
}
#header #menubar td.menu a:hover{
    color: #FF9C06;
}
/*#menubar li{
    float: left;
    color: #fff;
    background: url('../images/menubar_bg.gif') repeat-x;
    padding: 5px 12px;
}
#menubar li.first{background: url('../images/menubar_first.gif') repeat-x;}
#menubar li.last{background: url('../images/menubar_last.gif') repeat-x right top;}
*/
#wrapper #contents{
    margin-top: 5px;
}
#wrapper #contents #content_left{
    width: 640px;
    float: left;
}
#wrapper #contents #content_right{
    width: 265px;
    float: right;
    /*background: url('../images/block_bg_w.png') repeat-y;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;*/
}

.block{
    padding: 5px;
    /*background-color: #F3F2F2;*/
    margin-bottom: 5px;
}
.block_right{
    /*background: url('../images/block_bg.png') repeat-y;*/
    margin-bottom: 10px;
    /*border-bottom: 1px solid #A7A7A7;*/
}
.block_right h2{
    /*background: url('../images/block_top.png') repeat-y;*/
    border-bottom:1px solid #C3C3C3;
    color:#C60E52;
    font-size:0.9em;
    height:23px;
    padding-top:5px;
    text-align:center;
    width: 95%;
    margin: auto;
}
.block_right div{
    padding: 10px;
}

#wrapper #footer {
    margin-top: 5px;
    padding: 10px;
    color: #B7B7B7;
}
