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


body {
	background-color: #ffffff;
	margin: 0px;
}



.content-container {
	width: 100%; 
	padding: 0px 0px 60px 0px; 
	font-family: Arial, sans-serif ; 
	text-align: center;
}

.category-header {
	padding: 70px 0px 30px 0px; 
	font-family: Arial, sans-serif ; 
	font-size: 32px; 
	color: #333333;
}


.category-block-primary {
	background-color: #eeeeee; 
	width: 300px; 
	display: inline-block; 
	text-align: center; 
	border: 1px solid #999999; 
	padding: 30px; 
	margin: 10px; 
	text-transform: uppercase; 
	text-decoration: none; 
	color: #333333;
}

.category-block-secondary {
	background-color: #eeeeee; 
	width: 300px; 
	display: inline-block; 
	text-align: center;  
	padding: 30px; 
	margin: 10px; 
	text-transform: uppercase; 
	text-decoration: none; 
	color: #333333;
}

.about {
	padding: 120px 0px 0px 0px; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-family: Arial, sans-serif ; 
	font-size: 18px; 
	font-weight: bold; 
	color: #666666;
}
