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

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: #000;
}


#menu {
	height:20px;
	line-height:20px;
	background-color: #069;
	-webkit-box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
}

#menu ul {
	margin:0;
	padding: 0;
	color: #000;
}

#menu a {
	text-decoration:none;
}

#menu ul li {
	display:inline-block;
	float:left;
	width:100px;
	margin: 0;
	list-style:none;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}

#menu ul li:hover {
	display:inline-block;
	float:left;
	width:100px;
	margin: 0;
	list-style:none;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px #FFF;
}

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

#content p {
	line-height:1.4;
	}

#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;
}

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

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

#box1 {
	float:left;
	width:260px;
	padding: 5px;
	text-align:center;
	margin: 10px 0 10px 15px;
	background:#069;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#box2 {
	float: left;
	width:260px;
	padding: 5px;
	text-align:center;
	margin: 10px 0 10px 0;
	background:#693;
}

#box3 {
	float:right;
	width:260px;
	padding: 5px;
	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;
}

.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;
}


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

#sidebar .info ul li {
	text-align:left;
}
