/*quinsessntial CSS*/

*{
  margin: 0;
}

body {
	background-color: #000;
	color: #c90;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
}

#header {
	width: 100%;
	height: 110px;
	text-align: center;
}

#ltcolumn{
	width: 250px;
	border: 5px solid #c90;
	height: 494px;
	position: absolute; top: 120px; left: 20px;;
}

#wh1, #wh2, #wh3, #wh4, #wh5, #wh6, #wh7, #wh8, #wh9, #wh10, #wh11, #wh12, #wh13, #wh14 {
	width: 240px;
	background-color: #fff;
	color: #600;
	border: 2px solid #000;
	height: 30px;
	padding-left: 5px;
	z-index: 1;
	font-size: 12px;
}

#wh1 {
	position: absolute; top: 0px; left: 0px;
	padding-top: 4px;
}

#wh2 {
	position: absolute; top: 35px; left: 0px;
	padding-top: 8px;
}
#wh3 {
	position: absolute; top: 70px; left: 0px;
	padding-top: 12px;
}
#wh4 {
	position: absolute; top: 105px; left: 0px;
	padding-top: 3px;
}
#wh5 {
	position: absolute; top: 140px; left: 0px;
	padding-top: 7px;
}
#wh6 {
	position: absolute; top: 175px; left: 0px;
	padding-top: 8px;
}
#wh7 {
	position: absolute; top: 210px; left: 0px;
	padding-top: 13px;
}
#wh8 {
	position: absolute; top: 245px; left: 0px;
	padding-top: 3px;
}
#wh9 {
	position: absolute; top: 280px; left: 0px;
	padding-top: 8px;
}
#wh10 {
	position: absolute; top: 315px; left: 0px;
	padding-top: 13px;
}
#wh11 {
	position: absolute; top: 350px; left: 0px;
	padding-top: 3px;
}
#wh12 {
	position: absolute; top: 385px; left: 0px;
	padding-top: 7px;
}
#wh13 {
	position: absolute; top: 420px; left: 0px;
	padding-top: 8px;
}
#wh14 {
	height: 22px;
	position: absolute; top: 455px; left: 0px;
	padding-top: 13px;
}

#blk1, #blk2, #blk3, #blk4, #blk5, #blk6, #blk7, #blk8, #blk9, #blk10 {
	width: 125px;
	background-color: #000;
	color: #fff;
	height: 19px;
	z-index: 2;
	font-size: 12px;
	padding-left: 5px;
}

#blk1 {
	position: absolute; top: 22px; left: 0px;
}

#blk2 {
	position: absolute; top: 63px; left: 0px;
}

#blk3 {
	position: absolute; top: 127px; left: 0px;
}

#blk4 {
	position: absolute; top: 165px; left: 0px;
}

#blk5 {
	position: absolute; top: 203px; left: 0px;
}

#blk6 {
	position: absolute; top: 267px; left: 0px;
}

#blk7 {
	position: absolute; top: 308px; left: 0px;
}

#blk8 {
	position: absolute; top: 372px; left: 0px;
}

#blk9 {
	position: absolute; top: 410px; left: 0px;
}

#blk10 {
	position: absolute; top: 448px; left: 0px;
}

#content {
	margin-left: 275px;
	float: left;

}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 50px;
}



#footer {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 25px;
}

a {
	color: #c90;
	background-color: #000;
}

#wh1 a, #wh1 a:visited, #wh2 a, #wh2 a:visited, #wh3 a, #wh3 a:visited, #wh4 a, #wh4 a:visited, #wh5 a, #wh5 a:visited, #wh6 a, #wh6 a:visited, #wh7 a, #wh7 a:visited, #wh8 a, #wh8 a:visited, 
#wh9 a, #wh9 a:visited, #wh10 a, #wh10 a:visited, #wh11 a, #wh11 a:visited, #wh12 a, #wh12 a:visited, #wh13 a, #wh13 a:visited, #wh14 a, #wh14 a:visited 
{
	color: #600;
	background-color: #fff;
}


#blk1 a, #blk1 a:visited, #blk2 a, #blk2 a:visited, #blk3 a, #blk3 a:visited, #blk4 a, #blk4 a:visited, #blk5 a, #blk5 a:visited, #blk6 a, #blk6 a:visited, #blk7 a, #blk7 a:visited, 
#blk8 a, #blk8 a:visited, #blk9 a, #blk9 a:visited, #blk10 a, #blk10 a:visited 
{
	color: #fffff0;
	background-color: #000;
}

#wh1 a:hover, #wh2 a:hover, #wh3 a:hover, #wh4 a:hover, #wh5 a:hover, #wh6 a:hover, #wh7 a:hover, #wh8 a:hover, #wh9 a:hover, #wh10 a:hover, #wh11 a:hover, #wh12 a:hover, #wh13 a:hover, #wh14 a:hover {
	color: #c0c0c0;
	background-color: #fff;
} 

#blk1 a:hover, #blk2 a:hover, #blk3 a:hover, #blk4 a:hover, #blk5 a:hover, #blk6 a:hover, #blk7 a:hover, #blk8 a:hover, #blk9 a:hover, #blk10 a:hover
{
	color: #c0c0c0;
	background-color: #000;
}
