@charset "utf-8";
/* CSS Document */

div#content{
	height: 550px;
}
div#content h2{
	font-family: "Palatino Linotype", "Trebuchet MS",  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cdbb84;
	padding-bottom: 3px;
	border-bottom: 1px dashed #8f8f8f;
}

div#content p{
	margin: 5px 0px;

	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8f8f8f;
}
div.leftSide{
	float: left;
	width: 350px;
}

.pdtBox{
	padding: 15px;
	background: #111111;
	border: 1px solid #222222;
}

.pdt{
	float: right;
	width: 580px;
}

.pdt li{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8f8f8f;
}