body {
    background: #f8f0c0;
    margin: 0;
    color: #404040;
    font-size: 12px;
}
a:link {
    color: #404040;
}
a:visited {
    color: #404040;
}
a:active {
    color: #404040;
}
a:hover {
    color: #d20301;
}
#pageContainer {
    width: 780px;
    margin-bottom: 10px;
    border: 3px solid #404040;
}
#page {
    width: 780px;
    font-family: Verdana, Helvetica, Arial;
}
#message{
    background: #FFEEEE;
    width: 400px;
    border: 3px solid #990000;
    color: #990000;
    font-weight: bold;
}
#header {
    color: white;
    position: relative;
    background: #EEEEEE;
    background-image: url("../images/background.jpg");
}
#ads {
	background-image: url("../images/background.jpg");
    border: 3px solid #404040;
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
    color: #FFFFFF;
}
	
	
#logo {
    text-align: left;
}
#search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    background: #EEEEEE;
    background-image: url("../images/background3.jpg");
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
}
#links {
    position: absolute;
    right: 5px;
    top: 32px;
    text-align: left;
}
#links table {
    font-size: 12px;
}
#links td {
    padding: 3px;
}
#search td {
    padding: 2px;
}
#platform {
    text-align: left;
    padding: 0 15px 0 15px;
}
#platform table {
    font-size: 12px;
}
#platform td {
    padding: 4px;
}
#platform .selected {
    background: #404040;
}
#platform .selected a {
    color: #f8f0c0;
}
#platform .notSelected {
    background: #777777;
}
#platform .notSelected a {
    color: #f8f0c0;
}
#platformBase {
    background: #404040;
    height: 10px;
}
.header1 {
    font-size: 14px;
    color: #f8f0c0;
    background: #404040;
    font-weight: bold;
    text-align: center;
    padding: 0 0 3px 0 !important;
    height: 1%;
}
h1 {
    font-size: 14px;
    color: #FFFFFF;
    background: #404040;
    font-weight: bold;
    margin: 0;
}
#main {
    position: relative;
    width: 100%;
    background: #EEEEEE;
    background-image: url("../images/background.jpg");
    padding: 10px 0 20px 0;
}
#footer {
    width: 100%;
    padding-bottom: 5px;
    font-size: 10px;
    border-top: 0;
    background: #EEEEEE;
    background-image: url("../images/background.jpg");
}
.button {
    font-size: 10px;
}
.gameTooltip {
    padding: 5px;
    text-align: left;
}
.gameTooltipScreenshot {
    margin-bottom: 8px;
    border: 2px solid #404040;
}
.gameTooltipBoxshot {
    float: left;
    margin: 0 5px 5px 0;
}
.gameTooltipTitle {
    font-size: 12px;
    color: #FFFFFF;
    background: #404040;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

#paragraph {
	font-size: 16px;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	padding: 10px 30px 20px 50px;
}

#paragraph2 {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	padding: 10px 60px 20px 60px;
}

.title {
	color: #404040;
	font-weight: bold;
	font-size: 14pt;
}

.title2 {
	color: #404040;
	text-align: center;
	font-weight: bold;
	font-size: 10.5pt;
}

.title3 {
	color: #A0522D;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

.results {
    width: 96%;
    background: #FFFFFF;
    border: 1px solid #404040;
    font-size: 12px;
}
.results td {
    padding: 5px;
}
.games {
    text-align: center;
}
.section {
    width: 33%;
    text-align: center;
    padding: 0;
    font-size: 10px;
    vertical-align: top;
}
.infoBlock {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border: 1px solid #404040;
    background: #EEEEEE;
    background-image: url("images/background3.jpg");
}
.gameBlock {
    border: 1px solid #404040;
    background: #EEEEEE;
    background-image: url("images/background3.jpg");
    font-size: 12px;
    text-align: left;
    padding: 0;
    width: 100%;
}
.gameBlock a:link, .gameBlock a:active, .gameBlock a:visited {
    color: #ffffff;
    text-decoration: none;
}
.gameBlock a:hover {
    color: #d20301;
    text-decoration: none;
}
.more a:link, .more a:active, .more a:visited {
    color: #404040;
    text-decoration: underline;
}
.more a:hover {
    color: #d20301;
    text-decoration: underline;
}
        
.review a:link, .more a:active, .more a:visited {
    color: #404040;
    text-decoration: underline;
}
.review a:hover {
    color: #d20301;
    text-decoration: underline;
}   
