/* ------------------------------------ *
 CSS
 Thursday, 19 June 2008 07:22:57 PM
 HAPedit 3.1.11.111
 * ------------------------------------ */


/* body bagkground image */
body {
    background: #000000 url(/forum/styles/mitsucrew/theme/images/Background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0%;
    color: #000000;
    font: normal 90% Tahoma,sans-serif;
    margin: 0;
    padding: 0px 0;
        }

/* links colour */
a {
color: #ff0000;
font: 65% Tahoma,verdana}
a:hover {color: #FFFFFF;}


/* fonts */
h1 {font-size: 150%}
h2 {font-size: 130%}
p {font-size: 100%}


/* tables */

table.one
{
table-layout: automatic
}
table.two
{
table-layout: fixed
}
table.footer
{
table-layout: automatic
}



.content p
{
color: #ffffff;
}

/* footer */
.footer {
    background: url(images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    color: #ffffff;
    font: 1em sans-serif;
    line-height: 12px;
    padding: 0 120px 0px;
}

/* Search box
--------------------------------------------- */
#search-box {
    color: #000000;
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    display: block;
    float: right;
    text-align: right;
    white-space: nowrap; /* For Opera */
}

#search-box #keywords {
    width: 95px;
    background-color: #FFF;
}

#search-box input {
    border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
    padding: 0px 0px;
}

#search-box li {
    text-align: right;
    margin-top: 0px;
}

#search-box img {
    vertical-align: middle;
    margin-right: 0px;
}

#new_header{
      padding: 0px;
}