body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#wrap {
	height: auto;
	width: 800px;
	margin: 0 auto;
}
#header {
	height: auto;
	width: 800px;
}
#nav {
	height: auto;
	width: 800px;
}
#nav ul,#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -9999em;
}
#nav a.nav1 {
	background-image: url(images/nav1.gif);
	background-repeat: no-repeat;
}
#nav a.nav2 {
	background-image: url(images/nav2.gif);
	background-repeat: no-repeat;
}
#nav a.nav3 {
	background-image: url(images/nav3.gif);
	background-repeat: no-repeat;
}
#nav a.nav4 {
	background-image: url(images/nav4.gif);
	background-repeat: no-repeat;
}
#nav a.nav5 {
	background-image: url(images/nav5.gif);
	background-repeat: no-repeat;
}
#nav a.nav1:hover {
	background-position: 0px -30px;
}
#nav a.nav2:hover {
	background-position: 0px -30px;
}
#nav a.nav3:hover {
	background-position: 0px -30px;
}
#nav a.nav4:hover {
	background-position: 0px -30px;
}
#nav a.nav5:hover {
	background-position: 0px -30px;
}#menu {
	height: 65px;
	width: 800px;
	clear: left;
	padding-top: 15px;
	background-color: #000000;
}
#menu ul,#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 50px;
	width: 130px;
	text-indent: -9999em;
	margin-left: 2px;
	margin-right: 1px;
}
#menu a.menu1 {
	background-image: url(images/sub1.jpg);
	background-repeat: no-repeat;
}
#menu a.menu2 {
	background-image: url(images/sub2.jpg);
	background-repeat: no-repeat;
}
#menu a.menu3 {
	background-image: url(images/sub3.jpg);
	background-repeat: no-repeat;
}
#menu a.menu4 {
	background-image: url(images/sub4.jpg);
	background-repeat: no-repeat;
}
#menu a.menu5 {
	background-image: url(images/sub5.jpg);
	background-repeat: no-repeat;
}
#menu a.menu6 {
	background-image: url(images/sub6.jpg);
	background-repeat: no-repeat;
}
#menu a.menu1:hover {
	background-position: 0px -50px;
}
#menu a.menu2:hover {
	background-position: 0px -50px;
}
#menu a.menu3:hover {
	background-position: 0px -50px;
}
#menu a.menu4:hover {
	background-position: 0px -50px;
}
#menu a.menu5:hover {
	background-position: 0px -50px;
}
#menu a.menu6:hover {
	background-position: 0px -50px;
}
#sub {
	background-color: #222222;
	text-align: center;
	height: auto;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sub p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main {
	height: auto;
	width: 800px;
	padding-bottom: 20px;
	background-color: #222222;
}
#main p {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}
#main a {
	font-size: 16px;
	font-weight: bold;
	color: #FF9999;
	padding-right: 3px;
	padding-left: 3px;
}
.box {
	height: auto;
	width: 505px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
	margin-left: 50px;
	margin-bottom: 20px;
}

.box h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	background-image: url(images/tb3.gif);
	background-repeat: no-repeat;
}
#contents {
	height: auto;
	width: 700px;
	margin-left: 50px;
}
.left {
	height: 400px;
	width: 330px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
}
.left h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	background-image: url(images/tb1.gif);
	background-repeat: no-repeat;
}
.right {
	float: right;
	height: auto;
	width: 350px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
	margin-bottom: 20px;
}
.right h3 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/tb2.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
}
.right iframe {
	margin-left: 16px;
}
.banner {
	height: auto;
	width: 700px;
	margin-left: 50px;
}
.banner img {
	margin-bottom: 20px;
}


#footer {
	clear: both;
	height: auto;
	width: 800px;
}
#footer iframe {
	margin-left: 50px;
}
#rank {
	text-align: center;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
