/* LAYOUT */
html,body{margin:0;padding:0}
body{text-align:center}
div#container{width:1000px;margin:0 auto;overflow: hidden;text-align:left;}

div#wrapper{float:left;width:100%; }
div#container div.column {padding-bottom: 1001em; margin-bottom: -1000em;}

div#footer{width:100%;}

/* columns */
div#content{margin: 0 236px 0 236px;}
div#right_column{float:left;width:235px;margin-left:-235px; }
div#left_column{float:left;width:235px;margin-left:-1000px; }

div#content div#main_content {padding: 0 20px;}

/* TWO COL LAYOUT (with left nav)*/
body.two_column_layout div#content{margin: 0 0px 0 236px;}
body.two_column_layout div#container div.column {padding-bottom: 0; margin-bottom: 0;}
body.two_column_layout div#header {margin-bottom: 20px;}


/* BLOG LAYOUT */
body.blog div#content{margin: 0 300px 0 36px;}

body.blog div#right_column{float:left;width:300px;margin-left:-300px; }

body.blog div#left_column{float:left;width:35px;margin-left:-1000px; }

body.blog div#content div#main_content {padding-right: 80px;padding-left: 60px;}

body.blog div#right_column div.content {margin-right: 60px; }

body.blog div#header {margin-bottom: 20px; }

body.blog div#container div.column {padding-bottom: 0; margin-bottom: 0;}


/* THREE COL LAYOUT */
body.three_column div#header {margin-bottom: 20px;}


/* LAYOUT END */