/* CSS www.nookjung.com  */
* {
	margin: 0;
	padding: 0;
}

body {
background: #d0d6f0 url(images/bg01.jpg) repeat-y top center;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #2449ea;
}

a {
text-decoration: none;
color: #2449ea;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 990px;
}

#header {
height: 80px;
background: #e1f2d0 url(images/header01.jpg) no-repeat;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

/* Menu */

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/menu01.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

/* Content */

#content {
background:  url(images/content.jpg) repeat-y;
padding: 0 20px;
}

/* Right Content */
.right {
float: right;
width: 760px;
text-align: justify;
padding-top: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2_.jpg) no-repeat;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

/* List content index */
.listcontent {
width:140px; 
height:200px; 
float:left; 
margin-left:5px; 
margin-right:10px; 
margin-top:3px; 
padding-left: 5px;
padding-right: 5px;
/*float: right;
width: 760px;
text-align: justify;
padding-top: 10px; */
}
.listcontent h2 {
margin-bottom:3px;
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2_.jpg) no-repeat;
}
.listcontent h2 a {
text-decoration: none;
color: #fff;
}
.listcontent h2 a:hover {
color: #111;
}

.listcontent h3 a {
text-decoration: none;
color: #7bb346;
font-size: 12px;
}
.listcontent h3 a:hover {
color: #111;
}
.listcontent img {border: 0px solid #000000; margin: 2px 0;}
.listcontent a img {border: 0px solid #000000;}
.listcontent a:hover img {border-color: #7bb346;}


/* List content archive */
.listarchive {
width:140px; 
height:230px; 
float:left; 
margin-left:5px; 
margin-right:5px; 
margin-top:3px;
text-align:center;
/*float: right;
width: 760px;
text-align: justify;
padding-top: 10px; */
}
.listarchive h2 {
margin-bottom:3px;
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2_.jpg) no-repeat;
}
.listarchive h2 a {
text-decoration: none;
color: #fff;
}
.listarchive h2 a:hover {
color: #111;
}
.listarchive h3 {
margin-bottom:3px;
font-size: 12px;
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left:5px;
padding-right:5px;
}
.listarchive h3 a {
text-decoration: none;
color: #fff;
}
.listarchive h3 a:hover {
color: #111;
}
.listarchive img {border: 0px solid #000000; margin: 2px 0;}
.listarchive a img {border: 0px solid #000000;}
.listarchive a:hover img {border-color: #7bb346;}


/* Left Menu */

.left {
float: left;
border-right:1px dotted #aaa;
border-bottom: 1px dotted #aaa;
width: 180px;
padding-top: 10px;
padding-right:5px;
}
.left h2 {
margin: 0px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
/*background: #E9CF16 url(images/menuh3.jpg) repeat-x;  */
background: url(images/menuh3.jpg) repeat-x;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #75B03C;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

/* Flash Game */
.game {
display:block;
float: right;
width: 740px;
text-align: justify;
padding-top: 10px;
padding-left:20;
padding-bottom:10px;
}
.game h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
/* background: #fff url(images/contenth2_.jpg) no-repeat;  */
}
.game h2 a {
text-decoration: none;
color: #fff;
}
.game h2 a:hover {
color: #111;
}



/* Footer */

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }