* {margin:0px; padding:0px; border:0px; outline:none;}
.body {background-color: #999;}

#document {		
	margin: 0px auto;	                            	                                                       
	font-family: Tahoma, Geneva, "MS Sans Serif";
	font-size: 12px;                          
	width: 936px;
	background-color:#0B68C3;
	border-left: solid 7px #666;
	border-right: solid 7px #666;
}

#top-section {
	height:102px;
	background-color:#fff;
	border-bottom: solid 6px #ccc;
}

#main-section {min-height:900px;}

#main-left {
	float:left;
	width:199px;
}

#main-content {
	float:left;
	width:732px;
	min-height:900px;
	border-left: solid 5px #ccc;
	background-color:#fff;
}

#content-top {
	height:118px;
}

#content {
	height:100%;
    padding:5px;
    min-height: 1000px;
}

#content-left {
    /*
	float:left;
	width:506px;
    */
	padding:5px;
	padding-right:9px;
	border-right: dashed 1px #ccc;
	min-height:900px;
}

#content-right {
	float:right;
	width:200px;
	padding:5px;	
}

#bottom-section {
	clear:both;
	height: 120px;
	background-color:#fff;
	border-top: solid 5px #ccc;
	padding:5px;
}
