body, html{
	font-family: Georgia, serif;
	font-size:16px;
	height:100%;
	background-color:#f5f5f5;
}
h2{
margin:11px 0;
font-family: 'Cabin', sans-serif;
font-weight:bold;
text-transform:uppercase;
border-bottom: 1px solid #999999;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin: 11px 0;
}
.headerNav{
	font-family:arial;
	text-align:center;
	background-color:#fff;
	margin-bottom:22px;
	border-bottom:1px solid rgba(0,0,0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1)
}
.headerNav li{
	display:inline-block;
	margin-left:40px;
}
.headerNav li a{
	font-weight:bold;
	display:block;
	padding: 10px;
	color:#000;
}
.headerNav li a:hover{
	background
}
.wrapper{
	background-color:#fff;
	width:960px;
	margin:0 auto;
	padding:0 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3), inset 0px 0px 30px rgba(0, 0, 0, 0.15);
	min-height:100%;
}
.header{
	font-size:80px;
	font-family: UnifrakturMaguntia;
	text-align:center;
	margin-bottom:11px;
	padding: 30px 0 10px;
}
.nav, .footer{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:22px;
}
.nav li{
	display:inline-block;
	padding:10px;

}
.nav li a{
font-family: 'Cabin', sans-serif;
font-weight:bold;
color:#333333;
text-transform:uppercase;
}
.main, .side, .main2, .main3{
	padding: 10px;
	line-height:22px;
}
.main p, .side p, .main2 p,.main3 p{
	color:#707070;
}
.main{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px; 
	-webkit-column-rule: 1px dotted #999999;
	-moz-column-rule: 1px dotted #999999;
	column-rule: 1px dotted #999999;
}
.main2{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px; 	
	-webkit-column-rule: 1px dotted #999999;
	-moz-column-rule: 1px dotted #999999;
	column-rule: 1px dotted #999999;
}
.main2 h2{
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span:all;
}
.main3{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px; 
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px; 	
	-webkit-column-rule: 1px dotted #999999;
	-moz-column-rule: 1px dotted #999999;
	column-rule: 1px dotted #999999;		
}
.footer p{
	padding:10px;
	text-align:center;
}
.footer a{
	color:#000;
}
