body {
	background: #cc3333;
	color: #000000;
	

}

a:link {
		color: #00ff00;
	}
	a:visited {
		color: #660066;
	}


.sidebar {
	text-align: center;
	float: left;
	/*background: #00f;
	*/
	z-index: 10;
	
}

.header {
	
	z-index: 1;
	/*background: #0f0;
	*/
}
	
#main {
	/* background: #f0f; */
	width: 100%;
	
	margin-top: 50px;
	height:75%;
    overflow: scroll;

}

.main {
	/* background: #f0f; 
	height:75%;
	overflow: scroll;
	
	*/
	width: 100%;
	
	margin-top: 50px;


}
	
#contact {
	text-align: center;
	width: 100%;
	/*background: #ff0;
	position: absolute;
	bottom: 5%;
	*/
}
	

.prop {
    height:75%;
	float:right;
    width:1px;
	/*background: #ff0;
	*/
  }
  
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
