body { font-family: verdana, arial, sans-serif; font-size: 14px; padding: 0; margin: 0;  background-color: #FFFFCC; }

.container { width: 980px; height: 970px; padding: 0; margin: 0px auto; border: 0px solid black; }

.header {	width: 980px;	height: 80px;	border: 0px; }
.header .header-left { width: 200px; height: 80px; float: left; }
.header .header-center { width: 580px; height: 80px; float: left; }
.header .header-center .title {	width: 580px;	margin: 0px auto; text-align: center; }
.header .header-center .title img {	border: 0px solid black; }
.header .header-right {	width: 200px;	height: 80px;	float: left; }
.header .header-right .language {	width: 120px;	height: 18px;	float: right;	background: white;	border: 1px solid #FFBB00; text-align: center; font-size: 12px; }

.gallery { width: 978px; height: 200px; background: #FFFFFF; border: 1px solid #FFBB00; overflow: hidden;	position: relative;	padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px; }
.gallery ul { position: absolute; list-style: none; white-space: nowrap; padding: 0; margin: 0; }
.gallery ul li { display: inline; margin: 0px 30px 0px 30px; cursor : pointer }
.gallery .slider { width: 930px; height: 20px; margin: 175px 25px 0px 25px; position: relative; background: url("../img/slide_back.gif") repeat-x; }
.gallery .handle { position: absolute; cursor: move; height: 20px; width: 100px; top: 0; background: url("../img/slide_handler.gif") no-repeat; z-index: 100; }

.main { width: 980px; height: 680px; }

.main .contents {
	width: 730px;
	height: 680px;
	float: left;
	margin-right: 10px;
}

.main .contents .main2 {
	width: 728px;
	height: 648px;
	background: #FFFFFF;
	border: 1px solid #FFBB00;
	margin-bottom: 10px;
}

.main .contents .main2 .author { 
	background-color: #FFFFFF;
	display: none;
	margin: 10px 20px;
}

.main .contents .main2 .paint .fullimage { 
	display: block;
	margin: 20px auto;
	vertical-align: middle
}

.main .contents .footer {
	width: 718px;
	height: 18px;
	text-align: right;
	color: #FFFFFF;
	background: #804040;
	border: 1px solid #FFBB00;
	padding: 0px 5px;
}

.main .contents .footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.main .navi{
	width: 238px;
	height: 160px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #FFBB00;
	margin-bottom: 10px;
}

.main .navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.main .navi ul li {
	width: 200px;
	height: 40px;
	padding: 0px;
	background: url("../img/navi_empty.jpg") no-repeat;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

.main .navi ul li a {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}

.main .w3c {
	width: 238px;
	height: 40px;
	float: left;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #FFBB00;
	text-align: center;
	margin-bottom: 10px;
}

.main .other {
	width: 238px;
	height: 80px;
	float: left;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #FFBB00;
	text-align: center;
	margin-bottom: 10px;
}

.main .paint_detail {
	width: 238px;
	height: 40px;
	float: left;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #FFBB00;
	text-align: center;
	margin-bottom: 10px;
}


h1 { display: none; }
.text_title {	color: #AA8800;	font-weight: bold; }








