#home-container {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.normal2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.normal2 a:link, .normal2 a:visited, .normal2 a:active {
	text-decoration:underline;
	color: #7A6B4B;
}
.normal2 a:hover {
	text-decoration:none;
}
#home-footer {
	padding: 0px;
	text-align: right;
	width:900px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CDCDCD;
	font-size: 11px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home-navigation {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	left: 40px;
	top: 20px;
	text-align: left;
	text-transform: uppercase;
}
.nav {
	background-color: #454545;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#home-navigation a:link, #home-navigation a:visited, #home-navigation a:active {
	text-decoration: none;
	color: #CDCDCD;
}
#home-navigation a:hover {
	text-decoration: underline;
	color:#a99671;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #151515;
	font-size: 12px;
	padding-bottom: 10px;
}
.text a:link, .text a:visited, .text a:active {
	text-decoration:underline;
	color: #7A6B4B;
}
.text a:hover {
	text-decoration:none;
}
.splash-bg {
	background-image: url(../images/splash_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#currency {
	color: #CDCDCD;
}
#currency:hover{
	text-decoration:underline;
	cursor:pointer;
	color: #a99671;
}
#pink-float {
	position: absolute;
	left: 132px;
	top: 405px;
}
