/* css for theFamilies News Archive layout */

body  {
	background:#abcdef;
	width:100%;
	font-family:verdana;
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align:center;
}

/* shadow() */
div#shadow {
	background:transparent url(../images/shadow.jpg) repeat-y;
	width:800px;
	margin:0 auto;
}

/* container() */
div#container {
	background:#acc2cb;
	width:720px;
	margin:0 auto;
	padding:0px;
	border:blue 1px solid;
	

}


/* pagelinks(mylinks) */
div#pagelinks {

	margin:0 auto;
	text-align:center;
}

.mylinks h1 {
	font-size:20px;
	text-align:center;
	text-emphasis:bold;
}

.mylinks ul {
	text-decoration:none;
	line-height: 130%;
}

.mylinks li {
	display:inline;
	font-size:14px;
}

.mylinks ul a:link { 
    background:transparent;
    color:black;
    text-decoration: none;
}

.mylinks ul a:visited { 
    background:transparent;
    color:black;
    text-decoration: none; 
}

.mylinks ul a:active {
    background:black; 
    color:white;
    text-decoration: none; 
}

.mylinks ul a:hover { 
    background:black;
    color: yellow;
    text-decoration: none ;
}

/* posting(text) */
div#posting {
	float:left;
	position:relative;
	left:20px;
	width:93%;
	border:blue 1px dashed;
}

.text h1 {
	width:100%;
	padding-top:10px;
	font-size:16px;
	text-align:center;
	text-emphasis:bold;
}
	
.text p {
	width:90%;
	margin:0 auto;
	padding-bottom:10px;
	font-size:12px;
	text-align:left;
}
	
/* bottom(footer) */
div#bottom {
	clear:both;
	background:#999999;
	width:100%;
	margin:0 auto;
	padding:0;
	border-top:blue 1px solid;
	height:20px;

}

.footer p {
	width:95%;
	margin:0 auto;
	color:white;
	font-size:11px;
	text-align:center;
	line-height:150%;
}

