body{ 
	margin: 0;
	padding: 0 0 0 0;
	background:#FFF;
	color:#000;
	font-size:11px;
	line-height: 1.25em;
	font-family: "Courier New", Courier, monospace;
}





a:link{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}


a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}


a img{ border:none; }






h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 22px;
	text-align: left;
	line-height: 1em;
}











/* structure */

#logospace {
	background: transparent;
	width: 900px;
	height: 150px;
	margin: 25px auto 25px auto;
	border: 0;
	padding: 0;
	text-align: left;
}

#logo {
	float: left;
	width: 300px;
	margin: 0;	
	padding: 0;
}

#type{
	float: right;
	width: 575px;
	margin-top: 0;
	padding: 0;
}











#blackline {
    background-color: #FFF;
	width: 1000px;
	height: 1px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #000;
	padding: 0;
	text-align: left;
}










#mainspace {
	background: transparent;
	width: 900px;
	margin: 25px auto 50px auto;
	border: 0;
	padding: 0;
	text-align: left;
}





/* left right */

#content {
	float: left;
	width: 300px;
	margin: 0;	
	padding: 0;
}

#content img {
	border: 1px solid #000
	}

#contentright{
	float: right;
	width: 575px;
	margin-top: 0;
	padding: 0;
}

#contentone {
	float: left;
	width: 900px;
	margin: 0;	
	padding: 0;
}



#clearer {
	padding: 50px 0 0 0;
	clear: both;
}


#footer {
	background: #aeaeae;
	width: 1000px;
	height: 25px;
	margin: 3px auto 3px auto;
	border: 10px solid #aeaeae;
	padding: 0;
	text-align: left;
}






