@import "/css/reset-min.css";

html {
font-family: Helvetica, Lucida Sans, Lucida Grande, Arial, Verdana;
font-size: 12px;
        text-align: left;
}

body {
background-color: #FFFFFF;
background-image: url(/images/background.jpg);
background-repeat: repeat;
margin:2px 2px 2px 2px;
font-size: 1em;
color: #000000;
line-height: 1.5em;
}


#footer {
background-color: #FFFFFF;
        clear:both;
        float:left;
        width:960px;
        left: 50%;
        margin: 10px;
        border-top: 2px #AA0044 solid;
        color: #880000;
        font-size: 1.2em;
        padding: 4px;
}

#header {
background-color: #FFFFFF;
        position: absolute;
        float:left;
        top: 8px;
        width:990px;
        height: 300px;
        left: 50%;
        margin-left: -495px;
        border-bottom: 2px #CCCCCC solid;
        padding: 2px;
        z-index: 1;
}

#header table td {
        margin: 2px 10px 2px 10px;
        padding: 2px 10px 2px 10px;
}

.hovermenu {
background-image: url(/images/menu_bg.jpg);
background-repeat: repeat-x;
BORDER: 1px solid #dd0044;
color: #FFFFFF;
height: 20px;
}

.hovermenu td {
BORDER: 1px solid #dd0044;
}

.hovermenu a, .hovermenu a:hover {
color: #FFFFFF;
}


#main {
        z-index: 2;
background-color: #FFFFFF;
        position: absolute;
        float:left;
        top: 300px;
        width:990px;
        left: 50%;
        margin-left: -495px;
        border: 0px #00FF00 solid;
        padding: 2px;
}

#everything {
        position: absolute;
        float:left;
        top: 4px;
        width:980px;
        left: 50%;
        margin-left: -490px;
        border-bottom: 0px #AA0044 solid;
}

.small_pic {
        float:left;
        width: 100px;
        height: 150px;
        border: 1px #880000 solid;
        margin: 2px 4px 6px 4px;
}

.big_pic {
        margin: 4px;
}

.big_pic_container {
        float:left;
        text-align: center;
        margin: 2px;
}

.big_pic_container H1 {
    color: #990000;
    margin: 4px;
    font-size: 1.4em;
}

   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #dd0044;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #656565;}
