@charset "UTF-8";
/* CSS Document */
html,body{
}
body{
}
p{
}
a{
}
div#header h1{
}
div#container{
}
div#content p{
}
div#navigation{
}
div#extra{
}
div#footer{
}
div#footer p{
}

div#container{
	width:800px;
	margin:0 auto
}
div#content{float:left;width:500px}
div#navigation{
	float:right;
	width:200px;
	margin: 0 20px 0 0;
}
div#extra{clear:both;width:100%}
