@import url("css-nav.css");

body {
	margin: 0;
	background: #000;
	color: #999;
	font-size: 12px;
	font-family: arial helvetica, sans-serif;
	min-width: 900px;
	scrollbar-base-color: #333;
}

#content {
	width: 650px;
	position: relative;
	z-index: 1000;
	margin: 0 20px;
	padding: 0 0 40px 0;
}

#left {
	width: 310px;
	float: left;
}

#right {
	width: 310px;
	float: right;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	border-bottom: #fff solid 1px;
	color: #fff;
	position: relative;
	z-index: 300;
	clear: both;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	border-bottom: #fff solid 1px;
	color: #fff;
	position: relative;
	z-index: 300;
	clear: both;
}

h4 {
	clear: both;
	border-bottom: #333 solid 1px;
	padding: 10px 0 0 0;
}

.column h4 {
	clear: both;
	border-bottom: #333 solid 1px;
	padding: 10px 0 0 0;
}

.column p {
	clear: both;
}

div.column {
	width: 310px;
	margin: 0 12px 0 0;
	float: left;
}

.column .txt {
	float: right; 
	width: 145px;
}

.column img {
	float: left;
	margin: 0 10px 0px 0;
	border: #333 solid 1px;
}

.column p {
	clear: both;
	margin:  0 0 10px 0;
}

div .row {
	display: table;
	clear: both;
	margin: 0 0 15px 0;
}

.flyer {
	float: left;
	margin: 0 10px 5px 0;
}

#flyers-inline {
	width: 430px;
}

.wallpaper {
	display: block;
	width: 152px;
	float: left;
	margin: 0 10px 0 0;
}

/* stuff */

#stuff {
	position: absolute;
	left: 690px;
	top: 50px;
	width: 200px;
	font-size: 11px;
	padding: 0 0 30px 0
}

#stuff h1 {
	border-bottom: solid #666 1px;
}

/* twitter */

#twitter {
	width: 200px;
	float: left;
	margin-right: 10px;
	position: ;
	left:  ;
}

ul#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#twitter_update_list li {
	margin: 10px 0;
}

/* misc */

iframe {
	font-size: 11px;
	font-family: arial helvetica, sans-serif;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.white {
	color: #fff;
}

#iesux {
	padding: 10px;
	color: #000;
	background: #fc0;
	font-weight: bold;
	text-decoration: blink;
}