html,body {
	margin:0;
	padding:0;
	background-color:#2d2e2e;
}

body {
	font: 76% arial,sans-serif;
	text-align:center;
}

p {
	margin:0 10px 10px;
}

h1 {
	margin: 0 0 0 20px;
	padding: 25px 0 20px 130px;
	font-size: 56px;
	text-shadow: 0px 0px 3px #000;
	color: #333;
	background-image:url(logo.png);
	background-position:left;
	background-repeat:no-repeat;
}

h2 {
	font-size:24px;
	margin:5px;
}

a {
	font-weight:bold;
	color: #999;
}

#main {
	background:#FFFFFF;
	float: right;
	width:100%;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

#content p {
	line-height:1.4;
	font-size: 99%;
	font-style: normal;
	font-weight: bold;
	}

#footer {
	background: #333;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	clear: both;
}


#copy {
	text-align:right;
}

#container {
	width:840px;
	margin:0 auto;
	text-align:left;
	background-color: #2e2e2e;
}

#content {
	float:left;
	width:900px;
	margin: 5px 0 0 10px;
	padding: 5px 0;
}

#sidebar {
	float:right;
	width:210px;
	margin: 30px 15px 0 0;
}

#box1 {
	float:right;
	width:48%;
	height:50%;
	padding: 5px;
	text-align:center;
	margin: 10px 0 10px 15px;
	background:#2d2e2e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: f4f4f4;
}

#box2 {
	width:48%;
	height:inherit;
	padding: 5px;
	text-align:center;
	margin: 10px 0 10px 0;
	background:#2d2e2e;	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: f4f4f4;
}

#box3 {
	float:right;
	width:260px;
	padding: 5px;
	height:191px;
	text-align:center;
	margin: 10px 15px 10px 0;
	background:#069;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div#preload { display: none; }

.info {
	border: #333 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 3px;
	text-align:center;
	margin:0 0 10px 0;
}

ul.navigation a:hover, ul.navigation a.selected {
	background: #3CADF4
}

#sidebar .info ul {
	margin: 0  auto;
}

#sidebar .info ul li {
	text-align:left;
}
#table  td {
	color: #f4f4f4;
	background-color: #2e2e2e;
}
