/* CSS Document */

/*#############################################################
Name: Edith Hathaway
Date: 2009-4-09
Description: 2 column layout.
Author: Mark Lewis
URL: http://edithhathaway.com

#############################################################*/



body {
	margin: 0 auto;
	background: #d98040 url(img/bg.gif);
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	background: url(img/page.gif) repeat-y  center 200px;
	margin: 5px auto;
	width: 780px;
	text-align: left;
}
#header {
	width: 780px;
	height: 200px;
	text-align: left;
	background: #fff url(img/banner.jpg) no-repeat left top;

}
#main_nav {
	width: 200px;
	margin: 0;
	padding: 150px 6px 0 0;
	text-align:left;
}
#main_nav ul {
	color: #000;
	
	
}
#main_nav ul li {
	display:inline;
	height: 25px;
	padding: 0 20px 0 0;
	
	
}
#main_nav ul li a {
	color: #8e3aba;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
}
#main_nav ul li a:hover {
	color: #a25f30;
	text-decoration: underline;
	
}

#content {
	background: url(img/yantra.gif) no-repeat 50% 10%;
	text-align: left;
	padding-top: 16px;
}
#content2 {
	text-align: left;
	padding-top: 16px;
}
.story {
	width: 700px;
	float: left;
	padding: 10px 40px;
	
}
	
.intro { width: 700px; float: left; padding-left: 40px;}
.bio { width: 700px; float: left; padding: 10px 0 10px 40px;}

.sidebar {
	width: 260px;
	float: left;
	padding: 1px 0 1px 40px;
}
.blurb {
	width: 350px;
	background: url(img/trans5.gif) repeat;
	border: #000 solid 1px;
	float: right;
	margin:-40px 40px 0 0;
	text-align: left;
	padding: 3px 6px;
}
.blurb p {font-weight: bold;}
* html .blurb {display: inline;}
.divider { 
	border-bottom: #8e3aba solid 1px;
	width:700px;
	float: left;
	margin-left: 40px;
	
}
.centerline {
	margin: 10px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a25f30;
	font-size: 1.6em;
	text-align: left;
	margin-top: 0px;
	padding-left: 40px; 

}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#8e3aba;
	font-size: 1.0em;
	text-align: left;
	margin-top: 14px;
	margin-bottom: -6px;
}
h4 {
	color: #8e3aba;
	font-size: 1.0 em;
	text-align: center;
}	

	
#footer {
	width:780px;
	height: 30px;
	background:#fff;
	font:0.8em Arial, Helvetica, sans-serif;
	color:#333;
	border-top: #d98040 solid 1px;
	border-bottom: #8e3aba solid 3px;
	padding-top: 6px;
	
}
.left {float: left; margin-left: 40px;}
.right {float: right; margin-right: 40px;}
.clearer {clear: both; height: 1px; width: 100%;}
#footer .left,.right {padding: 0;}


.intro p {
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size: 0.9em;
}
p.notice {font-family:Georgia, "Times New Roman", Times, serif; font-size: 0.7em;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 150%;
}
.indent {padding-left: 30px; padding-right: 30px; font-style:italic; font-size: 0.85em; line-height: 120%;}
a {color: #8e3aba; font-weight: bold;}
a:hover {color: #a25f30;}
span.right {padding-left: 50px;}


