﻿/* ############################# */
/* #####       Layout	                                  ##### */
/* ############################# */

/* site width */
#main, #page, #footer{width:960px;}
#main { margin:0 auto 0 auto;}
#masthead{height:230px;}
#page{text-align:left;min-height:850px;padding-bottom:50px;float:left;}
#footer{clear:both;}

#cols {width:770px;float:left;}
#maincol1 {position:relative;float:left;width:230px;overflow:hidden;margin-top:30px;}
#maincol2 {float:right;width:520px;margin-top:20px;}
#maincol3 {float:right;width:160px;margin-top:10px;padding-right:10px;} 

.subcol1 { width:250px;float:left;}
.subcol2 {width:250px; float:right;}


/*--- show scrollbars --- */
html {overflow: -moz-scrollbars-vertical !important; height: 100%; padding-bottom: 1px;}
