body {
	font: 20px/30px "HelveticaNeue-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #777;
	text-shadow: rgba(255,255,255,0.1) 0 -1px 1px;
	background: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h1, h2 {
	color: #222;
}
	h1 {
		background: white url(/assets/logos/usual.png) no-repeat top left;
		height: 36px;
		text-indent: -9000px;
	}
	h2 {
		clear: both;
		line-height: 40px;
		border-top: 1px solid #EEE;
		padding: 28px 0 0 0;
		margin-top: 33px;
		font-weight: bold;
	}
		h2.hello {
			border-top: none;
			padding-top: 16px;
		}

a {
	color: #66CC00;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

dl {
	clear: both;
}
	dl dt {
		position: relative;
		width: 190px;
		padding-right: 10px;
		margin-right: 10px;
		height: 36px;
		float: left;
	}
	dl dd {
		position: relative;
		width: 190px;
		padding-right: 10px;
		margin-right: 10px;
		margin-top: 27px;
		margin-left: -210px;
		float: left;
	}
		dl dd.third, dl dt.third {
			margin-right: 0;
			clear: right;
		}
		dl dd.third {
			margin-left: -200px;
			margin-bottom: 27px;
		}
		
		dl dd.fourth, dl dt.fourth {
		  clear: both;
		  margin: 0;
		}
		dl dt.fourth {
		  margin-top: 10px;
		}
		dl dd.fourth {
		  margin-top: -10px;
		}
		
		dl:after {
		    content: ".";
		    display: block;
		    clear: both;
		    visibility: hidden;
		    line-height: 0;
		    height: 0;
		}
		dl {
		    display: inline-block;
		}
		html[xmlns] dl {
		    display: block;
		}
		* html dl {
		    height: 1%;
		}

#wrap {
	width: 620px;
	margin: 100px auto 0 auto;
	padding: 0 0 100px 0;
}

