#navigation {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	letter-spacing: 0.1em;
	width: 960px;
	background-color: #0A1157;
	font-weight: bold;
	height: 25px;
	margin-top: 10px;
}
#navigation ul {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#subFooter {
	width: 960px;
	text-align: center;
	background-color: #FFFFFF;
}

#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
	padding-right: 10px;
}
#footer {
	background-color: #0A1157;
	width: 960px;
	text-align: center;
	padding-bottom: 6px;
}
#footer p {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#footer a {
	color: #C1AB5C;
}


#navigation a:hover {
	color: #C1AB5C;
	text-decoration: underline;
}

#navigation .end {
	text-decoration: none;
}
#navigation .item {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#container {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentHome {
	background-image: url(images/bgHome.jpg);
	background-repeat: repeat-x;
}
#contentHome h2 {
	font-family: Century Gothic, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #C1AB5C;
	margin-right: 40px;
	margin-left: 40px;
}
#contentHome p {
	font-family: Century Gothic, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
}
#contentHome ul {
	font-family: Century Gothic, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 80px;
	margin-left: 80px;
}
#pageContent h3 {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
}
body {
	background-color: #999999;
}
#contentHome h6 {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #C1AB5C;
}
