

a {
	color:red;
}

a:hover {
	color:red;
}

.red {
	color:red;
}

.center {
	text-align:center;
}


#wrapper {
	padding:0 0 20px 0;
}

.big-button {
	background: yellow;
	padding: 20px 76px;
	font-size: 36px;
	color: #222;
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

.big-button:hover {
	text-decoration:none;
	background: #feb645; /* Old browsers */
	background: -moz-linear-gradient(top,  #feb645 0%, #f1e767 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb645), color-stop(100%,#f1e767)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feb645 0%,#f1e767 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feb645 0%,#f1e767 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feb645 0%,#f1e767 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feb645 0%,#f1e767 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=0 ); /* IE6-9 */

}

.image-right {float:right;padding: 10px 0 10px 20px;}
.image-left {float:left;padding: 10px 20px 10px 0;}

#header {
	height:243px;
	background:#fff url(../img/header.jpg) no-repeat top left;
	position:relative;
}

.calltoaction {
	top: 68%;
	left: 29%;
	cursor: pointer;
	position: absolute;
}




/*    Nav    */

#nav {
	height:50px;
	background-color:#f6f6f6;
}

.menu {
	list-style:none;
}

.menu li{
	float:left;
	padding: 15px 30px 15px;
}

.menu li a {
	color: red;
	text-transform: uppercase;
}




/*   Content   */

#content {
	padding:30px 0;
}


/*   Bottom   */

#bottom {
	padding: 38px 0;
}

