/* CSS Document */
	
/**********************************************************************
                          GLOBAL STYLES
*********************************************************************/
html, body {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	}
a {
	color:#a84d9d;
	text-decoration:none;
	}
a:hover {
	color:#999999;
	text-decoration:underline;
	}
img {
	border:0px;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#074b8e;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin:0px;
	position:relative;
	}

/**********************************************************************
                          CONTENT STYLES
*********************************************************************/
div#main_container {
	width:965px;
    margin-left: auto;
    margin-right: auto;
	text-align: left; /* to realign your text */
    position: relative; /* container positioning */
	float:inherit;	
	}
div#top_container {
	width:965px;
	float:left;
	background:url(../images/bg_shadow.jpg) top left repeat-y;
	}
div#page_flip {
	width:965px;
	float:left;
	background:url(../images/bg_top.jpg) top left no-repeat;
	}
div#bottom_container {
	width:965px;
	height:28px;
	float:left;
	background:url(../images/bg_bottom.jpg) top left no-repeat;	
	}
div#content_container {
	width:668px;
	float:left;
	margin:28px 0 0 69px;
	}
div#logo {
	width:668px;
	float:left;
	}
div#main_nav {
	width:668px;
	height:74px;
	float:left;
	background:url(../images/bg_nav.jpg) top left no-repeat;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4d0303;
	padding:30px 0 0 30px;
	}
div#main_nav a {
	color:#4d0303;
	text-decoration:none;
	}
div#main_nav a:hover {
	color:#a84d9d;
	text-decoration:underline;
	}
div#title_welcome {
	width:668px;
	float:left;
	}
div#intro_container {
	width:668px;
	float:left;
	margin-top:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4d0303;
	line-height:18px;
	}
div#intro_text {
	width:450px;
	height:auto;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4d0303;
	}
div#dw_photo {
	width:161px;
	height:228px;
	float:left;
	margin-right:40px;
	}
div#title_latestbook {
	width:668px;
	float:left;
	margin-top:25px;
	}
div#intro_book_container {
	width:668px;
	float:left;
	margin-top:20px;
	}
div#book_elephant {
	width:165px;
	height:209px;
	float:left;
	margin-right:36px;
	}
div#right_side {
	width:135px;
	float:right;
	margin-top:275px;
	padding:0 35px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4d0303;
	}
div#footer {
	width:638px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-left:30px;
	}