body {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url(Photoshop.png);
}

.globalContainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.headerContainer {
	height: 88px;
	width: 800px;
}

.logoContainer {
	float: left;
	background-image: url(LogoGreyEmbosed.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 166px;
}

.menuItemNormal {
	padding-top: 45px;
	margin-left: 20px;
	float: right;
	height: 43px;
}

.menuItemNormal a {
	text-shadow: 0px 1px white;
	font-size: 13px;
	font-family: Helvetica;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #a8a8a8;
}

.menuItemNormal a:hover {
	color: #666666;
}

#menuSelected a {
	font-weight: bold;
	color: #666666;
}

