/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

#leftColumn{
float:left;
width:30%;
background-color:#CC66CC;
height:100%;
}

#rightColumn{
float:left;
width:70%;
}

#header{
background-color:#33FFFF;
}

#content{
background-color:#CCFF00
}

#mainwindow {

}


#floatlayer {
width:100%;
border:thin solid #330000;
position:relative;
right:20px;
}