#body {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    background-image: url('graphics/background.jpg');
    background-repeat: repeat-x;
}

#wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 1000px;
    background-color: #000000;
}

#header {
    background-image: url('graphics/header.jpg');
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 1000px;
    height: 370px;
}

#page {
    background: url('graphics/main_background.jpg') 100% 100% no-repeat;
}


#main_content {
    width: 650px;
    float: left;
}
#right_content {
    width: 350px;
    float: right;
}
#lower_content {
    width: 327px;
    clear: both;
}

.picture {
    border: 3px solid white;
    border-radius: 5px;
    margin: 3px;
}

.round_border {
    margin: 3px;
    border: 3px solid white;
    border-radius: 4px;
}

.box_header {
    text-align: center;
    padding: 5px;
    border-bottom: 3px solid white;
    background: url('graphics/box_header_background.png') 0 0 repeat;
}

.box_content {
    padding: 5px;
    background: url('graphics/box_content_background.png') 0 0 repeat;
}


#nav_bar {
    padding: 0px;
    height: 40px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    text-align: center;
}

p {
    color: white;
    font-family: sans-serif;
    font-variant: normal;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}
p.header {
    font-size: 17px;
}

p.subheader {
    font-size: 14px;
}
p.secondary_subheader {
    color: #FF0099;
    font-size: 14px;
}
p.secondary {
    color: #FF0099;
}

p.dark {
    color: gray;
}

p.footer {
    padding: 20px;
    font-size: 10px;
    color: gray;
    font-weight: normal;
}

p.test {
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;

}

a {
    color: white;
}

a.nav {
    border-bottom: 0px;
}
a.nav:active {
    border-bottom: 0px;
}
a.nav:hover {
    border-bottom: 0px;
}

img {

    border: 0px;
}

input {
font-size: 13px;
font-weight: bold;
background-color: transparent;
color: white;
border: 2px inset white;
padding: 2px;
}

textarea {
font-size: 13px;
font-weight: bold;
background-color: transparent;
color: white;
border: 2px inset white;
padding: 2px;
resize: none;
}

.button {
background: url('graphics/box_header_background.png') 0 0 repeat;
margin: 4px;
}
