/* Based on http://blog.html.it/layoutgala/ */
/* RESET CSS/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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%;}q:before,q:after{content:'';}
/* /RESET CSS */
/* LAYOUT CSS/ */
body{
	text-align:center;
	font-size:0.8em;
}
div#container{
	width:800px;margin:0 auto;
	text-align:left;
}
div#menubar{
}
div#header{
	position:relative;
}
div#wrapper{
	float:left;
	width:100%;
}
div#content{
	margin-right: 300px;
}
div#navigation{
	float:left;
	width:150px;
	margin-left:-150px
}
div#extra{
	float:left;
	width:150px;
	margin-left:-300px;
}
div#footer{
	clear:left;
	width:100%
}
/* /LAYOUT CSS */
