/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(/graphics/image_final/backgrd_4a.jpg);
	background-color: #cccccc;
	font-family: "comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

p {
	margin: 0;
	padding: 0;
	font-family: "comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

a:link, a:active, a:visited {
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.small:link, a.small:active, a.small:visited {
	margin: 0;
	padding: 0;
    font-weight: bold;
	font-size: 12px;
	color: red;
	text-align: center;
	text-decoration: none;
	border: none;
}

a.small:hover {
	text-decoration: underline;
}


a.med:link, a.med:active, a.med:visited {
	margin: 0;
	padding: 0;
    font-weight: bold;
	font-size: 16px;
	color: red;
	text-align: center;
	text-decoration: none;
	border: none;
}

a.med:hover {
	text-decoration: underline;
}

a.large:link, a.large:active, a.large:visited {
    font-weight: bold;
	font-size: 18px;
	color: red;
	text-align: center;
	text-decoration: none;
	border: none;
}

a.large:hover {
	text-decoration: underline;
}

#container {
	margin: 0;
	padding: 0;
	background-image:url(/graphics/image_final/top_image_4a.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}

#inside {
	margin: 0;
	padding: 0 10px;
	background-image: url(/graphics/image_final/inside_table_4a.jpg);
}

#inside_top {
	margin: 0;
	padding: 0;
	background-image:url(/graphics/image_final/bottom_top4a.jpg);
	background-repeat: no-repeat;
}

#nav_side {
	margin: 0;
	padding: 0;
	background: url(/citykidsadventures/graphics/nav_side_4a.png);
	background-repeat: repeat-x;
	background-color: #cccccc;
}


/* -------- Nar Bar -------------------------------------------------------------- */

#nav_area {
	margin: 0 0 0 16px;
	padding: 0;
	background-image:url(/graphics/image_final/inside_nav.png);

}

#nav_area p, h1, a {
	color: white;
}

#nav_bar {
	margin: 0 0 0 20px;
	padding: 0;
	width: 100px;
}

#nav_bar ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_bar a.menu:link, a.menu:active, a.menu:visited {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #666666;
	width: 150px;
}

#nav_bar a.menu:hover {
	text-align: right;
	color: red;
}

#nav_bar a.plain:link, a.plain:active, a.plain:visited {
	margin: 0;
	padding: 0;
    font-weight: bold;
	font-size: 12px;
	color: red;
	text-align: center;
	text-decoration: none;
	border: none;
}

#nav_bar a.plain:hover {
	text-decoration: underline;
}
/* ---- Content -------------------------------------------------------------- */

#content {
	margin: 0;
	padding: 0 0 0 10px;
}

#content h1 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: red;
	text-align: center;
	border-bottom: 1px solid red;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-align: center;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

#content h4 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: red;
	text-align: left;
	border-bottom: 1px solid red;
}

#content h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: left;
}

#content p {
	font-size: 16px;
	color: black;
}

#content li {
	font-size: 14px;
	list-style-type: circle;
}

#bottom {
	margin: 0;
	padding: 0;
	background-image: url(/graphics/image_final/bottom_4a.gif);
	height: 85px;
}
