body{
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	color: #333;
}
a {
	text-decoration: none;
	color: #8B0007;
}
strong {
	font-weight: 500;
	font-style: normal;
}
.error strong {
	color: #8B0007;
}
div.main {
	padding-top: 100px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.entryHeader h2 {
	color: #8B0007;
	font-weight: 500;
	font-size: 18px;
}
ul.entryContent {
	margin:0;
	padding:0;
	list-style: none;
}
.entryContent li {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-type: none;
}

div.services {
	width: 48%;
	float: left;
}

div.users {
	width: 48%;
	right: 0px;
	float: right;
}
