/* box.css */


/* CENTER */
#center .box {

}
#center .box h1 {
	font-size:1.8em;
	margin-bottom:10px;
	font-weight:normal;
}
#center .box .box_content {

}
#center .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content * {
	line-height: 1.4em;
}
#center .box .box_content .main_content ul {
	margin: 0 0 1em 3em;
}

/* pictures */
.box_gold {
	margin-top:-20px;
}
#center .box .box_content .pictures {
	list-style-type: none;
}
#center .box .box_content .group_title {
	font-weight:bold;
	padding-top:20px;
}

#center .box .box_content ul .spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
#center .box .box_content .pictures li {
	float:left;
}

#center .box .box_content .pictures li .item {
	padding-right:10px;
}
#center .box .box_content .pictures li a {
	font-size:1.1em;
}
#center .box .box_content .pictures li .item .pic .thumbs{
	display:block;
	padding-top:110px;
	width:110px;
	/*border:1px solid black;*/
	cursor:pointer;
	background:no-repeat center center;
	margin-top:10px;
	margin-bottom:8px;
}
/* files */
#center .box .box_content .files {
	list-style-type: none;
}
#center .box .box_content .files li {
	float:none;
	padding-bottom:8px;
}
#center .box .box_content .files li a{
	background-repeat:no-repeat;
	display:block;
	height:16px;
	padding-left:20px;
	font-size:1.1em;
}

/* right */
#right .box {
	margin-bottom: 2em;
}
#right .box h1 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
	/*color:#6b6b6b;*/
	color:black;
}
#right .box .box_content {

}
#right .box .box_content .main_content {
	font-size: 1.1em;
}

