	/* hide from ie on mac \
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}*/
	/* end hide */

	body { 
		background-color: #181818;
		margin: 0px;
		padding: 0px;
	}

	#nav {
		width: 800px;
		height: 75px;
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
		background-color: #181818;
	}
	
	#main_content {
		width: 750px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		color: #dcdcdc;
		font: 10pt Verdana;
	}
	
	#welcome {
		width:320px;
		height: 200px;
		float: left;
	}
	
	#contactinfo {
		width:320px;
		height: 200px;
		float: right;
	}
	
	#latest {
		width: 750px;
		min-height: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#gallery_content {
		width: 800px;
		height: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer {
		width: 800px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #888888;
		font: 8pt Verdana;
	}
	
	.maintitle {
		font: 11pt Tahoma;
		color: #999999;
		font-weight: bold;
	}
	
	.links a {
		font: 10pt Verdana;
		text-decoration: none;
		color: #999999;
	}
	
	.links a:hover {
		font: 10pt Verdana;
		text-decoration: none;
		color: #e80000;
	}
	
	.nav_links a {
		font: 12pt Verdana;
		text-decoration: none;
		padding: 20px;
		color: white;
	}
	
	.nav_links a:hover {
		font: 12pt Verdana;
		text-decoration: none;
		padding: 20px;
		color: #e80000;
	}
