body{
	font:Verdana;
	font-size:12px;
	font-weight:bold;
	background:#3B5998;
}

#container{
	width:700px;
	margin:15px auto;
	padding:10px;
	background-color:#FFF;
	overflow:hidden;
}

#main{
	width:450px auto;
	float:left;
}
#sidebar{
	width:200px;
	float:right;
}

a{
	color:#069;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h2{
	margin-bottom:15px;
}
h1{
	font-size:24px;
}
h2{
	font-size:18px;
}

#main table{
	width:480px;
	overflow:hidden;
	
}
#sidebar table{
	width:200px;
	overflow:hidden;
}

#main table th, #sidebar table th{
	padding:10px;
	background-color:#3B5998;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
#main table td, #sidebar table td{
	padding:9px;
}
#main tr, #sidebar tr{
	background-color:#CCC;
}