body {
	background:#eee;
	text-align:center;
	font-size:80%;
	font-family:georgia,times new roman,times,serif;
	margin:20px;	
}
p {
	color:#222;
	text-indent:1em;
	text-align:left;
	line-height:150%;
	margin:0 35px 10px 35px;
}
#content {
	width:85%;
	border:1px #333 solid;
	background:#fff;
	margin:0 auto;
	padding:0;
}
#banner {
	text-align:left;
	margin:0;
	padding:25px 0 25px 85px;
	background: url(../images/cross_girl.jpg) top left no-repeat;
	border-bottom:double #000 solid;
}
	#banner a, #banner a:link, #banner a:visited, #banner a:hover, #banner a:active {
		text-decoration:none;
		color:#000;
	}
#blog {
	margin-left:0;
	text-align:center;
	padding:15px 0;
	border-left:0;					
}	
#blog a{
	color:#036;
}
#blog a:hover, #blog a:active, #blog a:visited {
	color:#999;
}
#links, #menu {
	display:none;
}
#skiplinks {
	font-family:"Lucida Grande", "lucida sans unicode",verdana, arial, sans-serif;
	text-align:right;
	font-size:75%;
	padding-right:25px;
}
#skiplinks li {
	list-style:none;
}
h1 {
	font-family:palatino,times new roman,times,georgia,serif;
	font-size:125%;
	margin:0;
}
#description {
	font-family:"Lucida Grande", "lucida sans unicode",verdana, arial, sans-serif;
	font-size:75%;
	margin:0 0 0 10px;
	font-weight:bold;
	color:#002a54;
}
#blog img {
	margin:0 auto 10px auto;
}
h2 {
	font-family:georgia,times new roman,times,serif;
	font-size:90%;
	color:#666; 
	font-weight:bold;
	padding-top:30px;
	margin:10px 0;
	background: url(../images/vine.gif) center top no-repeat;
}
h3 {
	font-family:palatino,times new roman,times,georgia,serif;
	letter-spacing:1px;
	color:#036;
	font-size:110%;
	text-transform:uppercase;
	margin:10px 0;
}
h3 a, h3 a:visited {
	text-decoration:none;
	color:#036;
}
h3 a:hover, h3 a:active {
	color:#999;
}
.posted	{
	font-family:"Lucida Grande", "lucida sans unicode",verdana, arial, sans-serif;
	font-size:75%;
	color:#555; 
	width:75%;
	margin:0 auto 35px auto;
	border-bottom:1px #999 solid;
	padding:30px 0 5px 0;
	background:url(../images/bullet.gif) center top no-repeat;
}