/*SITEWIDE SETTINGS*/

/*To set all the border and margins to 0 to avoid cross browser issues*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #5C6476;*/
	color: #747C8E;
	background-image: url(../gfx/acbackg.png);
	background-repeat: repeat-x;
	}
h1 {
	font-size: 22px;
	}
h2 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4C818B;
	font-size: 12px;
	}
h3 {
	font-size: 12px;
	}
p {
	line-height: 14px;
	margin-bottom: 7px;
	}
#wrapper {
	width: 900px;
	margin: 0px auto 15px auto;
	position: relative;
	background: #FFFFFF;
	position: relative;
	}
div.slideshow {
	margin-top: 27px; 
	height: 170px; 
	width: 900px;
	padding-bottom: 5px;
}
div.title {
  width: 330px;
  text-align: center;
  margin-top: 10px; 
}

