div#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y; 
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: auto;
}
img#bgb {
	position: absolute;
	bottom: -15;
	left: 0;
}
div#container {
	position: relative;
	width: 940px;
	left: 15px;
	text-align: center;
}
div#header {
	position: relative;
	width: 940px;
	height: 30px;
	background-color: #404040;
	text-align: right;
}
div#toplinks, div#bottomlinks, div#copy {
	position: relative;
	font-family: sans-serif;
	color: #FFFFFF;
}
div#toplinks, div#bottomlinks {		
	top: 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
div#copy {
	top: 10px;
	font-size: 10px;
	float: right;
}
span#linksel {
	color: #AF9862;
	text-decoration: none;
}
div#toplinks a, div#bottomlinks a, div#copy a {
	color: #FFFFFF;
	text-decoration: none;
}
div#toplinks a:hover, div#bottomlinks a:hover, div#copy a:hover {
	color: #AF9862;
	text-decoration: none;
}
div#toplinks, div#copy {
		right: 10px;
}
div#bottomlinks {
		left: 10px;
		float: left;
}
div#footer {
	position: relative;
	height: 30px;
	background-color: #404040;
	text-align: left;
}

h2 {
	font-family: Georgia;
	font-size: 30px;
	color: #404040;
	font-weight: normal;
	text-align: center;
}
img#banner {
	margin-top: 15px;
}
div#links {
	position: relative;
	width: 940px;
	height: 270px;
	text-align: left;
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 24px;
}
div.gold1, div.gold2 {
	position: absolute;
	width: 189px;
	height: 268px;
	background-color: #AF9862;
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
	cursor: pointer;
}
div.gold1 {
		left: 261px;
}
div.gold2 {
		left: 709px;
}
div.silver1, div.silver2 {
	position: absolute;
	width: 189px;
	height: 268px;
	background-color: #E7E7E7;
	padding: 5px 0px 0px 5px;
	color: #AF9862;
	cursor: pointer;
}
div.silver1 {
		left: 37px;
}
div.silver2 {
		left: 485px;
}
p#info {
	position: absolute;
	top: 95px;
	left: 5px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 1.5em;
	font-family: sans-serif;
	cursor: pointer;
}
p.s {
	color: #000000;
}
p.g {
	color: #FFFFFF;
}
div.change1, div.change2 {
	position: absolute;
	left: 0px;
	top: 253px;
	width: 189px;
	height: 18px;
	padding: 2px 5px 0px 0px;
	text-align: right;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
	cursor: pointer;
}
a.sel div.change1 {
	color: #000000;
}
a.sel div.change2 {
	color: #FFFFFF;
}
a.sel:hover div.change1, a.sel:hover div.change2 {
	background-color: #404040;
	color: #FFFFFF;
}
a.sel {
	text-decoration: none;
}
