/* Basic settings */
body { margin:0; padding:0; font-size:100.01%; text-align:left; position:relative; }
select, input, textarea { font-size:99%; }
form  { margin:0; padding:0; }
img { border:0; }

/* Layout sections */
#left {
float:left; 
margin: 0px 10px 15px 5px;
}
#right { float:right; }
#main {
width:auto; 
position:relative;
background-color:#ffffff;
border:1px solid #999999;
margin: 15px 0px 15px 5px;
padding:15px;
overflow:hidden;
}
.inside { position:relative; text-align:left;}

/* Clearing and invisible elements */
.block { overflow:hidden; }
#clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

/* Clear after custom sections */
.custom { display:block; text-align:left; }
.custom:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }