@charset "utf-8";
/* CSS Document */

/* Zero Selectors */
* {
margin: 0;
border: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
background-color: #000;
background-image:url(../images/structure/backgroundf.jpg);
background-position:center;
background-repeat:repeat;
background-attachment:fixed;
}

#wrapper {
margin: 0 auto;
width: 1000px;
background-image:url(../images/structure/wrapper_bg.png);
background-repeat:repeat-y;
min-height: 100%; 
}

#top {
margin: 0 auto;
height: 200px;
padding: 15px;
}


#content {
padding: 0 15px 30px;
/*background-image:url(../images/structure/content_bg.jpg);
background-position:top left;
background-repeat:no-repeat;*/
margin-left: 10px;
}

#logo {
float: left;
}


#nav {
margin-top: 80px;
padding-bottom: 20px;
border-bottom: 1px solid #333;
font-size: 2.4em;
font-family: Century Gothic, sans-serif;
font-weight: bold;
}

#nav a {
text-decoration: none;
margin-left: 22px;
color: #666666;
}

#nav a:hover {
color: #CCCCCC;
background-color: #111;
border: #CCCCCC 1px solid;
border-left:none;
border-right:none;
}

#nav .active {
color: #CCCCCC;
}

#titles {
margin-left: 225px;
}


#content_right {
float: right;
width: 300px;
margin: 0 0 30px 30px;
padding: 10px;
border-left: 1px solid #333333;
background-color:#000000;
}

#content_main {
margin: 0 0 30px 0;
padding: 30px;
width: 560px;
}

.bordered {
padding: 30px;
margin-bottom: 30px;
border: 1px solid #333333;
}

#footer {
margin: 0 auto;
width: 990px;
color: #000000;
}


.entry {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: #CCCCCC 1px dashed;
}

#footer p {
color: #000000;
}


.right_object {
margin-bottom: 40px;
border-bottom: 1px solid #333;
padding-bottom: 20px;
}

#video {
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

#copyright {
margin: 10px auto;
width: 990px;
text-align:center;
color: #000000;

}


/* set base font size to equivalent of 10px */
body {
font-size: 62.5%;
color: #FFF;
}

body, input, textarea, h3, h4 {
font-family:Arial, Helvetica, sans-serif;
}

h1, h2  {
font-family:Arial, Helvetica, sans-serif;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

p {
font-size: 1.2em;
line-height: 1.6em;
margin-bottom: 1.3em;
}

h1 {
font-size: 3.4em;
font-weight: normal;
margin: 0 0 1.6em 0;
color: #FFF;
}

h2 {
font-size: 1.8em;
font-weight: normal;
margin-bottom: 1.0em;
color: #FFF;
}

h3 {
font-weight: bold;
margin-top: 2em;
}

a {
color: #E0C6B0;
}

a:hover {
color: #FFFFFF;
background-color: #E0C6B0;
color: #000;
}

#copyright a {
color: #000;
}

.clear {
clear:both;
}