@charset "utf-8";
/* CSS Document */
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #FFF;
	margin: 0;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
img {
	border: none;
}
h1 {
	font-size: 260%;
	font-weight: bolder;
}
#wrapper {
	width: 800px;
	background-image:url(brad.png);
	background-repeat: no-repeat;
	background-position: 100% 45%;
	margin: 0 auto;
}
.clearing {
	clear: both;
	margin: 0;
	visibility: hidden;
}
.col {
	width: 180px;
	float: left;
	margin: 0px 0 10px 10px;
}
.colborder {
	width: 166px;
	border-left: 3px solid #ff9933;
	padding: 0 10px;
}
.colborder a  {
	text-decoration: none;
}
.collast {
	width: 200px;
	float: left;
	padding-top: 30px;
}
h1.intro {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 125%;
}
p.intro {
	font-size: 115%;
	width: 440px;
	float: left;
	padding-right: 0;
	margin-right: 0;
	padding-top: 0;
	margin-top: 0;
	text-align:justify;
}
.pic1 {
	position: absolute;
	top: 160px;
	margin-left:440px;
}
.pic2 {
	margin-top: 280px;
}
.pic3 {
	width: 160px;
}
#footer {
	margin-bottom: 50px;
	width: 550px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin-right: 0.2em;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #0066cc;
}
.h1text {
	visibility: hidden;
}
.author {
	background-image: url(author.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width:166px;
	height:46px;
}
.genius {
	background-image:url(genius.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width:166px;
	height:47px;
}
.speaker {
	background-image:url(speaker.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width:166px;
	height:47px;
}
.network {
	margin-bottom: 13px;
}
.auth {
	margin-bottom: 7px;
	}
	
.twitter {
	position: absolute;
	top: 60px;
	margin-left: 455px;
}
