body
{
    background-color:#242424;
    color:#EEE;
    padding:0px;
    margin:0px;
    font-family:Arial;
    background: url('images/bg.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#nav
{
    background-color: #000;
    background-image: url("images/navi-bg.png");
    height:66px;
    border-bottom:2px solid #464646;
}

#navwrap
{
    width:1070px;
    margin:0 auto;
}

#nav ul
{
    list-style: none;
    padding:0px;
    margin:0 0 0 250px;
}

#nav li
{
    float:left;
}

#nav li a
{
    width:154px;
    height:68px;
    color:red;
    display:table-cell;
    text-align: center;
    text-decoration: none;
    background-image:url("images/navi-a-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
    text-transform:uppercase;
   font-family: 'Oswald', sans-serif;
    font-size:23px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);

}

#nav li a.navlast
{
    background-image: none;
    width:184px;
}

#nav li a.selected
{
    color:white;
    background-image:url("images/navi-a-hover.png");
}

#nav li a.selected.center
{
    color:white;
    background-image:url("images/navi-a-hover2.png");
}

#nav li a.center.navlast.selected
{
    color:white;
    background-image:url("images/navi-a-hover2.png");
    background-size: 100% 100%;
    width:184px;
}


#nav li a:hover
{
    color:white;

}

#nav li a.center:hover
{
    color:white;

}



#content
{
    width:900px;
    margin:0 auto;
    padding-bottom:20px;
}

#left
{
    width:230px;
    float:left;
    margin-top:15px;

}

#left .logo
{
    margin-top:-70px;
    margin-left:10px;
}

#left ul
{
    list-style: none;
    margin:0;
    padding:0;
}

#left ul li a
{
    width:210px;
    display: block;
}

#left ul li a.selected
{
    background-image: url("images/arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
}

#right
{
    width:670px;
    float:right;
     margin-top:15px;


}

#right #bg-opacity
{
        background-image: url("images/bg-opacity.png");
    min-height:500px;
}


/*DEFAULT*/

h1
{
    color:#e16c19;
    font-size:22px;
}

h2
{
	color:#f6b61b;
    font-size:18px;
}

h3
{
	color:#e16c19;
    font-size:14px;
}

p{
    line-height: 1.4em;
}
a:link
{
    color:#c82a18;
}

a:visited
{
    color:#932114;
}


a:active
{
    color:#eee;
}


a:hover
{
    color:#EEE;
}

.thumbnailmonster
{
	width:120px;
	margin:1px;
}

.thumbnailmonster .first
{
    margin-left:2px;
}

.thumbnailmonster .last
{
    margin-right:0px;
}

.thumbnail
{
    width:200px;
    margin:5px;
}

.thumbnail .first
{
    margin-left:0px;
}

.thumbnail .last
{
    margin-right:0px;
}

.basic-padding
{
    padding:15px;
}

.top-dotted
{
    border-top:0px dotted #6f6f6f;
}
.bottom-dotted
{
    border-bottom:0px dotted #6f6f6f;
}
.clear
{
    clear:both;
}
