/* YUI CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

* {background-repeat:no-repeat;}
strong,b,th {font-weight:700;}
i,em{font-style:italic;}
a {text-decoration:none;}
a, a *{cursor:pointer;outline:0;text-decoration:underline;}
p, ul, ol, fieldset {padding-bottom:15px;}
td,th {vertical-align:top;}

body, input, button, textarea, select, a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	line-height:15px;
}

#wrapper {
	width:600px;
	border:1px solid #333;
	padding:15px;
	margin:10px;
}

#foot {border-top:1px solid #333;padding-top:5px;}

h1, h2, h3 {
	font-weight:700;
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
}

ul, ol {list-style:disc;margin-left:30px;}
