body {
	margin: 15px;
	background: #ffffff url(../i/tile.gif) 0 0 no-repeat;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 90%;
}

#logo {
	background: url(../i/logo.gif) 0 0 no-repeat;;
	width: 350px;
	height: 30px;
	margin: 25px 45px;
	color:#999;
	padding-top: 110px;
}

#inner {
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

#inner #logo {
	padding-top: 60px;
	background: url(../i/logo_inner.gif) 0 0 no-repeat;
	margin-bottom: 0px;
	font-size: 11px;
	
}


h2 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #333;
	font-size: 26px;
}

h1 {
	color:#AAAAAA;
	font-size:120%;
	line-height:105%;
	margin:0 0 25px 0;
	width:800px;
}

#body {
	padding: 45px;
	font-size: 270%;
	color:#666;
	
}

b {
 	color: #333;
}
 
a {
	color: #000066;
}
 
.text {
	font-size: 16px;
}

.column {
	width: 50%;
	float: left;
}

.wrap {
	float: none !important;
	clear: both;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
	display:none;
}

.projects {
	margin: 50px 0 0 0;
	width: 800px;
}

.huge {
	font-size: 550%;
	font-weight: normal;
	color:#cccc99;
	line-height: 80%;
}

ul.projectsList {
	margin: 25px 0px;
	padding: 0;
}

ul.projectsList li {
	margin: 0 0 10px 0;
	padding:0;
	list-style-type:none;
	
}

ul.projectsList a {
	border-bottom: 1px dashed #006;
	text-decoration:none;
	
}

ul.projectsList a.favicon {
	border-bottom: none;	
	
}

ul.projectsList a.favicon img {
	margin-right: 16px;
}


ul.projectsList .moreProjects {
	margin-top: 25px;
}


ul.projectsList .moreProjects a {
	font-weight: bold;
}

#twitterBox {
	position: absolute;
	right: 50px;
	top: 50px;
}
