/* CSS Document */

h2 {font-size: 140%;}
p { margin: 3px 20px; }
#header { height: 150px; }
#container {
	background: none;
	margin:0;
}
#content {
	border: none;
	margin: 0;
}
#content img { display: none; }
#content_main { margin: 0; }
#content_sub, #content_extra {
	width: 100%;
	position: relative;
	background: none;
	border:none;
	top: 0;
	left: 0;
}
#content_sub h3, #content_extra h3 {
	text-align: center;
	margin-top: 0;
}
#content_sub ul.list li, #content_extra ul.list li {
	line-height: normal;
	margin-left: 25px;}
#footer { 
	margin-top: 0; 
	background: none;}
