@charset "utf-8";
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B393A;
}
a:hover {
	text-decoration: none;
	color: #721414;
}
a:active {
	text-decoration: none;
	color: #721414;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/c2bkgdtile.jpg);
	background-repeat: repeat;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #721414;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #721414;
	border-bottom-color: #721414;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #721414;
	height: 422px;
	width: 780px;
}
.oneColFixCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #721414;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	border: 8px solid #721414;
	width: 764px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
#gallery_link {
	color: #721414;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: normal;
	background-color: #000;
	height: 130px;
	color: #FFF;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#c2sitepicchange {
	height: 188px;
	width: 780px;
}
#c2gallery {
	float: none;
	background-color: #999;
	height: 150px;
	width: 210px;
	border: 5px outset #666;
}
#c2login {
	float: none;
	background-color: #999;
	height: 150px;
	width: 210px;
	border: 5px outset #666;
}
#c2awards {
	float: none;
	background-color: #999;
	height: 150px;
	width: 210px;
	border: 5px outset #666;
}
#c2djpic {
	float: right;
	height: 150px;
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(images/c2dance2.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#c2djpic2 {
	float: left;
	height: 200px;
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(images/0.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
#c2sitepicchange2 {
	height: 188px;
	width: 780px;
	background-image: url(images/c2site_09.jpg);
}
