/* CSS Document */

/* the childrens hospital CSS */

body {
	margin: 0px;
	font-size: 12px;
	color: #6c6e70;
	background-color: #ffffff;
	background-image: url(../img/template/background.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;

}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a {
	color: #6c6e70;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#container {
	position: absolute;
}

#header {
	width: 778px;
	height: 216px;
}

#nav {
	position: absolute;
	top: 320px;
}

#nav img {
	float: left;
}

#nav div div {
	float: left;
	clear: none;
}
#nav a {
	font-style: normal;
	color: #000000;
	font-size: 11px;
}

#nav table {
	margin-left: 20px;
}

#nav td {
	padding-bottom: 10px;
}

#content {
	position: relative;
	top: 50px;
	left: 260px;
	width: 550px;
}

.smallText {
	font-size: 11px;
}