@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:20px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #36C;
}
a:active {
	text-decoration: none;
	color: #333;
}
#container {
	width:941px;
	margin:auto;
}
#left {
	width:232px;
	float:left;
}
#right {
	float:right;
	width:709px;
}
#title {
	font-family:"Times New Roman", Times, serif;
	font-size:70px;
	color:#000;
	line-height:60px;
	padding:30px 0 10px 0;
}
#nav {
	padding:60px 0 0 0;
	line-height:30px;
}

/*books page*/

#titleBooks {
	margin:auto;
	margin-top:20px;
	background:url(../img/books/books-title.gif) no-repeat top;
	height:303px;
	text-align:center;
}
#AmeliaCol {
	margin:auto;
	width:375px;
	padding: 30px 0 30px 0;
}
#Robin {
	margin:auto;
	width:337px;
	float:left
}
#WalkonThe {
	margin:auto;
	width:372px;
	float:right;
}

/*cards page*/

#titleCards {
	margin:auto;
	background:url(../img/cards/title.gif) right top 	no-repeat;
	height:159px;
	width:709px;
}
#cardsLeft {
	width:187px;
	float:left;
}
#cardsRight {
	width:500px;
	float:right;
}
#clickMore {
	clear:both;
	padding:10px;
}


/*illustrations page*/

#titleIllustration {
	margin:auto;
	background:url(../img/illustrations/title.gif) top right no-repeat;
	height:225px;
	width:709px;
}

/*poetry page*/

#titlePoetry {
	margin:auto;
	background:url(../img/poetry/title.gif) right top no-repeat;
	margin-top:20px;
	height:202px;
	width:709px;
	float:right;
}
#poetryLinks {
	width:237px;
	float:left
}
#poetryContent {
	float:right;
	width:450px;
}
.poetry-title {
	font-size:20px;
	color:#000;
	font-weight:bold;
}

/*about page*/

#titleAbout {
	margin:auto;
	background:url(../img/about-the-author/title.gif) right no-repeat;
	height:322px;
	width:709px;
}
#authorPic {
	width:187px;
	float:left;
}
#authorTxt {
	width:500px;
	float:right;
}

/*whats new page*/

#titleWhats {
	margin:auto;
	background:url(../img/whats-new/whats-new.gif) center no-repeat;
	height:268px;
	width:709px;
}
#contentWhats {
	padding:20px;
}

/* Books Amelia*/

#ameliaContent {
	background:url(../img/books/amelia/background.gif) no-repeat top;
	width:709px;
	height:896px;
	text-align:center;
}
#ameliaContent #inner {
	padding:220px 150px 50px 170px;
	text-align:center;
}
.ameliaContentBooks{
	padding:15px;
}

#ameliaGoodnightTitle {
	background:url(../img/books/amelia/goodnight/title.gif) right no-repeat;
	width:709px;
	height:133px;
}
#ameliaAllforyouTitle {
	background:url(../img/books/amelia/allforyou/title.gif) right no-repeat;
	width:709px;
	height:133px;
}
#ameliaJesusTitle {
	background:url(../img/books/amelia/jesus/title.gif) right no-repeat;
	width:709px;
	height:133px;
}
#RobinsTitle {
	background:url(../img/books/robins/title.gif) right no-repeat;
	width:709px;
	height:167px;
}
#wildTitle {
	background:url(../img/books/wild/title.gif) right no-repeat;
	width:709px;
	height:142px;
}
#ameliaLeft {
	width:187px;
	float:left;
}
#ameliaRight {
	width:500px;
	float:right;
}
.ameliaThumbs {
	float:left;
}

/* text styles */

#navOn {
	color:#36C;
}
