body {
	margin: 0px;
	padding: 0px;
	background: #c10f00;
}
#homeLayout {
	margin: 0px auto;
	height: 600px;
	width: 800px;
	background: url('home_bkg.jpg') no-repeat;
	padding: 170px 0px 0px;
}
p {
	text-align: center;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 140px;
}
.bigText {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
#homeLayout    ul    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#homeLayout ul li {
	padding: 18px 0px;
	list-style: none;
}
ul.leftMenu {
	float: left;
	padding-left: 80px;
}
ul.rightMenu  {
	float: right;
	padding-right: 80px;
	text-align: right;
}
#homeLayout ul li a {
	text-decoration: none;
	color: #4c0900;
}
#homeLayout ul li a:hover {
	text-decoration: none;
	color: #B90000;
}
