html, body {
	margin:0;
	padding:0;
}

body {
	color:#000;
	background:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:30px;
}

#Stripe {
	background:url('../images/stripe.png') no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	width:298px;
	height:172px;
	z-index:100;
}
	#Stripe h1, #Stripe span { display:none; }
	#Stripe a { width:200px; height:140px; display:block; }


#Main {
	background-color:#F00;
	min-height:400px;
	min-width:926px;
	float:left;
	display:inline;
	width:100%;
}

#MainNav {
	float:left;
	padding:0;
	margin:0 0 0 240px;
	list-style-type:none;
	display:inline;
}

	#MainNav li {
		float:left;
		font-size:2.3em;
		text-transform:uppercase;
		line-height:0.72em;
		margin:0 20px 0 0;
		filter: alpha(opacity = 50);
		opacity:0.5;
		-moz-opacity:0.5;
	}
	
		#MainNav a {
			color:#FFF;
			text-decoration:none;
		}
		
		#MainNav li:hover {
			filter: alpha(opacity = 75);
			opacity:0.75;
			-moz-opacity:0.75;
			
		}
		
		#MainNav .current, #MainNav .section, #MainNav .current:hover, #MainNav .section:hover{
			filter:alpha(opacity=100);
			opacity:1.0;
			-moz-opacity:1.0;
		}

#SubNav {
	position:absolute;
	margin:133px 0 0 0;
	float:left;
	left:30px;
	top:30px;
}
	#SubNav ul, #preloader { 
		list-style-type:none;
		background-color:#FFF;
		width:206px;
		padding:10px 14px 10px 0;
		margin:0 0 1em 0;
		float:left;
	}
	
	#SubNav li { line-height:1em; margin-bottom:0.4em; float:left; clear:both; width:100%; }
	
	#SubNav a {
		color:#000;
		text-decoration:none;
		cursor:pointer;
	}
	
	#SubNav .SubTitle { color:#b77618; font-size:14px !important; line-height:16px; }

	#SubNav .Highlight { font-size:1.7em; }
	
		#SubNav .Highlight .SubTitle, #SubNav .Highlight .Title { display:block; float:left; clear:both; cursor:pointer; }
		
	
	#SubNav .current, #SubNav .section {
		background:#000;
		color:#FFF;
		padding:0 2px;
	}
	
	#SubNav .Highlight .current, #SubNav .Highlight .section { padding:0; }
	#SubNav .Highlight .current .SubTitle, #SubNav .Highlight .current .Title,
	#SubNav .Highlight .section .SubTitle, #SubNav .Highlight .section .Title { background:#000; padding:0 2px; }
	
	#SubNav a:hover * { text-decoration:underline; }
	
#twitter {
	float:left;
	clear:both;
	width:100%;
}

#twitter * { margin:0 !important; }

#twitter_div ul {
	margin:0;	
}

#twitter a {
	display:inline;
	color:#b77618;	
}

#twitter span, #preloader {
	display:block;
	font-family:Georgia, serif;
	color:#333;	
}

#preloader { color:#ccc; }

#twitter_decorator {
	height:29px;
	width:100%;
	background:url('../images/bark.png') no-repeat top left;
	float:left;	
	clear:both;
}

#Content {
	float:left;
	margin:70px 0px 0px 240px;
	display:inline;
}

#Page {
	width:666px;
	float:left;
	clear:both;
	margin-bottom:20px;
}

#Page.docu {
	width:700px;	
}


	#Page .Fold {
		width:100% !important;
		height:40px;
		float:left;
		background:url('../images/fold.png') no-repeat top left;
		clear:both;
	}
	
	#Page .Content,  #PageComments_holder {
		padding:0 40px 10px 40px;
		background:#FFF;
		clear:both;
	}
	
	#PageComments_holder {
		padding-top:1em !important;
	}
	
#PageComments_holder form, #PageComments_holder fieldset {
	margin:0 !important;
	padding:0 !important;	
}
	
#Gallery {
	float:left;
	background:url('../images/bg-white-75.png');
	clear:both;
	margin-bottom:1em;
}

	.AttachedFiles {
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	.AttachedFiles li {
		float:left;
		margin:0 8px 8px 0;
	}