body {
background-color: #202020;
margin: 0;
font-family: Arial, sans-serif;
text-align: center;
}
#content-wrapper {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
padding: 40px 40px 30px 40px;
color: #9D9D9D;
border: solid 1px #0d0d0d;
background-color: #151515;
text-align: justify;
-moz-box-shadow: 0 0 7px 7px #0d0d0d;
-webkit-box-shadow: 0 0 7px 7px ##0d0d0d;
box-shadow: 0 0 7px 7px #0d0d0d;
}
#content {
text-align: justifiy;
}
.col-md-6 {
max-width/*\**/: 47%\9;
float/*\**/: left\9;
}
.container {
max-width: 918px;
}
.container-fluid  {
padding: 0px;
}
#content-bottom {
clear: both;
padding: 10px 0 20px 0;
}
h2 > a,
h2 > a:link,
h2 > a:visited,
h2 > a:hover,
h2 > focus {
color: #9D9D9D;
text-decoration: none;
}
a:link,
a:visited {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
a:focus {
outline: none;
}
a img {
border: 0 none;
}
img {
border: 0px;
margin: 0 0 6px 0;
width: 100% \9;
max-width: 100%;
height: auto;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-ms-interpolation-mode:bicubic; /* IE7 */ width:auto\9; /* IE8 */
}
#header h1 {
margin-top: -10px;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h1, h2 {
font-variant: small-caps;
text-align: center;
margin: 10px 0 20px 0;
}
h3 {
font-variant: small-caps;
text-align: left;
margin: 30px 0 20px 0;
}
.center-block h3 {
text-align: center;
}
.container-fluid h3{
margin: 40px 0 10px 0;
}
#header {
text-align: center;
}
#header img {
margin: 0 0 40px 0;
}
.navbar {
background-image: linear-gradient(#202020, #151515);
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
}
.navbar-default .navbar-nav > li > a {
font-size: 1.2em;
font-variant: small-caps;
color: #fff;
}
.navbar-collapse {
max-width: 888px;
}
table {
background-color: #151515;
border-spacing: 1;
text-align: left;
}
cite {
font-style: italic;
}
.center-block {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.responsive-item {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
} 
.responsive-item iframe,
.responsive-item object,
.responsive-item embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#footer {
text-align: right;
}