/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* links */
a:link {
	color: #D2839D
}
a:visited {
	color: #D2839D
}
a:hover {
	color: #E7B4C7
}
a:active {
	color: #E7B4C7
}
#site_info a:link {
	color: #4B1B15
}
#site_info a:visited {
	color: #4B1B15
}
#site_info a:hover {
	color: #D2839D
}
#site_info a:active {
	color: #D2839D
}
html {
	text-align: center;
}
body {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	color: #6D4444;
	background: #F2EBE5 url(graphics/background.gif) no-repeat top center;
}
p {
	line-height: 20px;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#branding {
	position: relative;
	width: 365px;
	height:154px;
	text-align: left;
}
#branding .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(graphics/logo.gif) no-repeat 0 0;
}
#branding h1 {
	position: absolute;
	padding: 20px;
}
#contact_info {
	position: absolute;
	top: 54px;
	right: -394px;
	text-align: left;
	z-index: 5;
	font-size: 15px;
}
h1 {
	font-size: 18px;
	font-weight: 600;
}
h2 {
	font-size: 16px;
	font-weight: 600;
}
#nav {
	position: relative;
	margin: 20px 0 12px 60px;
	width: 720px;
	font-size: 16px;
	font-weight: bold;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav li {
	display:inline;
	margin: 0;
}
#nav li a:link, #nav li a:visited {
	color: #7D5957;
	padding: 5px 15px;
	text-decoration: none;
}
#nav li a:hover {
	color: #D2839D;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 720px;
	background: #FFFFFF url(graphics/top.gif) no-repeat top left;
}
/* content with navigation */
#inner_content {
	width: 680px;
	margin: 0 auto;
	padding: 26px 0 0 0;
}
/* footer */
#site_info {
	text-align: left;
	font-size: 12px;
	color: #4B1B15;
	margin: 5px 0 10px 100px;
}
.emphasis {
	font-size: 18px;
	font-weight: 600;
}
.indent {
	margin-left: 20px;
}
#yogagirl {
	position: absolute;
	bottom:-30px;
	right: -170px;
}

