@charset "UTF-8";
/* CSS Document */

#side_dis{
	border: 1px solid #8FA9A4;
}

#side_dis a{
	margin-left:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align:left;
}

#side_dis ul{
margin:0px;
padding:5px;
}

#side_dis a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#data_holder{
	background-color:#FFFFFF;
	border: 2px solid #8FA9A4;
	float:right;
	width: 700px;
	text-align: left;
	padding: 10px;
}

#data_holder h1{
	color: #1C1306;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #332818;
	margin-bottom: 5px;
	font-weight:bold;
}

#data_holder a{
	color: #0000FF;
}

#data_holder h2{
	padding-top: 10px;
	color: #f32f9d;
	font-weight: bold;
}

#data_holder a:hover{
	text-decoration:underline;
}

#data_holder p{
	color: #000000;
	padding-top: 5px;
}

#data_holder ul{
	padding-left: 25px;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#data_holder li{
	padding-top: 2px;
}