/* CSS Document */

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:url(images/stage1_6.jpg) ;
	background-repeat: repeat-y;
	background-position: right top;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url(images/stage1_4.jpg) ;
	background-repeat: repeat-y;
	background-position: left top;
	}
#header {
	padding:0px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px 0px 10px 10px;
	}
#leftcol { 
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:190px  !important;
	width:180px; /* actual value */
	z-index:100;
	color:#fff;
	}
#rightcol {
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:176px  !important;
	width:160px; /* actual value */
	z-index:99;
	color:#fff;
	text-align: right;
	}
#centercol {
	position:relative;
	padding:0 240px !important;
	padding:0 40px;
	width: 500px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:#7A2875;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}

      h1 {
      font-size: xx-large;
      font-family: helvetica, arial, sans-serif;
      font-weight: bold;
      color: #fff;
      background-color: transparent;
      margin:20px 0;
		text-align: center;
}
      h2 {
      font-size: medium;
      font-family: helvetica, arial, sans-serif;
      color: #fff;
      background-color: transparent;
      margin:20px 0;
		text-align: center;
}
      h3 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #8E8E8E;
	color: #8E8E8E;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0 8px 0;
	display: block;
}
      h4 {
      font-size: 130%;
      font-family: helvetica, arial, sans-serif;
      color: #222;
      background-color: transparent;
      margin:20px 0;
		text-align: center;
}
#floathack {
	margin: 0 0 0 0 !important;
	margin-left: -30px;
	padding-left: 0px;
}
