html,body{
	margin:0;
	padding:0;
	background-color: #C3C3C3;
}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{
	padding:0px;
	text-decoration:none;
	color:#000000;
}
div#header{
	background-color:#FFFFFF;
}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{
}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{
	background:#003366;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	color: #CCCCCC;
}
div#container{
	width:900px;
	margin:0 auto;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #000000;
}
div#content{
	float:right;
	width:710px
}
div#navigation{
	float:left;
	width:180px
}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%}
#container #wrapper #content a:link {
	color: #660000;
	text-decoration: underline;
}
#container #wrapper #content a:visited {
	color: #660000;
	text-decoration: underline;
}
#container #wrapper #content a:hover {
	color: #003366;
	text-decoration: underline;
	background-color: #E7E7EB;
}
#container #wrapper #content a:focus {
	color: #003366;
	background-color: #E7E7EB;
}
#container #wrapper #content a:active {
	color: #003366;
	background-color: #E7E7EB;
}
#container #footer a:link {
	color: #CCCCCC;
}
#container #footer a:visited {
	color: #CCCCCC;
}
#container #footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#container #footer a:focus {
	color: #CCCCCC;
	text-decoration: underline;
}
#container #footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

