/* box.css */


/* center */
#center .box {
	margin-bottom: 3em;
}
#center .box a.back {
	float: right;
	font-size: 1.2em;
	margin-top: 11px;
	text-decoration: none;
}
#center .box a.back:hover {
	text-decoration: underline;
}
#center .box h1 {
	color: #1c587e;
	font-size: 3.6em;
	font-weight: normal;
	margin-bottom: 0.333em;
}
#center .box .box_content {
	
}
#center .box .box_content h2 {
	color: #1c587e;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#center .box .box_content h3 {
	color: #1c587e;
	font-size: 1.6em;
	font-weight: bold;
}
#center .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content * {
	line-height: 1.7em;
}



/* sidebar  */
#sidebar .box {
	margin-bottom: 3em;
	height: 1%;
}
#sidebar .box a.back {
	float: right;
	font-size: 1.2em;
	margin-top: 11px;
	text-decoration: none;
}
#sidebar .box a.back:hover {
	text-decoration: underline;
}
#sidebar .box h1 {
	color: #8d8f90;
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: 0.5em;
	background: url('/dsg/stars_bg.gif') repeat-x bottom left;
	margin-bottom: 0.5em;
}
#sidebar .box .box_content {
	
}
#sidebar .box a.more {
	color: #1c587e;
	font-size: 1.2em;
	font-weight: bold;
	background: url('../dsg/more_bg.gif')no-repeat center left; 
	padding-left:20px;
	float:right;
	
}
#sidebar .box .box_content h2 {
	color: #1c587e;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#sidebar .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 2em;
}
#sidebar .box .box_content .main_content * {
	line-height: 1.7em;
}

