body {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #303030;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c0c0c0;
}
a {
	border: none;
	color: #3FD6FC;
	text-decoration:none;
}
img {
	border: none;
}
.singleFixed #container {
	width: 780px;
	background: #303030;
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.singleFixed #container2 {
	float: left; /* since this element is floated, a width must be given */
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 4px;
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.sectiontitle {
	font-size: 140%;
	color: #FFFFFF;
	margin-top:50px;

}
.error {
  font-weight: bold;
  color: #ff0000;
}