@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/culturesandvaluesbackground.gif) no-repeat;
    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: 376px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 62px;
	display: block;
    }
#footer .seaimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.6;
	display: block;
	margin: 35px 0px 0px 0px;
	width: 405px;
	float: right;
}
#footer .seaimage a {
	text-decoration: none;
}
 
    #column3 {
	float: left; /* Sets this column to the left inside its section */
	width: 188px;
	padding: 140px 0px 0px 2px;
    }

#footer {
	clear: both;
	padding: 0px 100px 0px 302px;
	height: 225px;
	line-height: 1.3;
}

#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 0px 0px 0px;
}
.informationsecond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.4;
	display: block;
	margin: 5px 0px 0px 0px;
}
.weburllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.6;
	float: left;
	display: block;
	margin: 35px 0px 0px 0px;
}

.weburllinks a {
	text-decoration: none;
}
.imagepad {
	display: block;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

