@import url(public.css);

/* BGN header */
.header .h_box {
	text-align: center;
	margin-bottom: 30px;
}
/* END header */

/* BGN sidebar */
.sidebar .box h2 {
	padding-left: 10px;
}
.sidebar .box p {
	padding: 0 10px;
}
/* END sidebar */

/* BGN content */
.content {
	border-right: solid 1px #e6e6e6;
	width: 630px;
}
.content .t_p {
	width: 615px;
	margin-top: 0;
	color: #2f2f2f;
	font-weight: bold;
	font-family: "Times New Roman";
}
.content .dashed {
	background: url(images/dashed.gif) repeat-x bottom;
}
.content .box {
	width: 615px;
	padding: 10px 0;
}
.content .box img {
	float: left;
	width: 101px;
	height: 152px;
	padding: 2px;
	border: 1px solid #ddd;
}
.content .box .record {
	width: 495px;
	float: right;
	margin-top: 15px;
}
.content .box .record h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #4b4b4b;
	margin-bottom: 5px;
}
.content .box .record span {
	color: #2f2f2f;
}
.content .box .record p {
	margin: 13px 0 0 0;
	padding: 0;
}
/* END content */
