body {
    background: #fff;
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
	padding:0px;
	margin:0px;
  }

p {

	}



#wrapper {
width: 300px;
height:100%;
margin: 0 auto;
}





#logo{
padding-top:150px;
}


#content {
  margin: 0 auto;
    width: 300px;
    height: 100%;
background-color:#fff;
}


#content .address{

	width:250px;
	margin-right:25px;
	margin-left:25px;
	margin-top:10px;
    text-align:center;
	font-family: 'Arial',Lucida Grande,sans-serif;
	font-color:#333333;
    font-size: 10px;
    line-height: 12px;
}

#content .address a{

	color: #666633;
	text-decoration: none;
	border-bottom:1px dotted #666633;
}

#content .address a:hover {
	text-decoration: none;
	border-bottom:0px ;
}











h1 {
	margin-top: 0;
}






.last {
	margin-bottom: 0;
}


.clearing {
	height: 0;
	clear: both;
}


