/*Reset CSS*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,  strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul, ol {list-style:none}
section, article, aside, header, footer, nav, dialog, figure {
	display:block;
}

*{margin:0 auto;padding:0;}
#container{width:998px;}
header{width:996px;text-align:center;border:1px solid red;}
header h1{font-weight:normal;}
nav{float:left;width:98px;height:100px;border:1px solid green;}
nav ul{list-style-type:none;margin-left:10px;}
#content{border:1px solid black;width:796px;height:100px;float:left;}
aside{width:98px;border:1px solid blue;float:left;height:100px;}
aside span{margin-left:5px;}
footer{border:1px solid red;width:996px;text-align:center;}
.clear{clear:both;}
