	/* styles applied to main HTML elements */

#container {
	text-align:center;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 94%;
	height: 100%;
	background-color: #fff;

		}
		
	#contentleft {
		width:30%;
		float:left;	
		margin: 0;
		background-color: #fff;
    height: 100%;
		}
	
	#contentcenter {
		width:64%;
		padding: 7px 3% 20px 10px;
		float:left;
		text-align: left;
		background-color: #fff;
    height: 100%; 
		}
#contentcenter form 
		{
		  height: 100%;
		}