@charset "UTF-8";
body {
	font: 15px/20.5px Arial, Helvetica, sans-serif;
	background: #d3d0ce;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-weight:normal;
}

h1 {
	font: 15px/20.5px Arial, Helvetica, sans-serif;
	margin-top:40px;
	margin-bottom:0;
}

h2 {
	font: 15px/20.5px Arial, Helvetica, sans-serif;
	margin-bottom:20.5px;
}

p { 
	margin:0;
	color:#6f6e6e; 
}

a img { 
	border: none;
}
a:link {
	color: #33cc33;
	text-decoration: none; 
}
a:visited {
	color: #33cc33;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}


#container {
	width: 960px;
	margin: 75px auto;
	text-align:center;
	background:transparent;
}

#content {
	margin-left:180px;
	width: 600px;
	height:560px;
	background: #fff;
	padding: 40px 0 0 0;
	position:relative;
}

/*img#pin {
	position:absolute;
	left:-158px;
	top:-55px;
}
*/
div#pin {
	position:absolute;
	left:-158px;
	top:-55px;
	width:310px;
	height:575px;
	background-image:url(../images/pin.png);
	background-position:left top;
	background-repeat:no-repeat;
}
