* {
	margin: 0;
	padding: 0;
	border: 0;
	}	

body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	line-height: 140%;
	}
h1 {
	font-size:18px;
	font-weight:bold;
                font-style:italic;
	color: #000;
	padding-bottom: 15px;
	}
h2 {
	font-size:12px;
	font-weight:bold;
	color: #000;
                background: none;
                line-height:120%;
                padding: 3px;
	margin: 10px 0 10px 0;
	}
	
a:link, a:visited {
	text-decoration : underline;
	color: #000;
	}

a:active {
	text-decoration : underline;
	color: #000; 
	}
p {
	padding: 0 0 10px 0;
	}

#wrapper	{
	margin: 0;
	background: #fff;
	}
	
#head {
	background: none;
	margin: 0 0 20px 0;
	height: 30px;
	}
	
#logo {
	position: absolute;
	margin: 0 0 130px 0;
                width: 100%;
float:left;
	}

#content {
	width: 100%;
	border: 0;	
	margin: 0;
	}
#insidecontent {
                width: 100%;
	border: 0;	
	margin: 0;
	}
#footer	{
	width: 100%;
	color: #000;
	background: none;
	}
#footer a{
	color:#000;
	text-decoration:none;
	}	

#address {
                float:none;
	margin: 20px 0 0 0;
	padding:0;
	}
		
#logo, #navigation, #made, #sidebar, #contenttop {
	display: none;
	}


	