body {
background: #202020 url("../images/frame-bg.png") center 108px no-repeat;
font-family: "Arial";
font-size: 67.5%;
padding-top: 10px;
}

form {
font-size: 1.2em;
padding-top: 20px;
width: 360px;
}

dl {
margin-bottom: 7px;
}

dt {
display: block;
font-weight: bold;
float: left;
height: 18px;
margin: 0;
padding: 0;
width: 120px;
}

dd {
margin: 0;
padding: 0;
}

h2 {
border: 1px solid #460000;
color: #460000;
font-size: 2em;
font-weight: 100 !important;
margin: 0;
padding: 4px;
text-transform: uppercase;
}

p {
color: white;
font-size: 1.15em;
letter-spacing: -.5px;
line-height: 140%;
margin-bottom: 15px;
}

textarea, input.text {
color: #333;
font-family: "Arial";
font-size: 1em;
font-weight: bold;

width: 220px;
}

#banner {
float: left;
height: 70px;
margin: 0;
padding: 0;
width: 800px;
}

#banner h1 {
background: url(../images/logo.png) top left no-repeat;
float: left;
height: 38px;
margin: 22px 0 0 0px;
text-indent: -5000px;
width: 324px;
}

	#banner ul {
	float: right;
	font-size: 1em;
	list-style: none;
	margin: 35px 0 0 0;
	text-transform: uppercase;
	}
	
	#banner ul li {
	float: left;
	border-right: 1px solid #ccc;
	margin-left: 5px;
	padding-right: 5px;
	}
	
	#banner ul li.last {
	border-right: none;
	}
	
	#banner ul li a {
	color: #ccc;
	text-decoration: none;
	}

#content {
/*border: 1px solid red;*/ 
float: left;
height: 500px;
margin: 30px 0 0 0;
padding: 0;
overflow: hidden;
width: 800px;
}

	#content ul {
	float: left;
	height: 800px;
	list-style: none;
	margin: 0;
	overflow:  visible;
	padding: 0;
	width: 2400px;
	}
	
	#content ul li {
	float: left;
	height: 500px;
	margin: 0;
	padding: 0;
	width: 800px;
	}
	
	#content ul li div.p {
	margin: 18px 18px;
	}
	
	#content ul.tweetList {
	}
	
	#content ul.tweetList li {
	background: url('../coda/twitter.png') no-repeat top left;
	color: white;
	clear: both;
	font-size: 1.2em;
	height: auto;
	margin-bottom: 2px;
	overflow: auto;
	padding-left: 20px;
	width: 600px;
	}
	
#footer {
color: #555;
float: left;
margin-top: 15px;
width: 800px;
}

	#footer a {
	color: #777;
	}
	
#frame {
float: left;
left: 50%;
margin-left: -400px;
position: absolute;
}

	#recent {
	background: #990000;
	border: 1px dotted #460000;
	float: left;
	height: 140px;
	overflow: hidden;
	padding: 12px 5px 10px 15px;
	width: 740px;
	}

	#recent dl {
	float: left;
	margin: 0 45px 0 0;
	width: 200px;
	}
		
		#recent dl dd {
		color: white;
		height: 25px;
		line-height: 140%;
		width: 200px;
		}
		
		#recent dl dt {
		height: 105px;
		width: 200px;
		}
		
		#recent dl dt img {
		border: 1px solid #460000;
		}

	#p1 { background: url("../images/tl.png") top left no-repeat; }
	#p2 { background: url("../images/tm.png") top left no-repeat; }
	#p3 { background: url("../images/tr.png") top left no-repeat; }
	#p4 { background: url("../images/bl.png") top left no-repeat; }
	#p5 { background: url("../images/bm.png") top left no-repeat; }
	#p6 { background: url("../images/br.png") top left no-repeat; }
	
	
	#portfolio {
	float: left;
	height: 420px;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 100%;
	}
	
	#portfolio dl {
	float: left;
	height: 120px;
	margin: 0 35px 0 0;
	width: 150px;
	}
		
		#portfolio dl dd {
		color: white;
		height: 25px;
		line-height: 140%;
		width: 150px;
		}
		
		#portfolio dl dt {
		height: 80px;
		width: 150px;
		}
		
		#portfolio dl dt img {
		border: 1px solid #460000;
		width: 150px;
		}
		
	
	
		.col {
		float: left;
		margin: 0px;
		padding: 0;
		width: 380px;
		}
		
		.col h2 {
		width: 355px;
		}
		
		.hide {
		display: none;
		}
		
		.hr {
		border-top: 1px dotted #460000;
		margin-bottom: 15px;
		}
	
	
	
	
	