@import url("header.css");
@import url("headings.css");
@import url("leftContent.css");
@import url("rightContent.css");
@import url("nav.css");
@import url("footer.css");
@import url("donate.css");

/* ============== */
/* ! BODY STYLE   */
/* ============== */

html, body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: url(../images/topBannerBack.png) top left repeat-x;
	height: 100%;
}

.pinstripe{
	height: 5px;
	background: #ff7e00;
}

#headWrapper {
	width: 950px;
	margin: 0 auto;
}

.cleaner {
	clear: both;
	display: block;
}

img {
	border: none!important;
}

a {
	border: none;
	text-decoration: none;
	color: #454545;
}

.center{
	text-align: center;
}

.bold{
	font-size: 12px;
	font-weight: bold;
}

#ie6Message{
	background: #C00;
	text-align: center;
	border-bottom: 1px solid #900;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 5px 5px 5px;
	width: 100%;
	height: 25px;
}

/* ===================== */
/* ! END OF BODY STYLE   */
/* ===================== */

/* ========================= */
/* ! INDEX SPECIFIC STYLES   */
/* ========================= */

#indexHeader{
	height: 321px;
}

#imagerotator{
	margin: 10px 0 0 0;
	padding: 5px;
	float: right;
	background:#ffffff;
	border:1px solid #bababa;
}

/* ============================= */
/* ! END INDEX SPECIFIC STYLES   */
/* ============================= */