html{
	height: 100%;
}

body{
	padding: 30px 0 30px 0 ;
	min-height: 100%;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
	color: #222;
	background: url("http://www.marcoaziel.com/assets/2015fawmbackground.jpg") fixed top center no-repeat;
	background-size: cover;
}

header, section, footer, nav{
	display: inline-block;
	width: 100%;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.full_col{
	width: 98%;
	padding: 5px 1%;
	overflow:hidden;
}

.big_col{
	width: 65%;
	padding: 5px 1%;
	overflow:hidden;
}

.small_col{
	width: 31%;
	padding: 5px 1%;
	overflow:hidden;
}

.layout_block{
	border-radius: 5px;
	margin-bottom: 5px;
	overflow:hidden;
}

a, a:visited, a:link{
	color: #A00;
	text-decoration: none;
}

a:hover, a.active{
	text-decoration: underline;
}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, nav ul li a, nav ul li a:link, nav ul li a:visited{
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, nav ul li a:hover, nav ul li a.active{
	text-decoration: underline;
}

img{
	width: 100%;
	margin-bottom: 10px;
}

.headerimage{
	text-align:center;
	margin: 0 auto 10px auto;
	width: 800px;
	display:block;
}

hr{
	border: 0;
	border-bottom: 1px solid #ccc;
}

#wrapper{
	width: 970px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	background: #fff;
}

#candy{
	width: 100%;
	padding: 0;
	margin: 0;
}

#main_header{
	color: inherit;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #DDD;
	background-color: #222;
}

.sticky{
	position: fixed;
	top:0;
}

h1, h2, h3 {
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 300%;
	letter-spacing: -2px;
	text-transform: uppercase;
}

h2 {
	font-size: large;
	letter-spacing: -2px;
	text-transform: uppercase;
}

h3{font-size: large;}


p{
	margin: 5px 0 10px 0;
	font-size: medium;
	text-align: justify;
}

strong{
	font-weight: bold;
}

nav{
	display: block;
	padding: 0;
	margin: 0;
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

nav ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	color: inherit;
}

nav ul li {
	display: inline-block;
	border: 0;
	margin: 10px;
	padding: 0;
	color: inherit;
}

#main_nav{
	text-transform: uppercase;
	font-size: 26px;
	font-weight:  bold;
}

#social_nav {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#mc_embed_signup{
	display: inline-block;
	font-size: medium;
	margin: 5px 0 10px 0;
	font-size: medium;
	line-height: 1.75;
}

label
{
	display:none;
}

input{
	width: 160px;
	margin-bottom: 5px;
}

#main_footer{
	padding: 0;
	border-top: 1px solid #666;
}

p.copyright{
	font-size: small;
	text-align: center;
}

