@charset "UTF-8";

#wrapper {
	width: 980px;
	height: 600px;
	overflow:visible;
	margin-right: auto;
	margin-left: auto;
	background-image: url(backLogos.gif);
	background-repeat: no-repeat;
	background-position: left 122px;
}
#header {
	height: 100px;
	width: 980px;
}

#left {
	float: left;
	width: 610px;
	height: 600px;
	padding-right: 10px;
	padding-left: 70px;
	padding-top: 20px;
}
#right {
	float: right;
	width: 210px;
	height: 600px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#leftOrange {
	float: left;
	width: 610px;
	height: 600px;
	padding-right: 10px;
	padding-left: 70px;
	padding-top: 20px;
}


#leftBlue {
	float: left;
	width: 610px;
	height: 600px;
	padding-right: 10px;
	padding-left: 70px;
	padding-top: 20px;
}
#menuTop {
	background-image: url(menuTop.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 205px;
}
#menuBack {
	background-image: url(menuBack.gif);
	background-repeat: repeat-y;
	width: 203px;
	padding-left: 2px;
	visibility: visible;
}
#menuBottom {
	background-image: url(menuBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 205px;
}
