html {
    margin:0;
    padding:0;
    overflow-y: scroll;
}
body {
    margin:0;
    padding:0;
    background:#610000 url(../images/bg_body.gif) top center repeat-y;
}
body, textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
img {
    border:none;
    -ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
    color:#f00;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
p{
line-height: 18px;
font-size:14px;
}

h1, h2, h3 {
    margin:0;
    padding:0;
    overflow:hidden;
    color:#fff;
}
h1 {
    font-size:180%;
    padding:8px 0;
}
h2 {
    font-size:150%;
    padding:4px 0;
}
h3 {
    font-size:120%;
    padding:2px 0;
}

input.fill{
display:none;
margin:0px;
padding:0px;
}

input{
margin: 4px 0 0;
padding: 7px 0 0;
}


input.btn{
margin:0px;
padding:0px;
}


#full_page {
    position:relative;
    width:960px;
    margin:0 auto;
    padding:26px 0;
    background:#000;
    color:#fff;
}
#page_head {
    height:240px;
    margin:8px 0;
    background:url(../images/header_01.jpg) top right no-repeat;
    }
#page_sponsor {
    height:240px;
    margin:8px 0;
    background:url(../images/team-tilube-header-final.jpg) top right no-repeat;
}
#page_menu {
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
}
#page_menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
#page_menu li {
    margin:0;
    padding:0;
    float:left;
}
#page_menu a, #page_menu span {
    display:block;
    float:left;
    height:24px;
    line-height:24px;
    padding:0 8px;
    color:#cecece;
    text-decoration:none;
    text-transform:uppercase;
}
#page_menu a:hover {
    text-decoration:underline;
}
#page_menu a span {
    padding:0;
}
#page_body {
    margin:8px 0;
}
#page_foot {
    margin:8px 0;
    height:93px;
    background:url(../images/footer_01.jpg) bottom right no-repeat;
}
#page_foot p {
    position:absolute;
    bottom:0;
    right:0;
    color:#cecece;
    text-align:right;
}
#col_01 {
    width:270px;
    float:left;
}
#col_01 .ad {
    padding-bottom:0px;
}

#col_01  p.ad {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

#col_01 .events {
    background:url(../images/pane_left_04.jpg) no-repeat scroll 0 0 transparent;
    overflow:hidden;
}
#col_01 .content {
    padding:20px 15px;
    padding-top:56px;
}
#col_01 .event {
    padding-bottom:14px;
}
#col_02 {
    width:675px;
    float:right;
}
#col_02 .t {
    height:14px;
    background:url(../images/col_02_t.gif) top right no-repeat;
}
#col_02 .m {
    background:url(../images/col_02_m.gif) top right repeat-y;
}
#col_02 .b {
    height:8px;
    background:url(../images/col_02_b.gif) bottom right no-repeat;
}
#col_02 .content {
    margin:0 7px 0 12px;
    margin-top:-5px;
    padding:1px 0;
    min-height:257px;
    color:#9e9e9e;
}
#col_02 .divide {
    position:relative;
    height:30px;
}
#col_02 .divide h2 {
    font-size:140%;
}
#col_02 .divide a.more {
    position:absolute;
    top:7px;
    right:5px;
}
#col_02 .date, #col_02 .credit {
    font-size:14px;
}
#col_02 .credit strong {
    font-weight:normal;
    color:#f00;
    text-decoration:underline;
}






