/* CSS Document */

body {
	background: url(../images/background.gif) repeat-x #4A93C6;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#siteWrap {
	width: 1020px;
	margin: 0 auto;
}

#mainWrap {
	width: 880px;
	margin: 0 auto;
	padding: 10px;
}

#homeWrap {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
}

#copyrightStrip {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#copyrightStrip p {
	font: 10px Tahoma;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
}

.topSplit {
	width: 880px;
	clear: both;
	height: 5px;
}

