* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #DDDDDD;
	background-image: url(assets/images/incredibleBackground.gif);
	background-repeat: repeat;
}
p {
	font-size: 0.9em;
}
p.centered {
	text-align: center;
}
h2 {
	font-weight: normal;
	font-size: 1.1em;
	color: #ef2a2e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1.1em;
	margin-left: 0px;
	padding-bottom: 5px;
}
h4 {
	clear: both;
	font-weight: normal;
	color: #ef2a2e;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 2em 0em 0em 0em;
}
a {
	text-decoration: none;
	color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef2a2e;
}
a:hover {
	border-bottom-color: #FDFDFD;
}
#content ul {
	list-style: none;
}
#content li a {
	font-size: 0.8em;
	margin-bottom: 0.2em;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


#banner h1 a:hover {
	border: none;
}
#banner {
	height: 180px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef2a2e;
	background-color: #333333;
}
#main {
	background-color: #222222;
	padding-top: 0px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef2a2e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ef2a2e;
}
#navigation {
	float: left;
	width: 170px;
	margin-left: 7px;
}
#navigation .brokers {
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	background-color: #ef2a2e;
	color: #000;
	margin-bottom: 0px;
}
#navigation ul {
	list-style-type: none;
	font-size: 0.85em;
}
#navigation ul.submenu {
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 5px;
}
#navigation ul.submenu li a {
	background-color: #161616;
}
#navigation li.current a {
	background-color: #444444;
	color: #FFFFFF;
}
#navigation ul li a {
	display: block;
	background-color: #000000;
	text-decoration: none;
	color: #ef2a2e;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation ul li a {
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#navigation ul li a:hover {
	background-color: #111111;	
}
#content {
	float: right;
	width: 603px;
	margin-right: 7px;
}
#content p {
	margin-bottom: 8px;
	font-size: 0.8em;
	color: #CCCCCC;
	line-height: 1.6em;
}
ul.nameList {
	margin-top: 1em;
	display: block;
	clear: both;
}
.nameList li {
	font-size: 0.8em;
	display: inline-block;
	padding: 7px;
}
.listColor1 {
	color: #FEB3B1;
}
.listColor2 {
	color: #CEEEAB;
}
.listColor3 {
	color: #ABECEE;
}
.listColor4 {
	color: #C9ABEC;
}
#content p.workingWith {
	font-size: 14px;
	color: #ef2a2e;
	text-align: center;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ef2a2e;
	font-size: 0.8em;
	padding: 10px;
	margin-top: 7px;
	padding-left: 190px;
	background-image: url(assets/images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin-right: 25px;
}
.clear {
	line-height: 0.1px;
	clear: both;
}
