﻿/* CSS Document */
/*=============================*/
/*Capital Grill Container Styles */
/*=============================*/

/* Styles the container with normal text, large white heading and transparent background */
.plainContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}


.containerTitle {
	font-family: "Times New Roman", Times, serif;
	color: CCCCCC;
	font-size: 17px;
	font-variant: small-caps;
}





