@charset "UTF-8";
.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;
}

hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

img{
	border:0px;
}

a:link {
	color: #F90;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:active {
	 color: #999;
	 text-decoration: none;
}

.videoLink a:link {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}

.videoLink a:hover {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}

.videoLink a:visited {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}

.videoLink a:active {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}


#FlashContainer {
	margin: auto;
	width: 945px;
}
#FlashSlides {
	width: 632px;
	float: left;
	margin-right: 10px;
	padding-left: 2px;
}
#CelebGallery {
	width: 300px;
	float: left;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/mainBG.jpg);
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
}

#MainContainer {
	border: 0px solid #666;
	margin: auto;	
	
}
#header {
	background-image: url(images/headerBG2.gif);
	background-position: center;
	width: 940px;
	margin: auto;
	text-align: right;
	background-repeat: no-repeat;
}

#top {
	background-image: url(images/headerBG2.gif);
	background-position: center;
	width: 940px;
	margin: auto;
	text-align: right;
	background-repeat: no-repeat;
}



#bodyContent {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
#LeftContent {
	float: left;
	width: 632px;
}

#LeftTextContent {
	float: left;
	width: 612px;
	padding-right: 20px;
}
#rightContent {
	margin-left: 640px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-left: 5px;
}

.news_divider {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-top: 15px;
}

.store_divider {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-top: 15px;
	width: 300px;
}

.headlineImage {
	padding-bottom:0px;
}

.teamMemberImage {
	padding-bottom:0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
}
.space {
	margin-top: 75px;
}

.bioImage {
	padding-bottom:0px;
	margin-right: 10px;
	margin-left: 5px;
}

.rightImage {
	padding-bottom:5px;
	
}
.footer {
	text-align: center;
	width: 943px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 9px;
	color: #999;
}
