@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.left{
	float: left;
	width: 300px;
}
div.box{
	padding: 15px;
	background: #111111;
	border: 1px solid #222222;
	margin-bottom: 15px;
}


div.requestForm{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #e9eedc;
	
	float: right;
	width: 600px;
}

