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

body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #2E2202;
	color: #000;
	text-align: center; /* Centers the container */
	margin: 0;
	padding: 0;
	font-size: .75;
}

a:link {
	text-decoration: none;
	color: #2E2202;
}
a:visited {
	text-decoration: none;
	color: #2E2202;
}
a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration: none;
}


#wrapper {
    width: 880px; /* 880px is just wide enough to fill and 900px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    background: #fff;
    text-align: left;
    position: relative;
	margin-top:10px;
}

 #column1, #column2, #column3, #column4 ,#footer{
    padding: 10px;  /* This sets a 10px padding on all of our content boxes */
}

#header {
	background: #FFF;
	margin: 0;
	padding-bottom:5px;
	padding-left:10px;
	height:150px;
	text-align:center;
	font-size:.75em;
	top: auto;
	display: inline;
	vertical-align: text-top;
}

#column1,#column3, #column4 {
	position: absolute;
	top: 61px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#column1 {
	width:155px;
	background-color:#F47B19;
/*	height:auto;
*/	left: 1px;
	font-size:.75em;
	padding-bottom:0px;
	margin-left:2px;
}
#column2 {
	width:400px;
	position: relative;
	left: 180px;
	background-color:#FFF;
	font-size:1em;
	padding-bottom:0px;

}
#column3 {
	left: 606px;
	width:131px;
	background-color:#2E2202;
	color:#FFF;
	font-size: 1em;
	padding-right:2px;
}
#column4 {
	width:105px;
	left: 751px;
	background-color:#F47B19;
}

#footer{
	margin-top:0px;
	height:10px;
	background-color:#F47B19;
	font-size:.75em;
	text-align:center;
	padding-top:0px;
}

.columnTxt{
	font-size:.75em;
}

.orangeText{
	font-weight:bold;
	text-shadow:#2E2202;
	color:#F47B19;
}

.haiti{
	color:#600;
	font-size:.9em;
	font-style:italic;
}

.haiti a:link, a:visited, a:hover, a:active{
	text-decoration:none;
}

.style76 {
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}

.style76 a:hover {
	text-decoration:none;
}

.columnRt{
	font-size:.75em;
	text-align:right;
}

.Events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.whiteTxt {
	color: #FFFFFF;
	font-size:14px;
}

.happeningTxt {
	color: #FFFFFF;
	font-size:12px;
}

.style12 {color: #FFFFFF; font-size: 11px; 
}
@charset "UTF-8";
/* CSS Document */

