@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg.gif) repeat-x;
	color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
}
hr {
	display: none;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/* --- LOGO --- */
	

#logo {
	margin: 0;
	padding: 0;
}
#logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/intheory-llc.gif) no-repeat right top;
	border: none;
	width: 820px;
	height: 240px;
	margin: 10px auto 0;
}
/* --- MAIN CONTENT --- */
	
#contact {
	margin: -60px 0 0 0;
	text-align: center;
}

#live_area {
	text-align: center;
	margin: 0; /* -- I really hate how IE6 handles margins ... sigh -- */
}
.holder {
	background-color: #FFF;
	margin: 30px 15px;
	float: left;
}
.holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.holder a img {
	border: 10px solid #FFF;
}
.holder a:hover img {
	border-color: #999;
}
.image_desc {
	font-size: 28px;
	font-weight: bold;
	color: #999;
	border-top: 10px solid #000;
	margin: 0;
	padding: 0 0 0 55px;
	text-align: left;
}
.image_desc p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: normal;
}
.web {
	background: url(../images/icons/web.jpg) no-repeat 15px 11px;
}
.print {
	background: url(../images/icons/print.jpg) no-repeat 15px 11px;
}
.email {
	background: url(../images/icons/email.jpg) no-repeat 15px 11px;
}

/* -- TOP LINK --*/

#gotop {
	clear: left;
	text-align: right;
	padding: 20px;
}
