@charset "utf-8";
/* CSS Document */

body {
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#6f8cff;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.border{
	border: 1px solid #999;
}
h1{
	font-size:16px;
	font-weight:bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

table.style {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.style th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color:#333333;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.style td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#wrap{
	background-image:url(../images/content/bg-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:367px;
}

#header {
	position: relative;
	width:800px;
	height:100px;
	background-image:url(../images/content/header-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: left;
}
#header-news {
	position: absolute;
	bottom: 0px;
	left: 75px;
	width: 190px;
	vertical-align: middle;
	color: #FFF;
	font-size: 12px;
}
#header-date {
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 100px;
	vertical-align: middle;
	text-align: right;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#header-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100px;
}
#menu {
	width:800px;
	height:70px;
	background-image:url(../images/content/menu-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#menu-1 {
	position: relative;
	width: 800px;
	height: 40px;
}
#menu-2 {
	position: relative;
	width: 800px;
	height: 30px;
	background: #CCCCCC;
}
.main-menu{
	font-size: 14px;
	color:#505050;
	font-weight:bold;
	float:left;
	padding:10px 10px 10px 10px;
	text-decoration:none;
}
.main-menu:hover{
	background:#000;
}
.main-menu-active{
	color:#505050;
	font-weight:bold;
	float:left;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	background:#6f8cff;
}
.sub-menu{
	color:#505050;
	font-weight:bold;
	float:left;
	padding:10px 10px 8px 10px;
	text-decoration:none;
	font-size: 10px;
}
.sub-menu:hover{
	background:#FFFFFF;
	color: #6f8cff;
}
.sub-menu-selected{
	color:#6f8cff;
	background:#FFFFFF;
	font-weight:bold;
	float:left;
	padding:10px 10px 8px 10px;
	text-decoration:none;
	font-size: 10px;
}
.side-menu:hover{
	background:#272727;
}
.lottery{
	color:#505050;
	text-decoration:none;
}
.lottery:hover{
	background:#272727;
}
.sub-menu-header{
	background-image:url(../images/content/sidemenuheader-bg.png);
	background-color:#000;
	background-position: top;
	background-repeat:repeat-x;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#content-wrap{
	width:800px;
	margin: 0 auto;
	background: #FFF;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}
#central-content{
	position:relative;
	width: 800px;
	margin: 0 auto;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#thumbnail{
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100px;
	overflow: visible;
	text-align: left;
}
#page-header{
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 600px;
	height: 100px;
	padding: 50px 0px 0px 0px;
	overflow: visible;
	text-align: left;
}
#footer{
	position:relative;
	width:800px;
	height:100px;
	background-image:url(../images/content/footer-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	margin: 0 auto;
	border-bottom: 1px #000 solid;
	border-top: 1px #999 solid;
	vertical-align:bottom;
	text-align: left;
}
