body {
	background: white;
	font-family: "Helvetica Neue", Arial, 		Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}

a {
	color: #BE1E2D;
}

b {
	color: black;
}

p {
	margin: 0;
	color: black;
}

#slideshow
{
	width: 700px;
	height: 221px;
	padding: 0px;
	margin: 0px;	
}

#flow
{
	float: left;
	width: 25px;
	height: 25px;
	background: red;
}

.clearer
{
	clear: both;
}

#header
{
	padding:0px;
	height: 95px;
	background-repeat:no-repeat;
	margin: 0px;
	padding-right: 0px;

}

#wrapper
{
	width: 700px;
	height: 100%;
	margin: 0 auto;
}

#container
{
	width: 660px;
	height: 40px;
	background: url(images/container_bgstripe.gif) repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	display: block;
	margin-bottom: 100px;
}

#left
{
	text-align: left;
	width: 175px;
	float: left;
}

#middle
{	
	text-align: left;
	width: 176px;
	float: left;
	margin-left: 67px;

}

#right
{
	text-align: left;
	width: 175px;
	float: left;
	margin-left: 67px;
}

#footer
{
	padding-bottom: 10px;
	margin-top: 200px;clear: left;
	height: 65px;
	font-size: 10px;
	background: url(images/footer_bgstripe.gif) repeat-x 0 bottom;
}