/* CSS Document */

	/* hide from ie on mac \*/
	html {
		

	}
	
	h1 {
		font-size: 1.5em;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	#flashcontent {
		height: 500px;
		margin-top: 40px;;
		color: #000;
		margin-left: 0;
	}
	
	
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFF;
		color:#000;
		text-align: center;
		width: 100%;
	}
	
	#topnav {
		position: absolute;
		top: 0;
		text-align: center;
		width: 800px;
		left: 300px;
		}
		
	#homestyle {
		position: absolute;
		bottom: 10%; 
		margin-left: 50%; 
		left: -400px;
		}
		
	#txtsection {
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 0.8em;
		line-height: 1.2em;
		text-align: center;
		padding-bottom: 10px;
		position: absolute;
		margin-left: 50%;
		left: -310px;
		}

	
	.desctxt {
		text-align: left;
		position: relative;
		width: 700px;
		
		}
		
