
* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p { color:#666666; font-size: 13px; font-family:Arial, Helvetica, sans-serif; text-align: left; margin: 10px 0 }

A:link {text-decoration: none; color: #C3525E}
A:visited {text-decoration: none; color:#333333}
A:active {text-decoration: none; color: #CC0000}
A:hover {text-decoration: underline; color: #FF0000}

.blockquote {
  padding: 0 48px;
  font-size: 13px; 
  font-family:Arial, Helvetica, sans-serif; 
  text-align: left;
  color: #C3525E
}

body {
	color: #000;
	padding: 0;
	padding-bottom: 20px;
	text-align: center;
	font-family: arial;
	background: url('images/backtex.gif') repeat ;
}

#vwrapper {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	text-align: center;
	width: 100%;
	display: block;
}

#border {
	width: 935px;
	height: 460px;
	border:  #000000 1px solid;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	text-align: left;
	top: -230px;
	left: 50%;
	margin-left: -467px;
	background: #000000
}

#topflourish {
	position: absolute;
	padding: 0;
	width: 258px;
	height: 98px;
	margin-top: -40px;
	margin-left: -10px;
	background: url('images/flourish_top.gif');
}

#bottomflourish {
	position: absolute;
	padding: 0;
	width: 310px;
	height: 95px;
	margin-top: 400px;
	margin-left: -20px;
	background: url('images/flourish_bot.gif');
}

#nav {
	text-align: center;
	position: absolute;
	width: 80px;
	height: 68px;
	margin-top: 345px;
	margin-left: 43px;
	background: #FF0000;
	z-index: 10;
}

#nav img{margin:0; padding:0; position: relative; float: left;}

#musicPlayerContainer {
	text-align: center;
	vertical-align: bottom;
	padding-top: 445px;
	z-index: 10;
}

#music_player {
	z-index: 10;
}

#logobar {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 460px;
	position: absolute;
/*	border-right: 2px #DCDCDC solid;*/
	background: url('images/logobar.gif') no-repeat ;*/
}

#main {
	color: b5b5b5;
	width: 766px;
	height: 460px;
	left: 169px;
	padding: 0px;
	margin: 0px;
	position: absolute;

}

.main {
	color: b5b5b5;
	width: 766px;
	height: 460px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	overflow: hidden;
}

.panel {
	height: 460px;
	width: 766px;
}

#contactinfo {
	padding: 15px;
}

#purchase {
	padding: 15px;
}

#about {
	padding: 15px;
}

#dloader {
	color: b5b5b5;
	width: 766px;
	height: 460px;
	padding-top: 100px
	margin: 0px;
	background: #FFFFFF;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	z-index: 100;
}

h1, h2, h3, h4, h5 { margin: 0px; padding-top: 5px; font-family: arial; font-weight: bold; color: #999999; margin-bottom: 5px; padding-bottom: 5px; text-align: left }

#footer {
	width: 935px;
	margin: 25px auto 0;
	font-size: .8em;
	color: #383838;
	position: relative;
	top: 270px;
}

#footer a {
	color: #383838;
	text-decoration: underline;
}

/* Scroll Areas */

/* Common scroll bar */
.scrollBar{
	height: 100%;
	width: 22px;
	float: left;

	cursor: pointer;
}

.scrollKnob{
	height: 73px;
	width: 22px;
	background: url('images/scrollbar.png');
}

/* Appreciate Scroll Area */
#scroll_1 {
	width: 490px;
	height: 400px;
}

#scrollContent_1 {
	width: 405px;
	height: 383px;
	overflow: hidden;
	float: left;
	padding: 10px;
}

/* Meet Scroll */
#scroll_2 {
	width: 760px;
	height: 224px;
}

#scrollContent_2 {
	width: 710px;
	height: 224px;
	overflow: hidden;
	float: left;
	padding: 10px;
	padding-top: 0;
}


/* Question Scroll */
#scroll_3 {
	width: 450px;
	height: 400px;
}

#scrollContent_3 {
	width: 310px;
	height: 383px;
	overflow: hidden;
	float: left;
	padding: 10px;

}

/* Contact Scroll */
#scroll_4 {
	width: 450px;
	height: 402px;
}

#scrollContent_4 {
	width: 400px;
	height: 402px;
	overflow: hidden;
	float: left;
	padding: 10px;
	padding-top: 0;
}