@import url("photo_gallery.css");
body {
	font: 100% "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:active
{
  outline: none;
}
#container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #ADB85A;
	height: 40px; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainBody {
	height: 456px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#base {
	padding: 0 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#153660;
	height: 106px;
	clear: both;
}
#base p {
	margin: 0; /* zeroing the margins of the first element in the base will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*************************Home*************************************/

#homePhoto {
	width: 460px;
	margin: 0 auto;
	padding-top: 15px;
}

/*************************About Author*****************************/

.about_author #mainContent {
	margin: 0 73px;
	padding-top: 56px;
}

.about_author #photo {
	float: left;
	width: 226px;
}

.about_author #text {
	float: right;
	width: 391px;
	height: 320px;
	background: url(../images/author_text.gif) no-repeat;
}

.about_author h1 {
	text-indent: -99999px;
}

.about_author p {
	margin: 0;
	font-size: 14px;
	text-indent: -99999px;
}

/*************************Books*****************************/

.books h1 {
	background: url(../images/pgtitle_books.gif) no-repeat;
	text-indent: -99999px;
	width: 88px;
	height: 34px;
}

.books #mainContent {
	padding: 63px 0 0 56px;
}

.books #mainContent img {
	margin-top: 26px;
	padding-right: 37px;
}

/*************************Contact*****************************/

.contact #mainContent {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}


/*************************beGentle Full*****************************/

.beGentle #mainBody {
	height: 580px;
}

.beGentle #mainContent {
	width: 738px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.beGentle .merchant {
	position: relative;
	top: -20px;
	float: left;
	width: 373px;
	padding-top: 85px;
	padding-left: 48px;

}

.beGentle .translated {
	position: relative;
	top: -20px;
	float: right;
	width: 251px;
}


/*************************Panda and Polar Bear Full*****************************/

.pandaAndPolar #mainBody {
	height: 560px;
}

.pandaAndPolar #mainContent {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.pandaAndPolar .merchant {
	float: right;
	width: 373px;
	padding: 45px 20px 20px 0;

}

/*************************In Gods Hands Full*****************************/

.inGodsHands #mainBody {
	height: 580px;
}

.inGodsHands #mainContent {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.inGodsHands .merchant {
	float: right;
	width: 373px;
	padding: 25px 45px 30px 0;

}


/*************************Main Navigation**************************/

#mainNav {
    height:28px;
	margin: 0 auto;
	padding: 0;
	width:466px;
}
#mainNav li {
    list-style:none;
    display:inline;
}
#mainNav a {
    color:#fff;
    text-decoration:none;
    float:left;
    padding:0;
    margin:0 ;
	text-indent: -999999px;
	height: 28px;
}

#mainNav a.home { background:url("../images/mn_home.gif") no-repeat; width: 64px; }
#mainNav a.artWork { background:url("../images/mn_artwork.gif") no-repeat; width: 81px; }
#mainNav a.books { background:url("../images/mn_books.gif") no-repeat; width: 67px; }
#mainNav a.aboutAuthor { background:url("../images/mn_aboutauthor.gif") no-repeat; width: 120px; }
#mainNav a.blog { background:url("../images/mn_blog.gif") no-repeat; width: 56px;}
#mainNav a.contact { background:url("../images/mn_contact.gif") no-repeat; width: 78px; }

#mainNav a.home:hover { background:url("../images/mn_home_on.gif") no-repeat; }
#mainNav a.artWork:hover { background:url("../images/mn_artwork_on.gif") no-repeat; }
#mainNav a.books:hover { background:url("../images/mn_books_on.gif") no-repeat; }
#mainNav a.aboutAuthor:hover { background:url("../images/mn_aboutauthor_on.gif") no-repeat; }
#mainNav a.blog:hover { background:url("../images/mn_blog_on.gif") no-repeat; }
#mainNav a.contact:hover { background:url("../images/mn_contact_on.gif") no-repeat; }


/*************************Footer**************************/

#footer {
	float: right;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 65px;
	margin-right: 10px;
}


/*************************Other**************************/

.clear {
	clear: both;
}

#conash3D0
{
display:none;
}
