#content {
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align: center; /* Counteract to IE5/Win Hack */
    font-family: Arial, Helvetica, sans-serif;
    width:800px;
    background-color: #0a0b0d;
}


body{
    text-align:center;
    font-size: 13px;
    background-repeat:repeat;
}


div#menu{
	/*background-color: #f8c862;*/
    font-size: 13px;
    text-align:center;
    color:#e97833;
    width : 110px;
    font-weight: bold;
    margin-top:10px;
}

div#menu a{
	text-decoration: none;
	color: #e97833;
	font-weight: bold;
	font-family:arial, verdana, sans-serif;
	width : 110px;
}

div#menu a:hover{
	background-color:#888888;
    color:#f8c862;
}

div#menu:hover{
    color:#f8c862;
    background-color:#888888;
    cursor: hand; /* IE7 */
    width : 110px;
    height: 25px;
    font-weight: bold;
    padding-top:5px;
}

div#activity{
    font-size: 12px;
    text-align:center;
    color:#e97833;
    width : 200px;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
}
#activity a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family:arial, verdana, sans-serif;
    color:#CCCCCC;
    width : 200px;
    margin-top:5px;
    margin-bottom:5px;
}

#activity a:hover{
    cursor: hand; /* IE7 */
    color:#CCCCCC;
    width : 200px;
    height: 15px;
    font-weight: bold;
    font-style:italic;
}


div#body{
    font-size: 12px;
    color: #fff;
}

#body a {
    text-decoration: none;
    color: black;
    font-family:arial, verdana, sans-serif;
    width : 200px;
    margin-top:5px;
    margin-bottom:5px;
    color:#f19054;
}

#body a:hover{
    cursor: hand; /* IE7 */
    color:#e97833;
    width : 200px;
    height: 15px;
    font-weight: bold;
    font-style:italic;
}


div#bottom{
    font-size: 11px;
}

#bottom a {
    text-decoration: none;
    font-family:arial, verdana, sans-serif;
    color:#f19054;
}

#bottom a:hover{
    cursor: hand; /* IE7 */
    color:#e97833;
    font-weight: bold;
    font-style:italic;
}


div#text{
    font-size: 12px;
    width : 400px;
}

#text a {
    text-decoration: none;
    color: #f8c862;
    font-weight: bold;
    font-family:arial, verdana, sans-serif;
    width : 200px;
    margin-top:5px;
    margin-bottom:5px;
}

#text a:hover{
    cursor: hand; /* IE7 */
    color:#CCCCCC;
    width : 200px;
    height: 15px;
    font-weight: bold;
    font-style:italic;
}


div#left{
    width: 600px;
    float: left;
    color: #e8e2d5;
    text-align: left;
}

div#right{
	width: 200px;
	float: right;
	text-align: left;
	color:#e8e2d5;
}

div#suport{
	width: 200px;
	float: right;
	text-align: left;
	background-color:#0a0b0d;
	/*border: 2px solid #e8e2d5;*/
}


