* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #9d9ea0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.3px;
	line-height: 18px;
	
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#head {
	height: 100px;
	background-color: #38383a;
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#head-title {
	margin: 0px auto;
	padding-top: 53px;
	width: 700px;
	
	font-size: 25px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: 1.5px;
}

#bar {
	height: 87px;
	background-image: url(../img/bar.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#navi {
	margin: 0px auto;
	padding-top: 25px;
	width: 670px;
	font-size: 14px;
	color: #FFFFFF;
}

#navi-left {
	float: left;
}

#navi-right {
	float: right;
}

.subbar {
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	display: none;
}

#subbar_acc {
	background-image: url(../img/subbar-account.gif);
}

#navi-acc {
	margin: 0px auto;
	padding-top: 11px;
	width: 670px;
}

#subbar_games {
	background-image: url(../img/subbar-games.gif);
}

#navi-games {
	margin: 0px auto;
	padding-top: 11px;
	width: 670px;
	padding-left: 139px;
}

#subbar_contact {
	background-image: url(../img/subbar-contact.gif);
}

#navi-contact {
	margin: 0px auto;
	padding-top: 11px;
	width: 670px;
	text-align: right;
}

#content {
	margin: 0px auto;
	width: 700px;
	padding-top: 10px;
}

.tbl_border-left {
	background-image: url(../img/box-border-left.gif);
	background-repeat: repeat-y;
	width: 17px;
}

.tbl_border-right {
	background-image: url(../img/box-border-right.gif);
	background-repeat: repeat-y;
	width: 17px;
}

.tbl_border-top {
	background-color: #c6cbd1;
	height: 1px;
}

.tbl_border-bottom {
	background-image: url(../img/box-border-bottom.gif);
	background-repeat: repeat-x;
	height: 9px;
}

.tbl_corner-top-left {
	background-image: url(../img/box-corner-top-left.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 1px;
}

.tbl_corner-top-right {
	background-image: url(../img/box-corner-top-right.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 1px;
}


.tbl_corner-bottom-left {
	background-image: url(../img/box-corner-bottom-left.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 9px;
}

.tbl_corner-bottom-right {
	background-image: url(../img/box-corner-botom-right.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 9px;
}

.tbl_content {
	background-color: #d9dadc;
	padding: 8px 0px 9px 0px;
}

a {
	text-decoration: none;
	color: #46598f;
	font-weight: 600;
	letter-spacing: 3x;
}

a:hover {
	color: #eca846;
}

#bar a {
	color: #FFFFFF;
	font-weight: 100;
}

#bar a:hover {
	color: #38383a;
}
