body {
	background: url('img/background.png') top left repeat #002890;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

img {
	border: 0px;
	margin: 0px;
}

div#site {
	background: url('img/site.png') top center repeat-y;
	width: 920px;
	clear: both;
	margin: 0 auto;
}

div#header {
	clear: both;
	width: 900px;
	margin: 0 auto;
	height: 171px;
	border-top: solid 1px #000;
	z-index: 1;
}

div#header div.box {
	margin: 10px 12px 0px 12px;
}

div#header img {
	margin: 0;
	padding-left: 25px;
	border: none;
}

div#header a, div#header a:hover {
	border: none;
}

div#login {
	width: 250px;
	float: right;
	margin: 0;
	z-index: 2;
}

div#columns {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background: url('img/background-site.png') top left repeat;
}

div#column-left {
	float: left;
	width: 170px;
}

div#column-right {
	float: left;
	width: 708px;
	border: solid 2px #ebebeb;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
	background: #ebebeb;
	padding: 0px 8px 10px 8px;
	margin-top: 2px;
	margin-bottom: 15px;
	text-align: justify;
}

div#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background: #002890;
	text-align: center;
	border-bottom: solid 1px #000;
}

div#url {
	clear: both;
	background: #002890;
	width: 900px;
	margin: 0 auto;
}

div#url p, div#url a {
	text-align: left;
	font-size: 11px;
	color: #fff;
	padding-left: 2px;
	margin: 0;
}

div.box {
	border: solid 2px #ebebeb;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
	background: #ebebeb;
	padding: 1px 3px 0px 3px;
	margin: 10px 12px 30px 12px;
}

div.box h1, div.box h1 a {
	text-align: right;
	color: #002890;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: dotted 1px #002890;
}

div.box img {
	width: 100px;
	margin: 1px 15px;
}

h2 {
	text-align: left;
	color: #000;
	font-size: 17px;
	margin: 15px 0 5px 0;
	border-bottom: dotted 1px #002890;	
}

ul.menu {
	text-align: left;
	font-size: 12px;
	list-style-type: none;
	margin: 5px 0 5px 6px;
	padding: 0;
}

p.alert {
	text-align: center;
	font-weight: 700;
	border: dotted 1px #c40000;
}

p.credits, p.credits a {
	color: #fff;
	text-decoration: italic;
	font-size: 11px;
	margin: 0;
}

p.credits a:hover {
	color: #c40000;
	margin: 0;
}

p.info {
	float: left;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
}

p.signature {
	text-align: right;
	font-style: italic;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #c40000;
	text-decoration: none;
	border-bottom: dotted 1px #c40000;
}

img.avatar {
	height: 50px;
	width: 50px !important;
	float: left;
	border: solid 1px #c40000;
}

input {
	background: #ebebeb;
	font-weight: 700;
	font-size: 13px;
	color: #002890;
	border: none;
	box-shadow: 1px 1px 3px #000;
}

input:hover {
	box-shadow: inset 1px 1px 3px #000;
	color: #c40000;
	background-color: #cecece;
}

input.login {
	text-align: center;
	padding: 7px 12px;
	margin: 15px 60px;
}

div.max-health {
	margin: 0 auto;
	border: solid 1px #000;
	height: 17px;
	width: 400px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
}

div.health-good {
	height: 17px;
	background: #66ff00;
}

div.health-mid {
	height: 17px;
	background: #ffff33;
}

div.health-bad {
	height: 17px;
	background: #cc0000;
}

hr {
	border: none;
	border-bottom: dotted 1px #002890;
}

span.rasa {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

select {
	background: #ebebeb;
	font-size: 13px;
	min-width: 150px;
	color: #000;
	border: none;
	box-shadow: 1px 1px 3px #000;
	float: right;
}

input.text {
	background: #ebebeb;
	font-size: 13px;
	font-weight: normal;
	width: 150px;
	color: #000;
	border: none;
	box-shadow: 1px 1px 3px #000;
	float: right;
	clear: right;
}

input.horse {
	text-align: right;
	height: 25px;
	width: 120px;
	margin: 0 10px;
	background-image: url('img/horse.png');
	background-repeat: no-repeat;
	background-position: left;
}

input.submit {
	float: left;
	margin: 0px 10px;
	width: 150px;
	height: 25px;
}

p.form {
	text-align: left;
}

span.confirm {
	float: right;
}

div.form {
	width: 300px;
	margin: 10px auto;
}

div.buttons {
	margin: 0 auto;
}

ul.list {
	width: 500px;
	margin: 5px auto;
	list-style: none;
}

ul.list li {
	padding: 0;
	margin: 3px 0;
}

table.races {
	width: 100%;
	padding: 0;
	margin: 0;
	border: dotted 1px #000;
}

tr.legend {
	background: #cecece;
	text-align: center;
	font-weight: 700;
}

table.races input {
	width: 120px;
	margin: 5px auto;
}

ul.scoreboard {
	width: 100%;
	list-style: none;
}

ul.scoreboard li {
	padding: 0;
	margin: 3px 0;
}