/* layoutcontrolt5.css */

	#container {
		/*	position: relative; */
			width: 790px; 
			background-color: #000000;
			padding:0 5px 0 5px; 
			text-align:left;
			margin:0 auto;
	}
	
	#topnav { /* very top */
			background-color: #000000;
			width: 790px; 
			margin: 0px;
			vertical-align:middle;
			height: 175px;
	}	
	
	#topbuild { /* revolving photo element */
			background-color: #000000;
			width: 790px; 
			margin: 0;
			vertical-align:middle;
			height: 175px;
	}
	
	#medbuild { /* page headings */
			background-color: #000000;
			width: 750px; 
			margin: 0;
			vertical-align:top;
			padding:0 20px 0 20px;
		    text-align: center;

	}	
	

	#content	{
		width:750px;
		padding:0 20px 0 20px;
	}
	
	#cmli	{ /* top image */
		padding: 0px;
		float: center;
		margin: 0;
		height: 175px;
		width: 790px;
		border: 0;
	}
	
	#cmlb	{ /* bottom image */
		padding: 0 20px 10px 20px;
		float: center;
		margin: 0;
		height: 83px;
		width: 200px;
		border: 0;
	}
	
	#banners	{
		clear:both;
		float:left;
		text-align:center;
		padding:5px;
		width:490px;
	}
		
	#footerbreak	{
		/* clear:both; */
	}
	

	
	#footnav {
			clear:both; 
			background-color: #000;
			width: 790px; 
			height: 24px;
			margin: 10px 0 0 0;
		    text-align: center;
			font-size: 11px;
			line-height: 1.8em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #FFF;
			text-decoration: none;
	}		
	
