/* CSS Document */

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif}
p{margin:0 10px 10px}
a{color: #006;}
div#header{

	background-color: #520000;
	padding: 10px;
}
div#header h1{
color: #FDC50B; font:150%;}
div#header h2{
color: #FDC50B; font:125%}
div#header a{
color: #FDC50B;
text-decoration:none; }
div#content p{line-height:1.4}
div#navigation{background-color: #520000;
color: #FDC50B;}
div#navigation a{
	color:#FDC50B;
	text-decoration: underline;
}

div#wrapper{float:right;width:100%;margin-left:-200px}
div#content{margin-left:200px}
div#navigation{float:left;width:200px}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%; background-color: #520000;color: #FDC50B;}
