*, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, "trebuchet ms", sans-serif;
}

body {
	background-color: #858398;
	background-image: url(../images/layout/new/bg.png);
	background-repeat: repeat-x;
	width: 100%;
}

#wrapper {
	width: 795px;
	margin: 0 auto;
}

#header {
	height: 109px;
	background-image: url(../images/layout/new/header.jpg);
	backround-repeat: none;
}

#menu {
	background-image: url(../images/layout/new/menu_bg.jpg);
	background-repeat: repeat-x;
	width: 789px;
	margin-left: 3px;
	text-align: left;
	height: 31px;
}
	#menu ul {
		padding-top: 6px;
		padding-left: 1em;
	}
	#menu li {
		list-style-type: none;
		display: inline;
		padding-right: 1em;
	}
	#menu li a {
		font-family: georgia, times;
		font-size: 11pt;
		color: #545268;
		text-decoration: none;
		padding-top: 5px;
	}
		#menu li a:hover {
			color: #E7E8FD;
		}
#admin-login {
	position: relative;
	right: -750px;
	top: -15px;
	text-decoration: none;
}

#content {
	background-image: url(../images/layout/new/content_bg.jpg);
	background-repeat: repeat-y;
	width: 795px;
}
#sidebar {
	margin-left: 3px;
	width: 200px;
	background: #C9D1DF;
	float: left;
}
	#ad {
		margin: 1em 0;
		text-align: center;
	}
#content-main {
	width: 555px;
	float: left;
	padding: 10px;
}
#admin #content-main {
	width: 769px;
	margin-left: 3px;
}

#content p {
	font-size: 10pt;
	line-height: 1.3em;
}
img {
	border: 0;
}

#footer {
	clear: left;
	text-align: center;
	background: #48465C;
	font-size: 10pt;
	width: 789px;
	padding: 1em 0;
	margin-left: 3px;
	color: #D5D4E6;
	line-height: 1.7em;
	background-image: url(../images/layout/new/footer_bg.jpg);
	background-repeat: repeat-x;
}
	#footer li {
		display: inline;
		padding-right: 1em;
		font-size: 10pt;
	}
	#footer a {
		color: #D5D4E6;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer li a {
		color: #F0EFFF;
		text-decoration: underline;
	}
	#footer a:hover {
		color: white;
	}

h1,h2,h3,h4,h5 {
	color: #63659C;
	font-family: times, "Times New Roman", georgia;
	text-align: center;
	font-weight: normal;
	margin: .5em 0;
}
h3 {
	font-size: 16pt;
}
a {
	color: #525066;
}
a:hover {
	color: #A1A0B0;
}

p.info {
	margin:1em;
	color: #303269;
}

.message {
	clear: both;
	border: 2px solid #363699;
	background-color:#efefef;
	padding:.5em;
	font-weight:bold;
	text-align:center;
	color: #303269;
}

.warning {
	color: #900;
	font-weight: bold;
}
#breadcrumb {
	color: #626075;
	font-size: 10pt;
}
/* For baby lists */
.boy {
	color: #363699;
}
.girl {
	color: #9337a6;
}