.cgartistryMainStyle #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.smallGrayText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
.cgartistryMainStyle #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background: #000000;
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cgartistryMainStyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cgartistryMainStyle #mainContent {
	padding: 20px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cgartistryMainStyle #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.cgartistryMainStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
}
body,td,th {
	color: #999999;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
.LargeGray {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 40px 10px 40px;
}
.navButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	height: 32px;
	border: none;
}
