@charset "UTF-8";
/* CSS Document */

*					{ margin:0; padding:0; }
body				{ background-color:#231f20; font:12px Arial, Helvetica, sans-serif; color:#fff; }

#container			{ width:900px; overflow:auto; margin:0 auto; }

#logo				{ width:690px; float:left; }

#nav				{ width:210px; float:left; height:143px; }
#nav ul				{ list-style:none; margin:36px 0 0 15px; }
#nav ul li			{ list-style:none; }

#showcase			{ width:517px; float:left; }
#message			{ width:383px; float:left; }

#text_container		{ width:383px; height:263px; float:left; background:#231f20 url(images/text_bg_16.gif) no-repeat top left; }
#text				{ width:320px; }
#text p				{ margin-top:20px; }
#text p.first		{ margin-top:0; }
#text p.last		{ margin-top:25px; float:left; margin-right:10px; }
#text p.last img	{ padding-bottom:12px; }

#footer				{ clear:both; }
#footer p			{ margin:10px 0 0 37px; font-size:11px; }
#footer p a			{ color:#fff; text-decoration:none; }