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

div#content{
	height: 100px;
}

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: 500px;
	margin-right: 50px;
}

div.apply{
	padding: 15px;
	background: #111111;
	border: #222222;
}



div.working{
	margin-top: 15px;
}