body{
	background-color: black;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#containerDiv{
	position: relative;
	width: 769px;
	top: 50px;
	left: 50%;
	margin-left: -384px;
}

#headerDiv{
	position: relative;
	width: 769px;
	height: 60px;
	background-image: url(images/header.png);
	background-repeat: no-repeat; 
}

#headerLogo{
	position: relative;
	width: 170px;
	height: 21px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	top: 23px;
	left: 20px;
}

#headerBars{
	position: relative;
	width: 62px;
	height: 34px;
	background-image: url(images/black_bars.png);
	background-repeat: no-repeat;
	top: 5px;
	left: 702px;
}

#bodyDiv{
	position: relative;
	width: 738px;
	height: 460px;
	background-image: url(images/bg1.png);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 30px;
}

#bodyLogos{
	position: relative;
	width: 474px;
	height: 45px;
}

#bodyContent{
	position: relative;
	width: 750px;
}

#bodyContentDiv1{
	position: relative;
	width: 453px;
	height: 399px;
	float: left;
	background-image: url(images/box1.png);
	padding: 10px 7px 10px 7px;
	overflow: auto;
}

.bodyContentIcons{
	position: relative;
	float: left;
	height: 121px;
	width: 100px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 20px;
}

.cash4 {
	margin-top:10px;
	outline:1px solid #ccc;
	margin-left:10px;	
}

#bodyContentDiv2{
	position: relative;
	width: 199px;
	min-height: 399px;
	float: left;
	background-image: url(images/box2.png);
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
}

#footerDiv{
	position: relative;
	width: 769px;
	height: 16px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#menuBar{
	position: absolute;
	background-color: black;
	padding: 0px 3px 3px 3px;
	top: 3px;
	left: 350px;
	height: 20px;
  	-moz-border-radius-bottomright: 5px;
  	-moz-border-radius-bottomleft: 5px;
  	-webkit-border-bottom-left-radius: 5px;
  	-webkit-border-bottom-right-radius: 5px;
}

#menuBar ul {
	position: relative;
	top: -4px;
	padding: 0px 5px 0px 5px;
}

#menuBar li{
	list-style-type: none;
	display: inline;	
}

#menuBar li a {
	background-color: #EEEEEE;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	-moz-border-radius-topright: 5px;
  	-moz-border-radius-topleft: 5px;
  	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	color: black;
  	text-decoration: none;
}

#menuBar li a:hover {
	background-color: #f4ea0d;
}

#zoosh {
	color: #fff;
	width: 220px;
	float: right;
}
#zoosh a:link {
	color: #fff;
	text-decoration: none;
}
#zoosh a:visited {
	color: #fff;
	text-decoration: none;
}
#zoosh a:hover {
	color: #fff80a;
	text-decoration: none;
}
#zoosh a:active {
	color: #fff;
	text-decoration: none;
}