/* stylelayout.css

orginal from Dynamic Drive: CSS Liquid Layout #3.3- (Fluid-Fluid-Fluid

I hacked the layout style on 08.01.08 to Fixed-Fluid-Fixed

*/
/* Main Body style rules */

body{
margin:0;
padding:0;
line-height: 1.1em;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: #FFFFFF;
height: 145px;      /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
bborder:1px;
margin: 15px 210px 15px 210px; /*20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: #FFFFFF;
border: 0px solid;
}
/*border-color: #A9A9B7 #EFECEF #F4F5F6 #CAD3D3;
/*margin: 0 20% 0 180px; /*20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/


/*
border: 5px solid;
border-color: #A9A9B7 #EFECEF #F4F5F6 #CAD3D3;
*/

#contentcolumnII{
float: left;
margin: 0 5% 0 5%; /*20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: #FFFFFF;
}

#contentcolumn3{
float: left;
margin:margin: 0px 180px 0px 180px; /*20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: #FFFFFF;
}
/*margin: 0px 0px 0px 180px; /*20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/


#leftcolumn{
float: left;
width:190px;
border: 0px solid;
margin-left: -100%;
}
/*width: 20%; /*Width of left column in percentage background-color: #ECECEF;*/


#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
border: 0px solid;
}
/*
#rightcolumn{
float: left;
width: 20%; /*Width of right column in pixels*/
/*margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/
/*}*/


#footer{
clear: left;
width: 100%;
background: white;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #7E92CB;
}

.innertube{
margin: 4px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* END Main Body style rules */