@charset "UTF-8";
body {
	font: 100% Comic Sans, 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;
	text-decoration: none;
}


a:link, h3 {
	text-decoration: none;
	color:#660099;
	text-align: center;
}

a:visited {
	text-decoration:none;
	color:#660099;
}
 
a:hover {
	text-decoration:underline;
	color: #000000;
} 


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 100%;
}
.stuff img {
    float:left;
}

.stuff p {
	float:right;
}
.clear {
	clear: both;
}

.intro {
	width:95%;
	background:url(images/images/images/intro_03.jpg) no-repeat left bottom;
	margin-top: 20px;
}

.intro-outer {
	background:url(images/images/images/intro_04.jpg) no-repeat right bottom;
	padding-bottom:5%;
}

.intro-inner {
	background:url(images/images/images/intro_01.jpg) no-repeat left top;
	
}

.intro h2, .intro h3 {
	background:url(images/images/images/intro_02.jpg) no-repeat right top;
	padding-top:5%;
}

.intro h2, .intro p, .intro h3{
	padding-left:10%;
	padding-right:10%;
}
	
.style2 {font-size: 90%}

