body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.liquid #container {
	width: 950px;
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.liquid #navContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}


.liquid #header {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
	/*background: #DDDDDD; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.liquid #header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.homePicNav {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 250px;
}

.liquid #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 */
	color: #FF3333;
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.liquid #mainContent {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-right: 20;
	padding-left: 20;
	margin-top: 20px;
	margin-bottom: 20px;
}
#form1 td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.liquid #footer {
	padding-right: 10;
	padding-left: 10;
	background-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF3333;
	clear: both;
} 
.liquid #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: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 14px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
.dbImagePadding {
	padding: 10px;
}
#repeat a:hover {
	color: #FF3333;
}

.detailContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.detailHeader {
	font-size: 16;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
.dbLGImagePadding {
	padding-top: 10px;
	padding-right: 10px;
}
.dbArtContainer {
	padding: 10px;
	width: 400px;
	text-align: center;
	display: block;
}
.artName {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.artDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
