a {
	text-decoration: none;
	color: black;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

a:hover {
	text-decoration: underline;
}

html {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #456826;
}

body {
	width: 832px;
	margin: auto;
	font-family: Arial;
}

.header {
	width: 832px;
	height: 113px;
	background-image: url('../images/header.jpg');
	float: left;
	margin-top: 20px;
}

.container {
	background-color: white;
	float: left;
	width: 832px;
}

.menu {
	width: 166px;
	float: left;
}

.top .left {
	width: 34px;
	height: 38px;
	float: left;
	background-image: url('../images/menu_left.jpg');
	border-left: 2px solid white;
	border-bottom: 1px solid white;
}

.top .center_left {
	width: 98px;
	height: 28px;
	float: left;
	background-image: url('/images/menu_center.jpg');
	border-bottom: 1px solid white;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding-top: 10px;
}

.top .center_right {
	width: 598px;
	height: 28px;
	float: left;
	background-image: url('/images/menu_center.jpg');
	border-bottom: 1px solid white;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding-top: 10px;
}

.top .center_left ul, .top .center_right ul {
	padding: 0px;
	margin: 0px;
}

.top .right {
	width: 30px;
	height: 38px;
	float: left;
	background-image: url('/images/menu_right.jpg');
	background-repeat: no-repeat;
	border-right: 2px solid white;
	border-bottom: 1px solid white;
}

.inside_left {
	width: 160px;
	border: 1px solid #CEDDC1;
	background-image: url('/images/menu_inside.jpg');
	background-repeat: repeat-x;
	background-color: white;
	margin-top: 1px;
	margin-left: 2px;
	margin-bottom: 2px;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.inside_right {
	width: 650px;
	border: 1px solid #CEDDC1;
	background-image: url('/images/menu_inside.jpg');
	background-repeat: repeat-x;
	background-color: white;
	margin-top: 1px;
	margin-left: 2px;
	margin-bottom: 2px;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}

.game {
	float: left;
	width: 650px;
	margin-bottom: 20px;
}

h1 {
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #456826;
}

.game h1, .game h1 a {
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #456826;
}

.game .left {
	float: left;
	width: 150px;
	border: 1px solid green;
	margin-right: 20px;
}

.inside_left ul {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
}

.inside_left li {
	list-style: none;
}

.inside_left li a {
	padding: 0px;
	margin: 0px;
}

.content {
	float: right;
	width: 666px;
}

.footer {
	width: 800px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: white;
	padding-top: 5px;
}

.game_pagina .left {
	width: 330px;
	float: left;
	margin-top: 10px;
}

.game_pagina .right {
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.game_pagina h2 {
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #456826;
}
