
* { 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: #999; font-size: 13px; font-family:Arial, Helvetica, sans-serif; text-align: left; margin: 10px 0 }

A:link {text-decoration: none; color: #0CC}
A:visited {text-decoration: none; color:#7b4b1b}
A:active {text-decoration: none; color: #acdef7}
A:hover {text-decoration: underline; color: #acdef7}

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

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

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

#border {
	background:#ffffff;
	width: 935px;
	height: 460px;
	border: #acdef7 2px solid;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	text-align: left;
	top: -260px;
	left: 50%;
	margin-left: -467px;
}

#musicPlayerContainer {

	text-align: center;

	vertical-align: bottom;

	height: 15px;

	padding-top: 264px;

}

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

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

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

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

#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: #7b4b1b; margin-bottom: 5px; padding-bottom: 5px; text-align: left }

#nav {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 55px;
	top: 210px;
}

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

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

/* Scroll Areas */

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

	cursor: pointer;
}

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

/* contact scroll  */
#scroll_1 {
	width: 355px;
	height: 390px;
}

#scrollContent_1 {
	width: 355px;
	height: 390px;
	overflow: hidden;
	float: left;
	padding: 10px;
}

/* invest Scroll */
#scroll_2 {
	width: 450px;
	height: 390px;
}

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


/* faq Scroll */
#scroll_3 {
	width: 300px;
	height: 390px;
}

#scrollContent_3 {
	width: 250px;
	height: 390px;
	overflow: hidden;
	float: left;
	padding: 10px;

}

/* About Scroll */
#scroll_4 {
	width: 450px;
	height: 390px;
}

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