* {
	padding: 0px;
	margin: 0px;
	}

body {
	font-family: Arial;
	font-size: 9pt;
	background: url(images/bg.gif) repeat-x 0px 80px;
	}

p {
	padding-bottom: 10px;}
	
img {
	border: 0px;
	}
	
td {
	font-size: 8pt;
	}
	
#page {
	margin: auto;
	width: 810px;
	background: url(images/kid.jpg) no-repeat #ffffff bottom right;
	}

#splash {
	height: 65px;
	background: url(images/logo.gif) no-repeat bottom right;
	margin-bottom: 15px;
	}

#header {
	height: 485px;
	background: url(images/home-header.gif) top no-repeat;
	padding-top: 10px;
	}
	
#header #menu {
	text-align: center;
	height: 16px;
	}

#menu ul {
	margin: 0px; 
	}
	
#menu li {
	list-style-type: none;
	display: inline; 
	padding: 0px 9px;
	border-right: 1px solid #8d8e90;
	}

#menu li a {
	color: #8d8e90;
	font-size: 11px;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #be4289;
	}
	
#sidebar {
	float: right;
	width: 165px;
	padding-right: 50px;
	margin-top: -450px;
	}
	
#sidebar .box {
	margin-bottom: 15px;
	width: 165px;
	height: 112px;
	}

#sidebar .box div {
	padding: 8px;	
	}
	
#sidebar .box div .line {
	margin: 5px 0px;
	border-top: 1px dashed #91872c;
	width: 100px;
	padding: 0px;
	}
	
#content {
	margin-top: 40px;
	margin-right: 325px;
	margin-left: 45px;
	}
	
.gray {
	color: #626262;
	}
	
.light_gray {
	color: #b0b0b0;
	}
	
.pink {
	color: #bf2e81;
	}
	
.bold {
	font-weight: bold;
	}
	
.white {
	color: #ffffff;
	}
	
.big {
	font-size: 12pt;}
	
.small {
	font-size: 9px;}
