body {
	background: url("images/bg.jpg") top left repeat-x #FFF;
	margin: 0;
}

body, td, th, input, select, textarea {
	font-family: Georgia, Times, serif;
	color: #FFF;
	font-size: 14px;
}

p {
	line-height: 160%;
	margin: 0 0 10px 0;
	text-align: left;
}

a {
	color: #3E9BF9;
	text-decoration: underline;
}

a:hover { color: #68B1FB; }

h1 {
	font-weight: normal;
	font-size: 36px;
	margin: 0 0 10px 0;
}

h3 {
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FFF;
	width: 100%;
}

h4 {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	color: #FFF;
	width: 180px;
	text-align: right;
}

h5 {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	color: #FFF;
}

form {
	margin: 0;
	float: left;
	width: 100%;
}






div.inner {
	width: 970px;
	margin: 0 auto;
}

#top_bar {
	height: 20px;
	border-bottom: 3px solid #FFF;
	background: #222;
	padding: 15px 20px 20px 20px;
	text-align: right;
	font-size: 16px;
}

#top_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_bar ul li {
	display: inline;
	float: right;
	margin-left: 20px;
}

#top_bar ul li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #FFF;
}

#top_bar ul li a:hover { 
	text-decoration: none; 
	background-color: #444;
}

#header { padding: 33px 0; }

#header #title {
	font-weight: normal;
	font-size: 48px;
	margin: 0;
}

#header #title span { color: #999; }

#header #subtitle {
	font-size: 16px;
	margin-top: -5px;
}

#amp {
   font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
   font-size: 28px;
   font-style: italic;
   color: #CCC;
   display: block;
   position: absolute;
   top: 75px; left: 95px;
}

#top_block {
	height: 200px;
	margin: 5px 0 10px 0;
	background: url("images/top_block.png") top left no-repeat;
}

#twitter {
	z-index: 150;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	width: 230px;
	height: 55px;
	padding: 10px;
	position: absolute;
	top: 30px; right: 0;
	background: url("../images/twitter_bg.png") top left no-repeat;
}

#twitter img { 
	float: right;
	margin-left: 10px;
}

#twitter div { padding-top: 10px; }

#swirl { 
	z-index: 50;
	position: absolute;
	left: 274px;
	top: 1px;
}

#sites { 
	z-index: 100;
	position: absolute;
	left: 20px;
	top: 125px;
	width: 245px;
	height: 168px;
	padding: 9px 40px 30px 40px;
	background: url("images/laptop.png") left top no-repeat;
}

#right_col {
	width: 223px;
	height: 472px;
	padding: 14px 13px 14px 14px;
	margin-bottom: 10px;
	float: right;
	background: url("images/right_col.png") top left no-repeat;
}

#right_col p { font-size: 12px; }

#right_col div { margin-bottom: 10px; }
#right_col div.soton { margin-top: 30px; }

#main_col {
	width: 640px;
	height: 430px;
	padding: 35px;
	margin-bottom: 10px;
	background: url("images/main_col.png") top left no-repeat;
}

table tr td h2 { 
	margin: 0; 
	font-weight: normal;
	font-size: 36px;
}

table tr.skill td.right, #main_col p.right { text-align: right; }
table tr.skill td.center { text-align: center; }

table tr.skill td { 
	font-size: 12px; 
	font-weight: bold;
	background: #071C30;
}

table tr.skill td.small { font-size: 10px; }

table tr th {
	background: #064A8D;
	width: 100px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

#main_col_mid table tr th { width: 150px; }

#main_col_surround { width: 710px; }

#main_col_top {
	height: 10px;
	background: url("images/main_col_top.png") left top no-repeat;
	margin: 0;
	padding: 0;
}

#main_col_mid {
	padding: 25px 35px;
	margin: 0;
	background: url("images/main_col_mid.png") left top repeat-y;
}

#main_col_bottom {
	height: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url("images/main_col_bottom.png") left top no-repeat;
}

#footer {
	padding: 20px;
	border-top: 3px solid #FFF;
	background: #222;
	margin: 30px 0 0 0;
	clear: right;
}

#footer a { color: #FFF; }

#footer .right {
	float: right;
	width: 550px;
	text-align: right;	
}

#footer .right h4 { 
	background: url("images/lastfm.png") right 2px no-repeat;
	height: 18px;
	padding-right: 20px;
	width: auto;
	margin-bottom: 10px;
}

#footer .right ul { 
	list-style: none; 
	margin: 0 0 0 15px;
	padding: 0;
}

#footer .right ul li { font-size: 11px; }

#logos {
	text-align: center;
	margin: 0;
}








input.form_field, textarea.form_field {
	background: #FFF;
	border: 1px solid #3E9BF9;
	padding: 10px;
	font-size: 12px;
	color: #666;
}

input.form_field { width: 410px; }
textarea.form_field {
	width: 410px;
	height: 80px;
}

input.buttons {
	background: #3E9BF9;
	color: #FFF;
	padding: 5px;
	width: 150px;
	border: 1px solid #3E9BF9;
	cursor: pointer;
}

img.portrait {
	float: left;
	margin: 5px 10px 10px 0;
}

div.moreabout {
	line-height: 130%;
	width: 430px;
	float: right;
	margin-bottom: 15px;	
}

div.cl { clear: left; }
div.cr { clear: right; }

div.rel { position: relative; }

img.site {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px solid #FFF;
}

span.grey { color: #999; }

p.largemb { margin-bottom: 20px; }
