body {
	margin: 0 auto;
	text-align: left; /* required for centering the page in IE */
	}
	
li.content {
	padding-bottom: .5em;
	font-family: Arial;
	}
	
#contentpageText{
	font-family: Arial;

	}	
	
#wrapper {
	width: 760px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	}
#header {
	height: 100px;
	background: #FFFFFF;
	}
	
#header2 {
	height: 25px;
	background: #DE0031;
	}	
#headerspace{
	height: 8px;
	background: #FFFFFF;
	}	
	
#left {
	float: left;
	width: 190;
	background: #DE0031;
	text-align: left;
	font-size: 1em;
	}

#left li{
	line-height: 1.6em;
	list-style-type: none;
	}

#content {
	width: 520px;
	float: right;
	text-align: left;
	}
#footer {
	clear: both;
	background: #FFFFFF;
	}
#footerbar {
	width: 100%;
	height: 24px;
	background: #DE0031;
	}