html {
	height: 100%; /* added */
	padding-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	height: 100%; /* added */
	color:#365F8C;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF url(../images/background.jpg) repeat-x; /* removed background image... */
	font-size:small;
	text-align: center;  /* added */
}

#content_container {  /* added whole section */
	position: relative; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	text-align: left;
	margin: -1px auto;
	width: 769px;
	background:#E3E4E5 url(../images/i-sub-navigation-background.gif) repeat-y left 1px;
	padding-bottom: 2px; /* added */
}

p {
	margin:0 0 1em 0;
	line-height:180%;
	list-style-image: url(../images/arrows.gif);
}

h1 {
	border:0 none;
	margin:29px 0 18px 0;
	padding:0 0 0 0;
}

#header {
	width:769px;
}

#logo {
 	margin:0 72px 0 0;
}

#header #brief_tour, #header #caterease_news, #header #caterease_connect {
 	margin:21px 24px 0 0;
}

#flash {
	width:768px;
	height:170px;
	border:0 none;
	border-bottom:1px solid white;
}

#pagebody {
	width:769px;
}

#content {
	position:relative;
	border:0 none;
	margin:17px 0 0 155px;
	padding:0 0 0 24px;
	z-index:0;
	/* Mac IE 5, this is not for you. \*/
	float:left;
	clear:none;
	width:590px;
	margin:0;
	/* OK, you can open your eyes now. */
}

#column_left, #column_right, #single_column {
	border:0 none;
	margin:0 16px 0 0;
	width:271px;
	float:left;
	text-align:justify;
}

#single_column {
	width:558px;
}

#footer {
	width:558px;
	border:0 none;
	margin:0 0 0 155px;
	padding:2em 0 0 24px;
	color:#546794;
	font-size:x-small;
}

#footer p {
	width:48%;
	float:left;
	padding:0;
}

#footer p+p {
	text-align:right;
}

.bottom { /* whole section added */
	clear: both;
}

a {
	outline: none;
}

a:link {
	color: #0000CC; 
	text-decoration: underline
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

.clearblock {
	clear:both;
}

a.selected, .selected a {
	color:#000;
}

.heading {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.descriptions {
	font-size: x-small;
	padding-left: 50px;
}
.subtext {
	font-size: x-small;
}

#scroll {
	border: 1px groove #CCCCCC;
	overflow: auto;
	padding: 10px;
	height: 250px;
	width: 65%;
	float: right;
	margin-left: 10px;
	list-style-image: url(../images/arrows.gif);
}
.right_float {
	float: right;
	margin-left: 10px;
}
.left_float {
	float: left;
	margin-right: 10px;
}
.members {
	margin-right: 10px;
}
.error {
	color: #FF0000;
}
.registration {
	margin-left: 15px;
	float: right;
	border: thin groove #CCCCCC;
	width: 200px;
	padding: 0px 10px 10px;
}
.indent {
	padding-left: 50px;
}

ul#feature li {
	padding-top: 10px;
	list-style:none;
}

ul#feature ul li {
	padding-top: 0px;
	font-size: x-small;
	list-style:none;
}
a.toggle {
	text-decoration: none;
	background: url(../images/toggleON.gif) no-repeat 0px 50%; 
}
a.notoggle {
	text-decoration: none;
}
.login {
	padding-top: 78px;
}
.quote_whyce_right {
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-small;
	float: right;
	width: 30%;
	padding: 5px;
	border: thin dotted #E4E4E4;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	color: #4E994e;
	font-style: italic;
	word-spacing: normal;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.versionHeading {font-size: medium}

.versionHeading a {
	text-decoration: none;
	color:#365F8C;	
}

.tourbutton {
	padding-top: 5px;
}

.faqsHeading {
	padding-top: 30px;
}

#faqs {
	width: 95%;
	padding: 10px;
}

#faqs .question {
	font-weight: bold;
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC; 	
	margin: 0px;
}
.faqsSection {
	margin: 10px;
	padding: 10px;
	border: thin solid #CCCCCC;
}
.toggleSectionHeading {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 10px;
}

.toggleSectionHeading a {
	color: #0000CC;
	text-decoration: none;
}

.toggleQuestion {
	padding-bottom: 5px;
}

.toggleQuestion a {
	color: #0000CC;
	text-decoration: none;
}

.toggleAnswer {
	padding-bottom: 10px;
	padding-left: 10px;
}

#contact {
	margin-top: 27px;
	/*margin-bottom: 10px;*/
	margin-right: 30px;
	float: right;
	display: inline;
	/*clear: both;*/
	z-index: -1;
}
