/* layout css */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


body {
	background: #E2E9EF url(../images/bg-body.gif) repeat-x;
}

@font-face {
	font-family: 'Chunk';
	src: url("../fonts/chunk-webfont.eot");
	src: local('☺'), url("../fonts/chunk-webfont.woff") format("woff"), url("../fonts/chunk-webfont.ttf") format("truetype"), url("../fonts/chunk-webfont.svg#chunk-webfont") format("svg");
}

.main {
	width: 960px;
	margin: 0 auto;
}


/* naked layout */

.main-head {
	height: 135px;
	padding-top: 45px;
}

.main-head .logo {
	display: block;
	text-indent: -9999px;
	background: url(../images/votetocracylogo3.png) no-repeat;
	width: 186px;
	height: 106px;
	margin: 0 auto;
}

.wrapper {
	background: #fff;
	border: 1px solid #D2DCDC;
	-webkit-border-image: url(../images/wrapper-border-bg.png) 3 0 0 0 repeat;
	-moz-border-image: url(../images/wrapper-border-bg.png) 3 0 0 0 repeat;
	border-image: url(../images/wrapper-border-bg.png) 3 0 0 0 repeat;
	padding: 8px;
	-webkit-box-shadow: 1px 1px 5px #969096;
	-moz-box-shadow: 1px 1px 5px #969096;
	box-shadow: 1px 1px 5px #969096;
}

.mast-head {
	padding: 0 85px;
}
.mast-head .page-title {
	font: 28px/30px "Chunk", Georgia, "Times New Roman", Times, serif;
	color: #3E4C57;
	text-align: center;
	line-height: 46px;
}