html, body {
	margin: 0;
	padding: 0;
}

@-webkit-keyframes fade-in {
	0%   { opacity: 0; }
	50%   { opacity: 0; }
	100% { opacity: 1; }
}

body {
	background: #FFF;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #333;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1.5s;
}

h1 {
	color: #1d1d1d;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 65px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: -1px;
}

h2 {
	color: #1d1d1d;
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

a {
	text-decoration: underline;
	color: #0076a3;	
}

p {
	margin-top: 0;
	line-height: 23px;
}

#contact {
	padding: 0; 
	margin: 0;
}

#contact li {
	list-style: none;
	line-height: 27px;
}

#wrapper {
	width: 810px;
	height: 100%;
	margin: auto;
	margin-top: 120px;
	border: 0px #222 solid;
	overflow: hidden
}

#left {
	float: left;
	width: 150px;
	height: 100%;
	margin-top: 0px;
	border: 0px red solid;
}

#divider {
	width: 80px;
	height: 930px;
	margin-top: 0px;
	border: 0px green solid;
	float: left;
	background: url("images/divider_tile.gif") repeat-y scroll center top;
}

#main {
	float: right;
	width: 580px;
	margin-top: 0px;
	border: 0px black dotted;
	background-color: none;
}