html, body {margin: 0px; padding: 0px; border: 0px;}

body {
color: #000; 
background: url(../images/kids/bkgd2.gif);
font-family: arial, verdana,  sans-serif; 
font-size: .9em; 
margin:0px;
padding:0px;
}

#Content {
	position:absolute;
	left:50%;
	height:505px;
	margin-top:50px;
	margin-left:-354px;
	text-align:left;
	background-color:#fff;
	}	


#top-left {
	position:absolute;
	top:-31px;
	left:21px;
	}
#bot-left {
	position:absolute;
	bottom:30px;
	left:-21px;
	}
* html #bot-left {bottom:29px;} 	 /*** Fix only for IE6/Win ***/
*>html #bot-left {bottom:30px;}   /*** Fix only for IE/Mac ***/

#top-right {
	position:absolute;
	top:29px;
	right:-21px;
	}
* html #top-right {top:29px;} 	 /*** Fix only for IE6/Win ***/
*>html #top-right {top:29px;}   /*** Fix only for IE/Mac ***/
	
#bot-right {
	position:absolute;
	bottom:-31px;
	right:21px;
	}
* html #bot-right {bottom:-32px;} 	 /*** Fix only for IE6/Win ***/
*>html #bot-right {bottom:-31px;}   /*** Fix only for IE/Mac ***/
	
#nav-col {
	position:absolute;
	left:0px;top:0px;
	width:199px;
	height:100%;
	}
#nav {
	position:absolute;
	left:25px;
	top:110px;
	width:180px;
	font-family:arial;
	font-weight:bold;
	font-size:1.05em;
	color:#d85630;
	text-decoration:none;
	}
#nav a {
	color:#ff9933;
	text-decoration:none;
	}
#nav a:hover {
	color:#99cc66;
	}

#main {
	position:absolute;
	left:200px;
	top:0px;
	width:508px;
	height:100%;
	background:#fff;	
	font-family: arial, verdana,  sans-serif; 
	font-size:.95em;
	color: #622260;
	}
#main a {
	/***font-size:.9em;***/
	font-weight:bold;
	color:#D95632;
	text-decoration:underline;
	}
#main a:hover {
	color:#9FC9EB;
	text-decoration:underline;
	}

	
#bot-nav {
	position:absolute;
	left:0px;
	bottom:-32px;
	width:708px;
	font-family: arial;
	font-size:.75em;
	font-weight:bold;
	color:#818181;
	}

#bot-nav a {
	color:#818181;
	text-decoration:none;
	}
#bot-nav a:hover {
	color:#61A3D9;
	text-decoration:underline;
	}
	
#paging {	
	font-family:arial;
	font-size:9pt;
	font-weight:bold;
	color:#d85630;
	text-decoration:none;
	}
#paging a {
	font-size:9pt;
	color:#ff9933;
	text-decoration:none;
	}
#paging a:hover {
	color:#99cc66;
	}	
	
#sponsor {	
	background:#fff;
	width:320px;
	height:38px;
	font-family:arial;
	font-size:8pt;
	color:#d85630;
	text-decoration:none;
	}
	
.archive {	
	font-family:arial;
	font-size:9pt;
	color:#61A3D8;
	text-decoration:none;
	}
	
#main ul {
list-style-type: disc;
}	

#main li {
padding-bottom: 6px;
}
