body {
	font: 15px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding:0;
	background-color: #aed3f5;
	background-image: url(images/bkgrd.jpg);
        background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  }
  
a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #374ca5;
}

a:hover {
  color: yellow;
}
#bookcover a img {
  border: none;
}
/* --------Wrapper----------*/

#wrapper {
	width: 824px;
	height: 600px;
        margin-right: auto;
	margin-left: auto;
	margin-top: -200px;}

body#homepage #wrapper {
	background-image: url(images/homepgbkgrd.jpg);
        background-repeat: no-repeat;}

body#colorgpgspage #wrapper {
	background-image: url(images/coloringpgbkgrd.jpg);
        background-repeat: no-repeat;}

body#redfoxpage #wrapper, body#aboutpage #wrapper, body#notepage #wrapper {
	background-image: url(images/redfoxbkgrd.jpg);
        background-repeat: no-repeat;
        }

#thankyoupage #wrapper {
	background-image: url(images/tybkgrd.jpg);
        background-repeat: no-repeat;
        margin-top: 0px;}

body#notepage #wrapper {
  margin-top: 0px;}

/* --------End Wrapper----------*/



/* --------Signup and above OrderNow----------*/

#signup {
	position: relative;
        background: #88ada2;
	padding: 10px;
	height: 100px;
	width: 200px;
	top: 170px;
	left: 40px;
	margin-top: 200px;
	margin-bottom: 20px;
	margin-right: 30px;
	color: #603913;
	border: medium solid #1a4e76;
}

#signup form {
  line-height: 26px;
}

body#colorgpgspage #signup, body#aboutpage #signup {
	position: relative;
        background: transparent;
	padding: 10px;
	height: 100px;
	width: 200px;
	top: 180px;
	left: 40px;
	margin-top: 200px;
	margin-bottom: 20px;
	margin-right: 30px;
	color: #603913;
        font-weight: bold;
	border: medium solid transparent;
}

body#aboutpage #text {
	position: relative;
        background: transparent;
	padding: 10px;
	height: 300px;
	width: 440px;
	top: 0px;
	left: 320px;
	margin-top: -280px;
	margin-bottom: 20px;
	margin-right: 30px;
	color: #603913;
        font-weight: bold;
	border: none;
}

body#homepage #text {
	position: relative;
        background: transparent;
	padding: 10px;
	height: 300px;
	width: 450px;
	top: 0px;
	left: 320px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-right: 30px;
	color: #603913;
        font-weight: bold;
	border: none;
}
#bookdescrpt {
	position: relative;
        font-weight: bold;
	height: 100px;
	width: 400px;
	top: 170px;
	left: 20px;
	margin-top: 200px;
	margin-bottom: 20px;
	margin-right: 30px;
	color: #603913;

}

/* --------End Signup and above OrderNow----------*/


/* --------OrderNow and Nav----------*/

#ordernow {
	position: relative;
        margin-left: 15px;
	top: 160px;
	width: 300px;
}

#ordernow a:link img {
        border: thin solid #aed3f5;
 }

#ordernow a:hover img {
   border: thin solid white;
 }
 

#redfoxpage #ordernow  {
	position: relative;
        margin-left: 15px;
	top: 186px;
	width: 300px;
}

#nav table {
  position: relative;
  margin-top: 160px;
}
#redfoxpage #nav table {
  position: relative;
  margin-top: 186px;
}


/* --------EndOrderNow and Nav----------*/


/* --------Coloring Page----------*/


#cpthumbs {
  width: 205px;
  height: 425px;
  float: right;
  margin-top: -460px;
  padding-right: 150px;
}

#cpthumbs img {
  margin-bottom: 3px;
}

/* --------Redfox Book Page----------*/

#bookcover {
  width: 330px;
  height: 334px;
  float: right;
  margin-top: -370px;
  padding-right: 50px;
}



/* --------About Page----------*/

#jopic {
  width: 250px;
  height: 450px;
  float: right;
  margin-top: -520px;
  padding-right: 50px;
  color: #603913;
  font-weight: bold;
}
#jopic img {
  border: medium solid #fff;
}

  /*- Thank you page--------------------------- */

#thanky {
  position: absolute;
  font-size: 150%;
  margin-top: 340px;
  margin-left: 400px;
	color: #603913;
 font-weight: bold;
 }

   /*- Email Note page--------------------------- */

#notepage img {
   margin-top: 100px;
   margin-left: 100px;
 }

#note {

  font-size: 150%;
  margin-top: -300px;
  margin-left: 290px;
  margin-right: 15px;
	color: #603913;
 font-weight: bold;
 }

 /*- Footers--------------------------- */

#footer {
  font-size: x-small;
  text-align: center;
  color: #603913;

}
 #homepage #footer {
   margin-top: 250px;
 }

 /*- IE Hack--------------------------- */
*html #signup {
  padding-bottom: 0px;
}
 *html #homepage #wrapper, *html #redfoxpage #wrapper, *html #colorgpgspage #wrapper, *html body#aboutpage #wrapper {
 margin-top: 0px;
 }
*html #homepage #signup,  {
  margin-top: 0px;
}

*html #redfoxpage #ordernow {
  margin-top: -17px;
}

*html #colorgpgspage #ordernow {
  margin-top: -185px;
}
*html #redfoxpage #bookdescrpt {
  margin-top: 0px;
}

*html #colorgpgspage #signup, *html body#aboutpage #signup{
  border: none;
}
*html body#aboutpage #signup {
 margin-top: 15px;
 }
*html #homepage #footer {
   margin-top: 0px;
 }

