@charset "UTF-8";

body 
{background-color: #000000;
margin-top: 0;

}

#maincontainer {
margin: 0 auto;
height: 1000px;
width: 1000px;
margin-top: 0 
	
}

h1 {
font-size: 20px;
font-style:oblique;
font-weight: normal;
color: #341902;
margin-top: 0 
}

#celine {display: none}

#tagline {
position: relative;
top: 110px;
left: 100px;

}
#contentcontainer {position: relative;
height: 1000px;
background-image:url(images/main-book-content.jpg);
background-repeat:no-repeat;

}

#header {
height: 271px;
background-image:url(images/childrens_books_header.jpg);
background-repeat: no-repeat;

}

#nav {
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;

top: 185px;
left: 120px;
}

p {font-size: 14px;
}

#leftcontent {
position: relative;

width: 340px;
height: 520px;
left: 135px;
float: left;

}
#leftcontent a {
color: #613b0c;
}

#rightcontent {
position: relative;

width: 340px;
height: 610px;
left: 160px;
float: left;
overflow: auto;
padding: 0 10px
}

a {color: #341902;}

#nav a 
{padding-left: 40px;
color: #341902;
text-decoration: none;
 }
 
 #nav a:hover
{
color: #6ebd94;

 }
 
 
em {font-size: 15px}
 
.italic {
 padding: 0;
 margin: 0;
 font-size: 14px;
 font-weight: bold;
 font-style:oblique}

h2 {
font-size: 23px;
font-weight: normal;
font-style: oblique;
color: #341902;}

#celinepic 
{ 
	width: 90px;
	height: 100px;
	border: 1px solid #341902;
	background-image: url(images/celine.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

#clockbook {width: 150px;
	height: 219px;
	border: 1px solid #341902;
	background-image: url(images/image28861.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;}
#rumblings {width: 150px;
	height: 219px;
	border: 1px solid #341902;
	background-image: url(images/image24501.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;}

.breaker {
border-bottom: 1px solid #341902;
margin-bottom: 20px}

#footer {position: relative;
 width: 100%;
top: 650px;
right: 150px
 
 }
 
 #footer a{color: #caaf87;
 font-size: 13px;
 text-decoration: none;
 
 }

.enquire {
color: #CC0000;
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight: bold;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;}

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 300px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;width: 150px;
	
}

p.label_name {
	width: 80px;
	clear: both;
	color: #333333;
	font-size: 14px;
}



#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
	background-color: #DC0008;
}



p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
