/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #3d2c59;
	background-image: url(../images/background_image.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif; 
}
.leftcol {
  position:absolute;
  width: 398px;
  height: 270px;
  top:285px;
  left:0px;
}
.rightcol {
  position:absolute;
  width: 338px;
  height: 270px;
  top:300px;
  left:460px;
	z-index: 90;
	background-color: #AFA7D2;
	/*background-color: #AFA7D2;*/
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#scrollhome {
  position:absolute;
  width: 320px;
  height: 250px;
  top:300px;
  left:460px;
	color:#C6C6E3;
	padding:10px;
	overflow:auto;
	scrollbar-base-color:#3d2c59;
	font-size:.8em;
	z-index:91;
	text-align:justify;
}
#scrollhome {

scrollbar-shadow-color: #AFA7D2;
scrollbar-highlight-color: #3d2c59;
scrollbar-3dlight-color: #AFA7D2;
scrollbar-darkshadow-color: #3d2c59;
scrollbar-track-color: #3d2c59;
scrollbar-arrow-color: #AFA7D2;
}
#scrollhome hr {
	color:#3d2c59;
	width:75%;
}
#scrollhome h1 {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}
.style1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style2 {
	color: #c6c6e3;
}
a:link {
	color: #c6c6e3;
}
a:visited {
	color: #c6c6e3;
}
a:hover {
	color: #c6c6e3;
}
a:active {
	color: #c6c6e3;
}
.style3 {
	font-size: 8px;
}
