body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

html {
	overflow: scroll;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	color: #555;
	background: #fff url(images/bg.jpg) repeat-x;
}

/* Site Blocks */
#wrapper {
	width: 920px;
	margin: 15px auto 0;
	padding: 15px;
	background-color: #fff;
	
}
.column {
	float: left;
	width: 400px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.left {
	margin-right: 50px;
	padding-right: 40px;
	border-right: 1px dotted #ccc;
	padding: 10px 50px 15px 0;
}

#contact {
	text-align: center;
	padding-bottom: 0px;
	margin-top: 20px;
	color: #aaa;
	font-size: 11px;
}