body {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: -1px;
	background: #ffcc33;
	color: #333;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

p {
	letter-spacing: 0px;
	padding-right: 50px;
}

.clearBoth {
	clear: both;
	height: 1px;
	width: 1px;
}

.mainContainer {
	position: relative;
	width: 984px;
	margin: 0 auto;
	padding-left: 40px;
}

.homeTitle {
	position: relative;
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

.navigation {
	position: absolute; 
	padding-top: 14px;
	right: 50px;
	top: 0px;
}

.navigation a {
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	margin-left: 15px;
	text-align: center;
	display: block;
	float: left;
}

.navigation a:hover {
	font-weight: bold;
}

.imageRibbon {
	width: 1024px;
	margin-left: -40px;
}

.imageRibbon img {
	float: left;
}

