@charset "utf-8";
#wrapper #head {
	background-image: url(../Images/Main/main/headBack.jpg);
	position: relative;
	height: 225px;
	width: 900px;
}
#wrapper #head #logo {
	position: relative;
	height: 200px;
	width: 350px;
}
#wrapper #head #nav {
	background-image: url(../Images/Main/main/NavBack.gif);
	position: absolute;
	height: 80px;
	width: 515px;
	right: 20px;
	bottom: 30px;
}
#nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	bottom:15px;
	float: left;
	width: 515px;
	list-style:none;
		}
	#nav ul li {
		float:left;
		}
	#nav ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height:25px;
	font-size:18px;
	font-weight:bolder;
	background-image: url(../Images/Main/main/NavSep.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
		}
	#nav ul li a:hover {
	color:#000000;
		}
#nav ul li a.first {
	background:none;
		}
#wrapper #head #number {
	position: absolute;
	height: 60px;
	width: 225px;
	top: 0px;
	right: 100px;
}
#wrapper #foot {
	position: absolute;
	height: 70px;
	width: 900px;
	right: 0px;
	bottom: 0px;
	background-image: url(../Images/Main/main/FootBack.jpg);
}
#nav2 ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	bottom:15px;
	float: left;
	width: 900px;
	list-style:none;
		}
	#nav2 ul li {
		float:left;
		}
	#nav2 ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height:15px;
	font-size:22px;
	font-weight:bolder;
	background-image: url(../Images/Main/main/NavSep.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
		}
	#nav2 ul li a:hover {
	color:#000000;
		}
#nav2 ul li a.first {
	background:none;
		}
#wrapper #cards {
	position: absolute;
	height: 67px;
	width: 300px;
	left: 300px;
	bottom: 125px;
}
