/*----------------------------- 
	Main Box 
-----------------------------*/

body {
	font-family: "Trebuchet MS", serif;
	font-size: .9em;
	color: #FDDE95;
	background-color: black;
	text-align: justify;
}

/*----------------------------- 
	Sub Boxes 
-----------------------------*/

#news {
  	text-align: center;
}

#left {
  	margin: 0;
  	padding: 0;
    width: 210px;     
  	float: left;
  	text-align: center;
}

#menu {
  	text-align: justify;
  	background-color: #15000B;
	color: inherit;   
  	border: solid #FFEEE6 1px;
  	padding: 5px;
  	margin-bottom: 5em;
}

#content {
  	background-color: #15000B;
	color: inherit;   
  	border: solid #FFEEE6 1px;
  	width: 75%;
  	float: right;
  	padding: 5px;
}

#footer {
  	clear: both;
  	color: white;
	background-color: transparent;   
  	text-align: center;
  	padding-top: 1em;
  	padding-bottom: 1em;
}



/*----------------------------- 
	Headings 
-----------------------------*/

h1 {
	font-size: 1.5em;
	text-align: center;
	color: #ffc246;
	width: 100%;
	background-color: #15000B;
	border: solid #FFEEE6 1px;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-size: 14pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

h3 {
  	font-size: 1em;
  	font-variant: small-caps;
}

/*----------------------------- 
	Hyperlinks 
-----------------------------*/

a {
	background-color: inherit;
	color: yellow;
}

table.screenshots a {
	text-decoration: none;
}

table a, table a:active, table a:visited {
	border: none;   			
	background-color: inherit;   
   	color:black;
}

td a:hover {
	border: none;
	color: #6A0035;
	background-color: inherit;   
}

h2 a, a h2 {
 	color: #FBA85E;
	background-color: inherit;   
}

#menu a {
        text-decoration: none;
        background-color: inherit;   
        color: #FBA85E; 
        font-weight: bold;
        font-size: 0.9em;
        font-style: italic;
}

#menu a:hover {
        text-decoration: underline;
        color: #FB830B;
        background-color: inherit;
}

/*-----------------------------
	Images
-----------------------------*/

table img {
	border: none;
	opacity: .90;
	margin: 10px;
}

table img:hover {
	opacity:.99 
}

#footer img {
      float: left;
}

/*-----------------------------
	Table Headers
-----------------------------*/

div.tabletitle {
	text-align: center;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	width: 80%;
	margin-left: 10%;
	border-bottom: 2px solid #5C0A22;
}

/*-----------------------------
	Tables
-----------------------------*/

table {
	background-color: #5C0A22;
  	color: black;   
	text-align: left;
	border: 1px solid #B83D01;
	padding: 15px;
	width: 90%;
	margin-left: 5%
}

table.screenshots {
    border-spacing: 18px;
    display: inline;
    background-color: transparent;
    border: 0px;
    margin: 13px;
    width: 80%;   

}

.centercontent {
	background-color: #5C0A22;
	border: 1px solid #B83D01;
	text-align: center;
	max-width: 90%;
	max-height: 158px;
	margin-left: 5%;
 	margin-right: 5%;
	width: 100%;
}

/*-----------------------------
	Table-cells
-----------------------------*/

th {
	background-color: inherit;
	color: #FF751A;
  	text-align: left;
}

td {
   	background-color: #FFAD15;
   	color:black
}

td, th {
  	font-size: .9em;
}

table.screenshots td {
	color: inherit;
	background-color: #E79500; 
}
/*-----------------------------
	Other
-----------------------------*/

.last_text {
	background-color: inherit;   
  	color: #ffc246;
  	font-weight: bold;
} 

span.advertisement { 
	background-color: black;
}
