@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}
object { outline:none; }
#container {
	width: 980px;
	background: #0a0a0a url('images/stripybanner.jpg') no-repeat top left;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#topBar {
	height: 60px;
}
#three {
	position:absolute;
	width:80px;
	height:120px;
	z-index:1;
	left: 720px;
	top: 60px;
}
#threeTxt {
	position:absolute;
	width:100px;
	height:120px;
	z-index:1;
	left: 820px;
	top: 60px;
	font-size: 0.82em;
}
#flashOffer {
	position:absolute;
	width:250px;
	height:200px;
	z-index:2;
	left: 48px;
	top: 600px;
}
#flash {
	position:absolute;
	width:560px;
	height:560px;
	z-index:1;
	left: 360px;
	top: 210px;
}
#flashText {
	display: none;
}
#mainContent {
	margin: 0 650px 40px 50px;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4em;
	height: auto !important;
	min-height: 59em;
	height: 59em;
}
#mainContent a {
	color:#b8c7cb;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	font-size: 1.1em;
	color: #A72446;
}
h2 {
	margin: 0 0 .2em 0;
	font-size: 1.1em;
	padding: 1.9em 0 0 0;
	color: #A72446;
}
h3 {
	margin: 0 0 .2em 0;
	font-size: 1em;
	padding: 1.9em 0 0 0;
	color: #000;
}
p {
	margin: 0 0 1em 0;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.footer {
	font-size: 0.85em;
}
.imgLogo {
	margin: 0 0 30px 0;
	padding: 0px;
}
.colorPaleBlue {
	color: #b8c7cb;
}
.colorPalePink {
	color: #c2a4ad;
}
#container #mainContent .footer .pinkLink {
	color: #c2a4ad;
}

