* {
	margin: 0;
	padding:0;
	border: 0;
}

html {
	height: 100.1%;
	font-size: 100.1%;
}

body {
	height: 100%;
	line-height: 1.2em;
		font: 14px arial, sans-serif;
	color: #888;
 	background-color: #000;
}

.container{
	width:860px;
	margin:10px auto;
}
.containermain{
	width:860px !important;
	width: 370px;
	margin:10px auto;
}

#content{
	padding: 20px 0 100px 0;
 	background-color: #0C0F16;
}

#content p{
	color: #ddd;
	margin: 0 20px 10px 0;
}

#content a {
	color: #C90106;
	text-decoration: none;	
}
#content a:hover {	
	text-decoration: underline;	
	padding: 0em;
	color: #FEAB02;
}

#header {
	background-color: #000;
	padding: 0px 0 50px 0;
	border-bottom: 3px solid #282F3B;
}
#footer {
	padding: 25px 0 25px 0;
	background-color: #000;
	border-top: 2px solid #282F3B;
	text-align: center;
}

#footer a {
	color: #C90106;
	text-decoration: none;	
}	

#menu ul {
	padding-top: 10px;
}
#menu li {
	display: inline;
	list-style: none;
}

#menu  li a {
	font-weight: bold;
	font-size: 1.2em;
	float: left;	
	width: 100px;
	color: #C90106;
	text-decoration: none;	
	padding-right: 15px;
}

#menu li a:visited {
        color: #C90106;
}

#menu li a:hover {	
	text-decoration: underline;	
	padding: 0em;
	color: #FEAB02;
	padding-right: 15px;
}

h2 {
	color: #FEAB02;
	padding-bottom: 10px;
}

h3 {
	color: #C90106;
}
h3 a {
	width: 50px;
}
table {
	padding: 10px 0 10px 0;
}
th {
text-align: left;
}
blockquote {
	width: 400px;
	text-align: justify;
}
.quotestart {
     float: left;
     font-size: 700%;
     color: #C90106;
     margin-top: -20px;
     padding-right: 5px;
}
.quoteend {
     float: right;
     font-size: 700%;
     color: #C90106;
      margin-top: -60px;
      margin-right: 10px;
}