body, html{
	margin:0;
	padding:0;
	background: #dfdfdf;
	color: #555;
	font-family: verdana;
	font-size:13px;
}

#container{
	position:relative;
	width:400px;
	margin:100px auto;
}
#header{
	height:32px;
	background:#f17326 url(../images/333bar.jpg) left repeat-x;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border:1px solid #dc5b16;
	border-bottom:0;
	text-align:center;
}

#content{
	position:relative;
	background: #fff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:10px;
}

a{
	text-decoration:none;
	color:#777;
}

a:hover{
	color: #555;
	text-decoration: underline;
}

h3{
	margin:0;
}

td{
	padding:3px;
}
