	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: black;
	}
		
	#wrapper {
		background: url("images/bluebg.jpg") repeat;
		width:800px;
		margin:0px auto;

	}
	
	#wrapper-bg {
		background: url("images/bluemomchildsm.jpg") no-repeat;
		border:2px solid #baa;
		padding: 0px 0px 30px 10px
	}
	
	#header {
		margin:15px 0px 0px 170px;
	}
	
	#content {
		margin:10px;
		margin-top:30px;
		padding-bottom:20px;
	}
	
	#content div {
	}

	#content-bgleft {
		margin: 200px 0px 0px 0px;
		background-color: #003399;
		opacity: 0.80;
		filter: alpha(opacity = 80);
		color: white;
		font-family: cursive;
		width: 205px;
		padding: 10px;
		float: left;
	}

	#content-left {
		margin: 210px 0px 0px 0px;
		width: 140px;
		padding: 10px;
		float: left;
	}
	
	#content-right {
		float: left;
		/*padding: 10px 30px 10px 30px;
		width: 525px;*/
		/*border:1px solid #baa;*/
	}

	#rsubcontent-left {
		color: white;
		font-family: cursive;
		float: left;
		margin-left: 10px;
		width: 300px;
	}
	#rsubcontent-right {
		color: white;
		font-family: cursive;
		float: left;
		margin-right: 10px;
	 	width: 260px;
	}
	
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #bbb;
		width:878px;
	}
	#bottom {
		clear:both;
		text-align:center;
	}

	#menubar {
		float: left;
		margin-top: 10px;
		padding-bottom: 20px;
	}

	#menubar a {
		font-size: 16px;
		font-weight: bold;
		font-family: Lucida Sans;
		font-variant: small-caps;
		color: #8b0000;
		text-decoration: none;
		margin-left: 20px;
	}

	#menubar a:hover{
		text-decoration: underline;
	}

	#navmenu ul {
		list-style: none;
		padding: 0;
		margin: 10px 0px 0px 0px;
	}

	#navmenu li {
		float: left;
		margin: 10 0.15em;
	}

	#navmenu li a {
		background: url("images/menubg.gif") #f0f0f0 bottom left repeat-x;
		height: 2.5em;
		line-height: 2.5em;
		float: left;
		width: 10em;
		display: block;
		border: 0em solid #dcdce9;
		color: #0d2474;
		text-decoration: none;
		text-align: center;

		font-size: 13px;
		font-weight: bold;
		font-family: Lucida Sans;
		font-variant: small-caps;
	}

	#navmenu li a:hover {
		background: url("images/menubghover.gif") #fff bottom left repeat-x;
	}

	dl {
		width: 584px;
	}

	dl, dt, dd {
		margin: 0;
		padding: 0;
	}

	dl {
		background: url("images/yellowbgbottom.png") bottom left no-repeat;
		padding-bottom: 20px;
	}

	dt {
		height: 173px;
		background: url("images/yellowbgtop.png") top left no-repeat;
		text-align: center;
		padding-top: 0px;
	}

	dd {
		margin-top:0em;
		padding: 0px 30px 0px 30px;
		font-size:1.5em;
		text-align: justify;
		background: url("images/yellowbgmid.png") top left repeat-y;
		/*border: 1px solid #dcdce9;*/
	}

