@charset "utf-8";
/* CSS Document */

body {
	background-color: #E8E1C5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#634b0d;
	font-size:12px;
	line-height:20px;
}

div#wrapper {
	width:950px;
	margin:auto;
	background:url(images/bg_01.png) center repeat-y;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header {
	background:url(images/index_01.png) center no-repeat;
	height:199px;
}

.event-info {
	background:url(images/index_02.png) center no-repeat;
	height:342px;
}

.mayor {
	background:url(images/mayor.png) center no-repeat;
	width:310px;
	height:369px;
	position:absolute;
	z-index:7;
	padding-left:1245px;
	top:220px;
	
}

.black-bar {
	background-color:#000;
	height:70px;
	max-width:906px;
	margin:auto;
}

.black-bar-margins {
	padding: 20px;
}

h2 {
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	margin: 0px;
}

h3 {
	font-size:16px;
	color:#000;
	margin: 0px;
}

.two-colmun-margins {
	width:905px;
	margin:auto;
}

.left-column {
	float:left;
	display:inline;
	width:319px;
}

.right-column2 {
	float:right;
	display:inline;
	width:310px;
}

.right-column {
	float:right;
	display:inline;
	width:586px;
}

.left-column2 {
	float:left;
	display:inline;
	width:586px;
}

.column-margins {
	padding:25px;
}

.column-margins span{
	font-size:14px;
	font-weight:bold;
}

.phrase {
	background:url(images/index_09.png) center no-repeat;
	width:586px;
	height:96px;
}

a:link {
	color: #09446D;
	text-decoration: none;
}
a:visited {
	color: #09446D;
	text-decoration: none;
}
a:hover {
	color: #BFDBEE;
	text-decoration: none;
}
a:active {
	color: #09446D;
	text-decoration: none;
}

div#footer {
	width:927px;
	height:49px;
	clear:both;
}