/* CSS Document */

html, body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3; 
	color: #008000;	
 }

#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	background-image:url(../zsplash/images/KidzArt-splash-template_01.jpg);
	background-repeat: no-repeat;
	height: 110px;
}

#content {
	background-color: #fdfebf;
	padding: 10px 30px 0px 30px;
	}
	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008000;
	font-size: 1.6em;
	margin-bottom: 2em;
}

ul {
	margin-top: 1em;
	margin-left: 2em;
}	

li {
	list-style-type: none;
	margin-bottom: 1.5em;
	font-weight: bold; 
}

.floatrt img {
	float: right;
	margin: 0px 9px 0px 15px;
}
	
.clr {
	clear: both;
	}

.ka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
	color: #3A90D6;
	}

#locations a {
	text-decoration: none;
	font-size: 1.1em;
	color: #008000;	
	}
#green a {
	text-decoration: none;
}	

#footer {
	background-color: #fdfebf;
	}	