@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/background.png);
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}


#wrapper {
	background:url(../images/offthecuffbackground.gif);
    width: 1000px; 
	height: 757px;
    margin: 33px auto; /* It's important to set the margin to auto if you want the layout to center */
    text-align: left;
}

#header, #column1 {
	padding: 20px 10px 0px 10px;  /* This sets a 10px padding on all of our content boxes */
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 1000px;
	height: 475px;
}

    #column1 {
	float: left; /* Sets this column to the left inside its section */
	width: 190px;
	margin: 43px 0px 0px 30px;
	list-style: none;
    }

    #column2 {
	float: left; /* Sets this column to the right inside its section*/
	width: 396px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 62px;
    }

    #column3 {
	float: left; /* Sets this column to the left inside its section */
	width: 190px;
	padding: 140px 0px 0px 0px;
    }
	
#footer {
	clear: both;
	padding: 0px 0px 0px 302px;
	height: 225px;
	line-height: 1.3;
}
#footer .places {
	display: block;
	float: right;
	padding: 10px 118px 0px 0px;
}
#footer ul li {
	display: inline;
	list-style: none;
}
.foottext {
	clear: both;
}
.information {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.4;
	display: block;
	margin: 60px 20px 0px 0px;
	overflow: auto;
	height: 345px;

}
.informationfooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.1;
	display: block;
	margin: 35px 25px 0px 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 370px;
}
.italictext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: italic;
	display: block;
	padding: 4px 0px 2px;
	line-height: 1.2em;
}

