html{height:100%;}
header, section, footer, article{display:block;}
body, #body{background:#eee;
	margin:0 auto;
	width:532px;
	height:100%;
	padding:0 10px;}
header{font:bold 19px 'Verdana', sans-serif;
	color:#333;
	padding:10px;}
header a{text-decoration:none;
	color:#333;}
header a:hover{text-decoration:underline;}
article{position:relative; margin-top:10px;}
#content{position:relative;}
h1{float:left; width:100%; text-align:center; font:bold 16px 'Verdana', sans-serif; padding:0 0 5px 0; margin:0;}
.left, .right, .center{font:14px 'Verdana', sans-serif;}
.left{float:left; text-align:right; width:265px; padding:0 0 20px 0;}
.right{float:left; text-align:left; width:265px; padding:0 0 20px 0;}
.center{float:left; width:100%; text-align:center;}
.left ul, .right ul{margin:0; padding:3px 0px 10px 20px; font:13px 'Verdana';}
#body a:link{color:#0066cc; font-weight:bold; text-decoration:none;}
#body a:hover{text-decoration:underline;}
