* {
	margin:0;
	padding:0;
	}

html, body {

	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E0028A;
	margin: 50px 10px 10px;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat;
	background-position: center;
	line-height: 1.4;
	}
* html body {
	background-image: url(../images/stripeIE.gif);
}



#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:940px;
	background-image: url(../images/midstrip.gif);
	background-repeat: repeat;
	background-position: center;
	}
#middle {
	margin-right: 20px;
	margin-left: 20px;
}

img {
	border-style: none;
}
#header {
	text-align: center;
}
#footer {
	text-align: center;
	clear: both;
}


#myController {
	float: left;
	width: 212px;
	margin-bottom: -4px;
}
* html #myController {
	width: 209px;
}

#mySlides {
	margin-left: 300px;
}
#content {
	margin: 15px 15px 15px 227px;
}


.left {
	float: left;
	margin-right: 10px;
	border-style: none;
}
.right {
	float: right;
	margin-left: 10px;
	border-style: none;
}
h3 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	color: #E0028A;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#myController a {
	display: block;
	font-size: 12px;
	padding-bottom: 4px;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	color: #FFFFFF;
}
#myController a:hover {
	color: #E0028A;
}
#contact {
	margin: 10px 30px 5px 242px;
	font-size: 10px;
	text-align: right;
}

