body { 
	font-size: 12px;
	font-family: 'Alegreya SC', serif;
	color: #cad0d6;
	margin: 0 auto;
	background: #0e0e0e;
}

a:link, a:active, a:visited {

color: #FCAD56;

text-decoration: none}



a:hover {

color: #B28816; 

text-decoration: none}



body img { 
	border: 0px;
}

/***************************  top  ***********************************/


div.all {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0;
}

div.boxes {
	width: 90%;
	float: center;
	padding: 50px 50px 5% 5%;
	margin: 0px 0px 0px 0px;
}

div.box {
	width: 300px;
	height: 265px;
	padding: 20px;
	float: left;
	background: #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #eeeeee;
	margin: 10px 10px 0px 0px;
}

div.box:hover {
	background: #ffffff;
	color: #111111;
}

span.title {
	float: left;
	width: 300px;
	padding: 9px 0px 4px 0px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #666666;
}

span.grey {
	color: #ff7f00;
	font-weight: normal;
}

span.desc {
	color: #666666;
	float: left;
	width: 300px;
	padding: 4px 0px 0px 0px;
}

/***************************  footer  ********************************/


