/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	color: #666;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin: 54px 0 0 24px;
	}

a:link, a:hover, a:active {
	color: #00b4e7; 
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #73d6f2;
	text-decoration: none;
	}

h1, h2 {
	color: #111;
	font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	}

h1 {
	font-size: 40px;
	margin-bottom: 20px;
	}

h2 {
	font-size: 11px;
	letter-spacing: .4pt;
	margin-bottom: 3px;
	text-transform: uppercase;
	}

ul {
	list-style-type: none;
	}

li {
	margin-bottom: 4px;
	}
	
span {
	color: #999;
	font-size: 10px;
	}

span a:link, span a:hover, span a:active, span a:visited {
	color: #999;
	}
	
#intro, .column {
	float: left;
	margin-right: 20px;
	}

#intro {
	margin-bottom: 29px;
	width: 620px;
	}

.column {
	width: 300px;
	}
	
.clear {
	clear: both;
	}

