/* Default Stylesheet */

/** BODY ELEMENTS **/

body { text-align: center; }

/** MAIN CONTAINERS **/

div#container {	width: 1000px; margin: 0 auto; text-align: left; }
div#header {  width:1000px; height:250px;}
div#header-in {  margin:0; padding: 0;}

div#content-wrap {  border-top:2px solid #bbb;}

div.left { width:800px; clear:both;}

div.content { width:600px;}
div.content-in { margin: 0 10px; padding: 20px;	border-left:1px dashed #bbb; border-right:1px dashed #bbb;}

div.column { width: 200px;}
div.column-in { padding: 20px;}

div#footer {}
div#footer-in { border-top:2px solid #bbb; margin:0; padding: 20px; background-color: #eee;}



															