body
{
	background-color: #fff;
	font-family: Georgia, serif;
	color: #222;
	font-size: 13px;
	line-height: 1.5em;
}

#wrapper
{
	width: 760px;
	margin: 50px auto;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
/* background-image: url(/web/20190205103152im_/http://birthgarden.com/background2.jpg); */
background-repeat: no-repeat;
padding: 20px; 
}

h1, h2, h3, h4, h5 { font-weight: normal; }

#right
{
	width: 480px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	left: 240px;
	top: -244px; 
}

#left
{
	width: 200px;
	position: relative;
	top: 220px;
	left: 20px;
	color: #777;
 
}

#left p, #left div { width: 150px; }
 
#left a, #left a:link, #left a:visited, #left a:hover, #left a:active
{ border-bottom:  1px solid #999; color: #777; }

.button { 

width: 150px; 
height: 20px;
font-size: 10px; 
font-family: sans-serif;
margin-bottom: 5px;
text-align: center;
background-color: #fff;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	color: #777;
border: 1px solid #ccc; 
 
}
h4
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	margin: 28px 0 0 0;
	padding: 12px 0;
	border-top: 1px solid #ccc;
}

p { line-height: 1.5em; }

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #fff;
}

 a:link.wikipedia, a.wikipedia, a:visited.wikipedia { border-bottom: 1px dotted #fff;}

a:hover { color: #000; border-bottom: 1px dotted #000; }

.entry-content img  { margin-right: 5px;}

a img { border: none; }
