body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #747474;
	color: #ccc;
	font-size: 12px;
}

#top-bar {
  margin: 5px 10px 10px 20px;
	padding: 10px;
	background: #747474;
	height: 100px;
	border-bottom: 1px solid #ccc;
	}

#left-menu {
  position: absolute;
	left: 10px;
	top: 145px;
	width: 165px;
	border: none;
	padding: 5px;
	text-align: center;
  }

#centre-content {
  margin-left: 200px;
	margin-right: 275px;
	border: none;
	padding: 5px;
	color: #ccc;
	}

#right-menu {
  position: absolute;
	right: 33px;
	top: 145px;
	width: 200px;
	border-left: 1px dashed #ccc;
	padding: 5px;
	text-align: center;
	
}
#bottom {
  height: 40px;
	margin: 20px;
  padding: 4px;
	background: #747474;
	border-bottom: none;
	border-left: none;
	border-top: 1px solid #ccc;
	border-right: none;
	text-align: center;
	font-size: 9px;
  }
ul {
  font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	}
ul.right {
  list-style: none;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000;
	text-align: right;
	}	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #fff;
	outline: none;
	font-size: 14px;
	border: none;
	}
a.bottom {
	font-weight: bold;
	color:  #FE9C00;
	outline: none;
	}
a.bottom:visited {
	color:  #FE9C00;
	}
a:visited {
	color:  #fff;
	}
a:active {
	color:  #fff;
	}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	}
p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
  margin-left: 5px;
	color: #fff; 
	text-align: left;
	}
/*img {
  border: none;
	float: center;
	}*/
img.left {
  border: none;
	}
img.topbar-left {
  border: none;
	float: left;
	}
img.topbar-right {
	border: 0;
	margin-bottom: 5px;
	margin-right: 0px;
	float: right;
	}
h1 {
  color: #fff;
	text-align: center;
	}

h4 {
  color: #fff;
	}
h5 {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	}