* {
	margin: 0;
	padding: 0;
	border: 0;
	}	

body	{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	line-height: 140%;
	}	
#content h1, #content h2, #content h3, #content h4{
	color: #000;
	font-weight:bold;
	}

#content a:link, #content a:visited {
	text-decoration : underline;
	color: #000;
	}
.arrow {
	background:none;
	padding-left:0;
	}

#content a:active {
	text-decoration : underline;
	color: #000; 
	}
#wrapper	{
	margin: 0;
	background: #fff;
	}
#logo {
	margin: 0;
	}
#contentwrap{
	float:left;
	width:760px;
	padding:20px 0 30px 0;
	background:#fff;
	}
#content{
	float:left;
	width:100%;
	}
#content p{
	padding: 0 0 1em 0;
	}

#content ul {
	margin: 0 0 1em 0;
	}
#content li{
	list-style-type:square;
	padding: 0 0 0.5em 13px;
	background:none;
	}
		
#navigation, #headimg, #motive, #headImg, #leftitem, #footer {
	display: none;
	}