html{
	position: relative;
	background:url("../img/template/bg_grad.png") bottom repeat-x;	
	background-color: #dae7f8;
	margin:0px;
	padding:0px;
	min-height:100%;
}

body{
	position:relative;
	height:100%;
	min-height:100%;
	font-family: Calibri, tahoma, verdana, sans, 'Lucida Sans Unicode', 'Lucida Grande', Arial, geneva, sans-serif;
	font-size:13px;
	margin:0px;
	padding:20px 0px 20px 0px;
	background: url("../img/template/palms2.png") right bottom no-repeat;	
}

#container
{
	position:relative;
	width:800px;
	height:100%;
	color:#000000;
	background-color:#d6e6ff;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	border: #ccddff solid 8px;
}

#header{
	position:relative;
	width:790px;
	height:112px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	background-image:url("../img/template/logo.png");
	background-repeat:no-repeat;
	background-position:center;
}

#topmenu{
	position:relative;
	width:780px;
	height:auto;
	float:left;
	border:#e25c53 solid;
	border-width:0px 0px 0px 0px;	
}

#MAIN
{
	width:800px;
	height:100%;
/*	background-color:#83c1ed;*/
	position:relative;
	overflow:hidden;
/*	border:#efa784 solid;
	border-width:5px 5px 5px 5px;	
*/}

#leftmenu{
	position:relative;
	width:139px;
	height:auto;
	clear:left;
	float:left;
	border:#fff solid 5px;
}

#mainframe{
	position:relative;
	background-color:#eaf2ff;
	background-repeat:repeat-x;
	background-position:top;
	min-height:800px;
	padding:10px;
	padding-top:20px;
	width:600px;
    height:100%;
	float:left;
	font-family: Calibri, tahoma, verdana, sans, 'Lucida Sans Unicode', 'Lucida Grande', Arial, geneva, sans-serif;
}

#rightcolumn{
	position:relative;
	background-color:#e5edfa;
	background-repeat:repeat-x;
	background-position:top;	
	padding:5px;
	padding-top:0px;	
	width:170px;
/*	height:800px;
*/	min-height:825px;
	float:right;
}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.curvedTOP {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	
}

.curvedLEFT{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;	
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;	
}

.curvedRIGHT{
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;	
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
}

.curvedBOTTOM{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
}

.clearfloat {
	clear:both;
}
