
	@import "presentation.css"; /* just some basic formatting, no layout stuff */
	html {
		height:100%;
	}	

	body {
		text-align:center;
		background:#fff;
		margin:0px;
		padding:0px;
		height:100%;
	}
		
	#outerframe {
		width:700px;
		margin: 0 auto;
		text-align:right;
		background:#fff;
	}
	
	#contentbanner{
		width:700px;
		height:145px;
		padding:0px;
		margin:0px;
		background:#fff url("../images/banner_15.gif") no-repeat top left;
	}
	
	#header{width:700px;padding:0px;margin:0px;}
	
	#contentmenu {
		width:700px;
		height:25px;
		background:#fff;
		float:right;
		padding:0px;
		margin:0px;
	}
	
	#outerframe #innerframe {
		top:0px;
		width:688px;
		margin: 0px;
		padding:0px;
		float:right;
				
	}
	
	#outerframe #innerframe #contentleft {
		top:0px;
		background: url("../images/topMenu.gif") no-repeat top right;
		width:128px;
		float:left;;
		padding:96px 0px 30px 0px;
		margin:0px;
		overflow:hidden;
	}
	
	#contentcenter {
		top:0px;
		width:405px;
		float:left;
		background-repeat: no-repeat;
		background-position: -128px 246px;
		margin:0px;
		text-align:left;
	}
		
	#contentcenter2 {
		top:0px;
		width:436px;
		float:left;
		margin:0px;
		background-repeat: no-repeat;
		text-align:left;
		
		}
	#outerframe #innerframe div #contentright {
		top:0px;
		width:154px;
		padding:5px 0px;	
		float:left;	
		margin:0px;
		background: url('../images/background1.gif') right repeat-y;
	}
		
	#outerframe #innerframe div #contentright2 {
		top:0px;
		width:118px;
		padding-top:14px;
		float:left;
		background:#fbfaf7;	
		margin:0px;	
	}
		
	#contentright2 div {width:118px; margin:0px; padding:0px;}
	
	#contentfooter {
		position:relative;
		width:100%;
		height:25px;
		padding:0px;
		float:left;
		text-align:center;
		background: #fff;
		clear: both;
	}
	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		display:block;
    	height:1px;
		overflow:hidden;
		margin:0px;
		padding:0px;
	}
	
	.clearfloat2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		display:block;
    	height:10px;
		overflow:hidden;
		margin:0px;
		padding:0px;
	}

	
