@charset "UTF-8";

@media all
{
}

@media handheld
{
}

@media print
{
}

@media projection, screen, tv
{
	body { background: #fff; color: #555; font: 16px Corbel, Arial, sans-serif; line-height: 1.5; margin: 60px; }
	hr { display: none; }
	a { background: #555; border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #fff; padding: 0 7px; text-decoration: none; }
	a:hover, a:active, a:focus { background: #777; }
		
	#root { margin: auto; width: 950px; }
	#header { background: url(../images/banner.png); height: 370px; }
	#header h1, #header a { height: 100%; }
	#header a { background: none; display: block; outline: none; text-indent: -9999px; }
	#container, #footer { clear: both; }
	#content { float: left; width: 600px; }
	#sidebar { float: right; text-align: right; width: 330px; }
	#sidebar ul, #sidebar ol { list-style: none; padding: 0; }
	#footer { color: #aaa; font-size: 13px; padding: 10px 0 0 0; text-align: center; }
}
