@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #2f2f2f;
	margin: 0; /* 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;
}
.oneColFixCtrHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2f2f2f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:25px;
}

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 */
	font-size:14px;
	color:#ff009c;
}
h2 {
	font-size:12px;
	color:#ff009c;
}
p{
	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 */
}
a{
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#ff009c;
}
.pink{
	color:#ff009c;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(bg1.png);
	min-height:340px;
	display:block;
	color:#FFF;
	margin: 0 auto;
}
#mainContentGallery {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(bg1.png);
	background-repeat:repeat-y;
	display:block;
	color:#FFF;
	margin: 0 auto;
}
.oneColFixCtrHdr #mainContentFlash {
	padding: 0; 
	margin: 0 auto;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2f2f2f;
	background-image:url(footer.png);
	background-repeat:no-repeat;
	display:block;
	font-size:11px;
	color:#999;
	height:67px;
	margin:0 auto;
}
.oneColFixCtrHdr #footer a {
	color:#999;
}
.smallgrey{
	font-size:9px;
}
.smallgrey a{
	text-decoration:none;
	color:#666;
}
.submenu{
	text-align:center;
}
.submenu img{
	border-color:#000;
	border-width:1px;
	background-color:#333;
	padding:4px;
}
.submenu a{
	color:#fff;
	text-decoration:none;
	margin:10px;
}
.submenu a:hover{
	color:#F09;
	text-decoration:underline;
}
.submenu-main{
	text-align:center;
	margin-top:80px;
	margin-bottom:40px;
}
.submenu-main img{
	border-color:#000;
	border-width:1px;
	background-color:#333;
	padding:5px;
}
.submenu-main a{
	color:#fff;
	text-decoration:none;
	margin:8px;
}
.submenu-main a:hover{
	color:#F09;
	text-decoration:underline;
}
#pink-text {
	color: #FF206A;
}
.wings {
	font-family: Wingdings;
}
.imgleft {
	text-align: left;
	padding: 5px;
	float: left;
}
.imgTxt{
	border-color:#000;
	border-width:1px;
	background-color:#333;
	padding:5px;
	margin:10px;
}
ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: 2em;
	line-height:18px;
	list-style-image:url(images/cake-bullet1.png);
	list-style-position:inside;
	}
.spaced{
	line-height: 1.5em;
}