/* CSS Document */
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
	margin-left: auto;
	margin-right: auto;
	}
	/* end hide */
	
	#contentContainer
	{
	}
	
	#photoGallery
	{
	}


	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:19px;
	}
	
	
	#header {
		height: 100px;
		background-color: #1e1e1e;
		background-image:url(images/header/Header.jpg);
		background-position:center;
		background-repeat:no-repeat;		
	}
	
	#headernav {
		height: 23px;	
	}
	
	#about {
		margin-top:50px;
		width:820px;
	}
	
	#contact {
		margin-top:50px;
		width:790px;
	}
	
	#aboutleft {
		width:400px;
		float:left
	}
	
	#aboutright {
		float:right;
		width:390px;
		text-align:left;
	}
	
	#contactleft {
		width:250px;
		float:left;
		text-align:left;
	}
	
	#contactright {
		float:right;
		width:540px;
	}
	
	.defaultFormError {
		FONT-SIZE: 8px;
		COLOR: #FFFFFF;
	}
	

	a:link {
		color: #999999;
		text-decoration:none;
	}
	a:visited {
		color:#999999;
		text-decoration:none;
	}
	a:hover {
		color:#FFFFFF;
		}
		

