/* martinssonracing.com - default styles */

/* content containers */

body {
    background-color: #000000;
    background-image: url(../images/bg_sq.gif);
    color: #FF6600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    margin: 0px;
    text-align: center;
}

.page_holder { /* the page contents */
    background-color: #000000;
    border: thin solid #666666;
    text-align: center;
    margin: auto;
    width: 980px;
}

.page_top { /* top logo img */
    background-image: url(../images/toppbg.png);
    background-repeat: no-repeat;
    height: 240px;
    overflow: hidden;
    padding-top: 146px;
}

.page_nav { /* navigation buttons */
    height: 20px;
    overflow: hidden;
}

.page_main { /* container for contents */
    background-color: #000000;
    float: left;
    margin-top: 1em;
    width: 560px;
}

.page_pages { /* container for contents */
    background-color: #000000;
    float: left;
    margin-top: 1em;
    width: 740px;
}

.page_column { /* side column */
    background-color: #000000;
    float: left;
    height: 100%;
    width: 182px;
}

.page_column_counter { /* counter holder */
    font-family: monospace;
    font-size: small;
    font-weight: 900;
    margin: 0em 0em 2em;
    text-align: right;
}

.page_column_contents { /* side column contents */
    background-image: url(../images/bg_col_sep.gif);
    background-repeat: repeat-y;
    background-color: #000000;
    height: 100%;
    width: 182px;
}

.page_footer { /* footer */
    clear: both;
    display: block;
    height: 24px;
    text-align: center;
}

a.nav_lang { /* language selections link */
    border: none;
    float: right;
    margin: 0px;
}

img.nav_lang { /* language selections image */
    border: none;
    margin: 0px;
}

/* text/paragraph styles */

h1 {/* default big heading */
    color: #ffffff;
    font-size: large;
    font-weight: 900;
    margin: 0.2em 0.4em 1em;
    text-align: left;
    vertical-align: bottom;
}

h2 {/* default smaller heading */
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    margin: 0.4em 0.4em 1em;
    text-align: left;
    vertical-align: bottom;
}

h3 {/* default smaller heading */
    color: #ffffff;
    font-size: x-small;
    font-weight: 900;
    margin: 0.4em 0.4em 1em;
    text-align: left;
    vertical-align: bottom;
}

a {
    color: #febd00;
    font-weight: 400;
    text-decoration: underline;
}

a:hover {
    color: #febd00;
    font-weight: 900;
    text-decoration: underline;
}

a.nav_links {/* navigation links */
    background-image: url(../images/bg_nav_links.png);
    background-repeat: repeat;
    color: #966900;
    display: block;
    float: left;
    font-size: small;
    font-weight: 900;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    width: auto;
}

a.nav_links:hover { /* navigation links when hovered */
    background-image: none;
    color: #febd00;
    text-decoration: underline;
}

.text_parag { /* default paragraph text */
    font-size: x-small;
    font-weight: normal;
    margin: 8px;
    text-align: left;
}

.text_news { /* news paragraph text */
    font-family: monospace;
    font-size: x-small;
    margin: 6px;
    text-align: left;
}

.text_footer { /* page footer text */
    font-family: monospace;
    font-size: xx-small;
    font-weight: 900;
}

/* other styles */

hr.news_sep { /* news paragraph seperator */
    color: #999999;
    height: 1px;
    margin: 8px auto 2px;
    width: 75%;
}

hr.sep { /* news paragraph seperator */
    color: #999999;
    height: 1px;
    margin: 8px auto 2px;
    width: 90%;
}

.inlinehl {
    color: #ffffff;
    margin: auto;
}

.addmargins {
    margin: 1em;
}

img { /* removes all image borders */
    border: none;
}

