/* CSS Document */

	html,body {
		margin: 0;
		padding: 0;
		height: 100%;
		overflow: hidden;
		text-align: center;
	}
		
	/* hide from ie on mac */
	#flashcontent {
		position: relative;
		height: 443px;
		width: 667px;
	}
	/* end hide */

	body {
		margin: 0px auto; 
		padding: 0px 20px; 
		min-width: 980px;
		min-height: 527px;
		background-color: #afb3ba; 
		color: #9a9ea5; 
		font-family: Verdana, Arial, sans-serif;
	} 

	a {	
		text-decoration: none;	
		color: #8e9298;
	} 
/*
	#outer {height: 100%; overflow: hidden; position: relative; width: 100%;} /* for explorer only*/
/*	#outer[id] {display: table; position: static;}

	#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
/*	#middle[id] {display: table-cell; vertical-align: middle; position: static;}

	#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
/*	#inner {width: 100%; margin-left: auto; margin-right: auto;} /* for all browsers*/
	/* optional: #inner[id] {position: static;} */


/*	#outer {
		width: 100%; margin: 0 auto; height: 100%;
		display: table;} 
		#outer * {vertical-align: middle;
	} 

	#middle {
		width: 100%; text-align: center; display: table-cell;
	} 

	#inner {
		margin: 0 auto;
	}
	/* for testing */

	#vertical{
		float:left;
		height:50%;
		margin-top:-264px;/* half vertical height*/
		width:100%;
	}
	
	#hoz {
		width:980px;
		margin-left:auto;
		margin-right:auto;
		height:527px;
		overflow: hidden;
		text-align:left;
		clear:both;
	}
	/* for testing */

	#content {
		position: relative;
		padding: 42px;
		margin: 0px auto;
		width: 980px;
		height: 527px;
		text-align: left;
		background-color: #f6f6f6;}
	  html>body #content {
		width: 896px;
		height: 443px;
	}
	
	#flash_substitute {
		background-color: #f6f6f6;
	}
	
	
	#title {
		bottom: 417px;
		font-weight: bold;
		position: relative;
		left: 699px;
		font-size: 21px;
	}
	
	#section {
		font-style: normal;
		font-weight: normal;
		line-height: 13px;
		font-size: 10px;
		position: relative;
		left: 700px;
		bottom: 390px;
	}
	
	.heading {
		font-weight: bold;
	}
	
	#footer {
		position:relative;
		bottom: 192px;
		left: 698px;
		color: #cdcdcd;
		font-size: 9px;
	}
