@charset "UTF-8";
/* CSS Document */
/* color schemes picked from colorsontheweb.com with input color ff7733.*/


#body-style{
	background-color:#993300;
}

#page-container{
    font-family: Verdana, Geneva, sans-serif;
	position:    absolute;
	width:       942px;
	top:         10px;
	bottom:      5px;
	padding:     5px;
	background-color:#ff7733;
	margin-left: 50%;
	left:        -471px;
	z-index:     5;
	border-radius: 22px;
	-moz-border-radius: 22px;
}

#header{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height:85px;
	padding: 10px;
	background-color:#ff7733;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	-moz-border-radius-topleft: 22px;
	-moz-border-radius-topright: 22px;
    z-index: 10;
}
	
#aside-l{
	position:absolute;
	width:100px;
	top:105px;
	left:0px;
	bottom:0px;
	background-color:#ff7733;
	border-bottom-left-radius: 22px;
	-moz-border-radius-bottomleft: 22px;
    z-index: 10;
}

#aside-r{
	position: absolute;
	width:10px;
	top:105px;
	right:0px;
	bottom:0px;
	background-color:#ff7733;
	border-bottom-right-radius: 22px;
	-moz-border-radius-bottomright: 22px;
    z-index: 10;
}

#footer{
	position: absolute;
	bottom: 0px;
	right: 10px;
	height:20px;
	left: 100px;
	background-color:#ff7733;;
	z-index: 10;
}

#mainContent{
	position: absolute;
	left:100px;
	right:10px;
	top:105px;
	bottom:20px;
	background-color:#ffbb99;
	padding: 10px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	overflow:auto;
	z-index: 10;
}