html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
/*    background-image: url(TheStand.jpg);*/
    background-repeat: no-repeat;
    background-color:#000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
	background-attachment: fixed;
	background-position: left top;
	background-color: #000000;
}

.even {
  background-color:#828282;
color:white;
clear:both;
height:60px;
padding-bottom:5px;
}
.odd {
clear:both;
height:60px;
padding-bottom:5px;
  background-color:white;
}
h1, h2, h3, h4, p, ul, li, .poll, table.contentpaneopen {
	margin: 0px;
	padding: 0px;
	border:0px;
	font-size:12px;
}

.outer {
    width:980px;
}

.content {
	height: 800px;
	width: 500px;
overflow:auto;
	margin:0px;
padding:0px;
background-color:white;
}


#col_1 {
    background-image: url(darktower1.jpg) ;
    margin: 0px;
    padding: 0px 15px 0px 0px;
height:800px;
    width: 200px;
    float: left;
    color: #003366;
}

#col_1 a {
    color: #003366;
    text-decoration: none;
}

#col_1 a:hover {
    color: #003366;
    text-decoration: underline;
}

#col_2 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 550px;height:800px;
overflow:auto;
    float: left;
    background-color: white;
    color: #003366;
}

#col_2 a {
    color: #003366;
    text-decoration: none;
}

#col_2 a:hover {
    color: #003366;
    text-decoration: underline;
}

#col_3 {
 background-image: url(DarkTowerVol2.jpg) ;
width: 200px;
height:800px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    color: #003366;
}


#col_3 a {
    color: #003366;
    text-decoration: none;
}

#col_3 a:hover {
    color: #003366;
    text-decoration: underline;
}


