@charset "UTF-8";
/* CSS Document */
body{
	background-color: #55584b;
}
#container{
	width: 940px;
	height: 700px;
	margin:0px auto;
	clear: both;
}
#header{
	float: left;
	width:940px;
	height:279px;
}
#nav{
	float:left;
	width: 186px;
	height: 421px;
}
#content{
	float:left;
	width: 730px;
	min-height: 421px;
	background:#F4F4F4;
	padding:12px;
}
#trainwreck_footer{
margin: 0px auto;
clear: both;
width: 300px;
padding-top: 20px;
font-family: arial;
color: #ffffff;
font-size: 12px;
text-align: center;
}

#trainwreck_footer a{
color: #ffffff;
}
