body{
	font-family: arial, helvetica, tahoma;
	font-size: 100%;	
	font-style: inherit;
	font-weight: normal;
	height: 100%;
	text-align: center;
	}
a,
a:link,
a:visited,
a:hover,
a:active{
	color: #3782ee;
	text-decoration: none;
	}
a:hover{
	color: #ee9c37;
	}
.clear{
	clear: both
	}
	
/* content */
#content{
   background-color: #fff;
   margin: 0 auto;
   padding: 0 10px;
	text-align: left;
	width: 940px;
	}
	
/* header */
#header{
	padding: 0 0 20px 0;
	}
#header .logo{
	float: left;
	padding: 40px 0 0 10px;
	width: 630px;
	}
#header .about-wrap{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d0d0d0));
	background: -moz-linear-gradient(top, bottom, from(#fff), to(#d0d0d0));
	float: left;
	padding: 0 2px 2px 2px;
	width: 296px;
	}
#header .about{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #fff;
	float: right;
	font-size: 93%;
	line-height: 1.3em;
	padding: 10px;
	width: 276px;
	}
#header .about strong{
	display: block;
	font-weight: bold;
	}
#header .about img{
	float: left;
	margin: 0 10px 0 0;
	}
#header .about a{
	display: block;
	margin: 1em 0 0 0;
	}
	
/* projects */
#projects{
	float: left;
	margin: 0 20px 0 0;
	width: 620px;
	}
.project{
	clear: both;
	margin: 0 0 20px 0;
	}
.project h3{
	border-bottom: dashed 1px #3782ee;
	font-size: 145%;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	}
.project h3 .air{
	color: red;
	font-size: 70%;
	}
.project h3 .date{
	bottom: 3px;
	color: #696969;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 0;
	}
.project .writeup{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Serif;
	font-size: 93%;
	line-height: 1.7em;
	margin-bottom: 20px;
	}
.project img.wrap{
	float: left;
	margin: 0 10px 10px 0;
	}
.project .rhadioly img{
	margin: 0 10px 10px 0;
	}
	
/* info */
#info{
	float: left;
	font-size: 93%;
	line-height: 1.3em;
	width: 300px;
	}
#info h4{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	clear: both;
	font-size: 110%;
	padding: 5px 5px 5px 10px;
	}
#info img{
	float: left;
	margin: 0 5px 5px 0;
	width: 75px;
	}
#info .books,
#info .songs,
#info .sponsors{
	margin: 0 0 10px 0;
	}
#info p,
#info ul{
	padding: 0 10px;
	}
	
/* footer */
#footer{
	clear: both;
	font-size: 70%;
	padding: 10px;
	text-align: center;
	}