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

*, html { /* zero out padding and margin globally */
	 margin: 0px;
	 padding: 0px;
}

body {
	 background-color:#ffdf9a;
	 margin: 0px;
	 padding: 0px;
	 background-image:url(../images/styling/bg_gradient.jpg);
	 background-repeat:repeat-x;
	 font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

#centerPage {
	margin: 0 auto;
	width:986px;
}
#wrapper {
	width:986px;
	background-image:url(../images/styling/bg_inside_gradient.jpg);
	float:left;
	background-repeat:repeat-y;
}

#leftEdge {
	width: 16px;
	background-image:url(../images/styling/softEdgeLeft.jpg);
	height: 549px;
	background-repeat:no-repeat;
	float:left;
}

#rightEdge {
	width: 16px;
	background-image:url(../images/styling/softEdgeRight.jpg);
	background-repeat:no-repeat;
	height: 549px;
	float:right;
}

#content {
	width: 954px;
	float:left;
	background-color:#FFF;
}

#contentFooter {
	background-image:url(../images/styling/bg_inside_footer.jpg);
	width:986px;
	height:80px;
	float:left;
	background-repeat:no-repeat;
	background-color:#ffdf9a;

}

#mastHead {
	width:954px;
	background-color:#FFF;
	float:left;
	background-image:url(../images/bg_Header.gif);
}

#flashcontent {
	width:954px;
	background-color:#FFF;
	float:left;
	padding: 0;
}

#homeBottomCallout {
	background-image:url(../images/home_headline.jpg);
	background-repeat:no-repeat;
	float:left;
	height: 115px;
	width: 298px;
	padding: 10px 15px 10px 15px;
	margin-top: 2px;
}

#homeBodyCopy {
	float:left;
	width:310px;
	line-height:14px;
	padding: 5px 20px 10px 30px;
}

#homeBrands {
	float:left;
	height: 86px;
	width: 110px;
	padding: 20px 10px 10px 5px;
}

#masthead {
	width:954px;
	background-color:#FFF;
	float:left;
	margin: 2px 0 5px 0;
}
#pageContent {
	width: 900px;
	float: left;
	padding: 15px 20px 20px 30px;
}
