body {
	background: #FFFFFF url(images/bg.jpg) no-repeat center top;
	margin: 0; 
	padding: 0;
	text-align: center;

}

H1 {
	color: #cd2a08;
	font: italic bold .95em/1.3em "Trebuchet MS", sans-serif;
	text-align: center;
	padding-top: 20px;
}


.wrapper #topBg {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	border-left: thin solid black;
	border-right: thin solid black;
}

.top {
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: right;
}

div#soldOut {
	background: url(images/sold-out.gif) no-repeat;
}

.wrapper #header {
	width: 100%;
	height: 140px;
	/*position: absolute;*/
	background: #000000 url(images/save-date-2011.jpg) no-repeat center center;
	border-bottom: medium solid #cd2a08;
}

.wrapper #container {
	width: 910px;
	height:  100%;
	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. */
	border-left: thin solid black;
	border-right: thin solid black;

}
.wrapper #mainContent {
	padding: 0; 
	margin: 0;
	z-index: -3;
}

table#mainContent {
	padding: 0;
	margin-top: -2px;
}

table#mainContent td {
	color: #cd2a08;
	font: .95em/1.1em "Trebuchet MS", sans-serif;
	padding: 0;
	vertical-align: top;
	text-align: left;

}


.smItalic {
	color: #cd2a08;
	font: italic .9em "Trebuchet MS", sans-serif;
	padding: 0;
}

.story {
	color: #000000;
	font: italic .9em "Trebuchet MS", sans-serif;
	text-align: right;
	padding-right: 100px;
	padding-bottom: 15px;
}

.details {
	color: #000000;
	font: italic .9em "Trebuchet MS", sans-serif;
}


img#titleTag {
	padding: 0;
	margin: 0;
}

table#mainContent2 {
	margin: 0;
	padding: 0;
}

table#mainContent2 td {
	color: #cd2a08;
	font: .95em/1.1em "Trebuchet MS", sans-serif;
	padding: 0;
	vertical-align: top;
}

a.mainContent2, a.mainContent2:visited, a.mainContent2:hover {
	text-decoration: underline;
	color: #cd2a08;
	font: .95em/1.1em "Trebuchet MS", sans-serif;
}

a.mainContent3, a.mainContent3:visited, a.mainContent3:hover {
	text-decoration: underline;
	color: #000000;
	font: .95em/1.1em "Trebuchet MS", sans-serif;
}







hr {
	color: transparent;
	border-bottom: thin dotted #cd2a08;
	width: 880px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.wrapper #botCopy {
	width: 910px;
	background: #000000;
	margin: 0 auto;
	z-index: 1;
	color: #FFFFFF;
	font: .8em/1.1em "Trebuchet MS", sans-serif;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


#footer {
	width: 100%;
	height: 40px;
	background-color: #000000;
	margin: 0 auto;
} 

.copyright {
	color: #FFFFFF;

}

a.copyright, a.copyright:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.copyright:hover {
	color: #ffffff;
	text-decoration: underline;
}






