/* setting it up */

body{
    text-align: center;
    background-image: url(raidou2bg.jpg);
}

#container {
    width: 100%;
    height: 100%;
    text-align: justify;
    margin: 0 auto;
    background-image: url(raidou2line.jpg);
    background-repeat: repeat-x;
}

#container2 {
    width: 744px;
    margin: 0 auto;
}

#nav {
    width: 211px;
    height: 321px;
    background-image: url(raidou2navside.jpg);
    background-repeat: no-repeat;
    text-align: right;
    float: left;
    padding-top: 330px;
}

.content {
    width: 533px;
    height: 321px;
    font-family: helvetica, lucida grande, sans-serif;
    background-image: url(raidou2rightside.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    float: right;
    padding-top: 250px;
}

#nav a:link{
    padding-right: 20px;
    color: #9d4d46;
    text-decoration: none;
    font-family: helvetica cy, helvetica, arial narrow, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
}

#nav a:visited{
    padding-right: 20px;
    color: #000000;
    text-decoration: none;
    font-family: helvetica cy, helvetica, arial narrow, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
}


#nav a:active{
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: helvetica cy, helvetica, arial narrow, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
}

#nav a:hover{
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: helvetica cy, helvetica, arial narrow, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
}

.bottom {
    font-size: 9px;
    margin: 10px;
    font-family: arial, sans-serif;
    color: #9d4d46;
}

.bottom a:link{
    text-transform: uppercase;
}

.bottom a:visited{
    text-transform: uppercase;
}


/* text classes and stuff */

p{
    margin: 0;
    margin-bottom: 12px;
}

h1 {
    color: #000000;
    font-family: helvetica neue, impact, sans-serif;
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 32px;
    padding-top: 4px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

h2{
    color: #9d4d46;
    margin: 0;
    font-family: arial, times, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    border-left: 10px solid #343434;
}


strong {
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
}

i, em {color: #9d4d46;}
b {color: #212121;}

a:link {
    text-decoration: none;
    color: #9d4d46;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

input, textarea, select, option {
    border: 1px solid #333333;
    color: #cccccc;
    background-color: #000000;
    padding: 5px;
}
