@charset "utf-8";

.background {
	background-color: #DADBFE;
	background-repeat: repeat;
}


body {
  margin: 0px;
  padding: 0px;
}

.tablehead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.bodytxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003;
}
.headertxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003;
}


#header {
  background: #DBDCFF;
  width: 1000px;
}
#padlft {
	background: #DBDCFF;
	width: 50px;
	height: 300px;
	float: left;
}
#comic {
  background: #000000;
  width: 900px;
  float: left;  
}

#padrt {
	background: #DBDCFF;
	width: 50px;
	height: 300px;
	float: left;
}
	
#content {
	background: #DBDCFF;
	float: left;
	width: 800px;
}
#footer {
	background: #DBDCFF;
	width: 1000px;
	clear: both;
}
#ad {
	background: #DBDCFF;
	float: left;
	width: 1000px;
	clear: both;
}
#rtcol {
	background:#DBDCFF;
	float: left;
	width: 200px;
	height: 500px;
}
