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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../Images/bg04.png);
}
.oneColElsCtr #container {
	width: 690px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #section01 {
	background-image: url(../Images/is_logo_250.jpg);
	background-repeat: no-repeat; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 300px;
	width: 650px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center center;
}
.oneColElsCtr #section02 {
	height: 325px;
	width: 650px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColElsCtr #section03 {
	background-image: url(../Images/slide01.jpg);
	background-repeat: no-repeat; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 300px;
	width: 650px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
span {
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
h1 {
	display: block;
	font-size: 1.25em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	text-align: center;
}
