body {
	margin:0;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
}
h1 {
	font-size:56px;
	color:#c00;
	font-weight:normal;
	padding:50px 0 20px 0;
	margin:0;
	background:#fff;
}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#bbb;
	text-transform:uppercase;
	margin:0 0 -40px 670px;
}
h3 {
	font-size:16px;
	margin:0;
}
p, ul {
	margin: 10px 0;
}
strong {
	color:#111;
}
a {
	text-decoration:none;
	color:#c00;
	border-bottom:1px dotted #c00;
}
a:hover {
	text-decoration:none;
	border-bottom:1px solid #000;
	color:#000;
}
#main {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/col-bg.gif) repeat-y 890px 0;
	padding-bottom:200px;
}
#contact {
	float:left;
	width:240px;
	line-height:1.5em;
}
#intro a {
	background:#c00;
	color:#fff;
	padding:3px 3px 1px 3px;
}
#intro a:hover {
	background:#000;
}
#intro {
	font-size:20px; 
	line-height:30px;
	float:left;
	width:620px;
	padding-right:100px;
}
.clear {clear:both;}
.icon {margin-bottom:-4px;}
