/* CSS Document */
	@import url("/views/final/css/reset.css");
	
	#page {
		width: 790px;
		margin: 0 auto;
	}
	
	#header {
		clear: both;
		margin-bottom: 10px;
	}
	
		#header #mainNav {
			float: left;
			width: 480px;
		}
			#header #mainNav ul {
				float: left;
				width: 125px;
				margin-right: 5px;
			}
			
			#header #mainNav ul li {

			}
				
		
		#header #identity {
			float: right;
			width: 155px;
			margin-right: 20px;
			margin-top: 5px;
		}
		
	#title {
		clear: both;
		margin-bottom: 10px;
	}
		
	#body {
		clear: both;
	}
		#foldingNav {
			margin-bottom: 5px;
		}
			#foldingNav .nav {
				float: left;
				padding: 0 20px 15px 10px;
				
			}
				#foldingNav .nav .block {
					float: left;
					width: 167px;
				}
				
				#body #foldingNav .nav .block {
					float: left;
				}
		
		
	
	#footer {
		clear: both;
		margin-top: 10px;
	}
		#footer ul {
			clear: both;
		}
			#footer ul li {
				float: left;
				margin-top: 8px;
			}
			#footer ul li.logos {
				margin-right: 10px;
				margin-top: 0;
				width: 78px;
			}
			
				#footer ul li.logos span {
					display: block;
					float: left;
				}
				
					#footer ul li.logos span.proudly {
						margin-top: 8px;
						margin-right: 10px;
					}
			#footer ul li.copy {
				margin-top: 20px;
			}
			#footer ul li.created {
				float: right;
				margin-top: 15px;
			}
	

	
	
/* clearfix hack: http://www.webtoolkit.info/css-clearfix.html */
	
		.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
		
		.clearfix {
			display: inline-block;
		}
		
		html[xmlns] .clearfix {
			display: block;
		}
		
		* html .clearfix {
			height: 1%;
		}	

