html,body{
	margin:0;
	padding:0;


}
body{font: 11px Verdana, Arial, Helvetica, sans-serif;text-align:center}
p{margin:0 10px 10px}
a{
	display:inline;
	color: #0000CC;
	padding:10px;
}
div#header h1{
	height:40px;
	line-height:30px;
	margin:0;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;



}
div#container{
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	background-color: #FFFFFF;





}
div#content p{
	line-height:1.4;
	border: none;
	top: 20px;





}
div#navigation{
	color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;


}
div#extra{
	color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;


}
div#footer{background: #E5E5E5;color: #666666}
div#footer p{margin:0;padding:5px 10px}

div#container{
	width:774px;
	margin:0 auto;
}
div#content{
	float:right;
	width:530px;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#navigation{
	float:left;
	width:200px;
	margin-top: 20px;
}
div#extra{
	float:left;
	clear:left;
	width:200px;
	margin-bottom: 20px;
}
div#footer{clear:both;width:100%}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
#list li { list-style-type: square; }