html{
	overflow:					hidden;
	height:						100%;
	}

body{
	margin:						0px;
	padding:					0px;
	overflow:					hidden;
	font-family:				Tahoma,sans-serif;
	font-size:					11px;
	height:						100%;
	background:					#FFF;
	}
	
td{
	border:1px solid white;
	}
	
#Container{
	width:						100%;
	height:						100%;
	}
	
#FramedSide{
	background:					#FFF;
	width:						220px;
	vertical-align:				top;
	height:						100%;
	}
	
#FramedContent{
	position:					absolute;
	left:						0px;
	top:						0px;
	overflow:					auto;
	width:						220px;
	height:						100%;
	text-align:					center;
	}
	
#Header{
	padding-top:				10px;
	}
	
#Content{
	vertical-align:				top;
	height:						100%;
	overflow:					hidden;
	}

#Content iframe{
	width:						100%;
	height:						100%;
	}

#Logo{
	width:						200px;
	margin:						0px auto 10px auto;
	}
	
#CompanyName{
	position:					absolute;
	width:						200px;	/* IE 5.5 will read this to fix box model differences */
	w\idth:						190px;	/* compliant browsers will read this */
	padding:					72px 5px 0px 5px;
	font-weight:				bold;
	font-size:					12px;
	z-index:					100;
	text-align:					center;
	}
			
#ContactImage{
	width:						200px;
	margin:						0px auto 0px auto;
	text-align:					center;
	}
	
#ContactImage img{
	border:						1px black solid;
	}
	
#ContactInfo{
	padding:					5px;
	font-size:					11px;
	text-align:					center;
	}
	
#Sidebar{
	margin:						0px auto 0px auto;
	}
