/*------------------------Calvin and Hobbes .co.uk Style Sheet------------------------*/

/*------------------------Body-----------------------*/

body {
	margin: 0;
	padding: 0;
	background: #53C6C6;
	color: #000000;
	font-family: "trebuchet MS", arial, sans-serif;
}

#maincontainer {
	width: 800px;
	margin: 5px auto;
	border: 5px solid white;
}

/*------------------------Header-----------------------*/

#header {
	width: 800px;
	height: 140px;
	border-bottom: 5px solid white;
}

#headerback {
	width: 790px;
	height: 130px;
	border: 5px solid #FFB200;
	background: url(images/header.gif) no-repeat;
}

#headerbottom {
	width: 800px;
	padding: 3px 0px 3px 0px;
	clear: both;
	text-align: center;
	border-bottom: 5px solid white;
	background: #FFB200;
}

/*------------------------Navigation Bar-----------------------*/

#navbar {
	padding-top: 10px;
	font-weight: bold;
}

#navbar a {
	width: 140px;
	margin: 5px auto;
	padding: 10px 0px 10px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #995C00;
	background: #FFB200;
	border: 5px solid white;
}	

#navbar a:hover {
	width: 150px;
	color: #E5F3FF;
	background: #53C6C6;
}	

#navbar a.page {
	width: 150px;
	color: #E5F3FF;
	background: #53C6C6;
}

#advertising {
	width: 120px;
	margin: auto;
	margin-top: 20px;
	border: 5px solid #53C6C6;
}

#google {
	width: 120px;
	margin: auto;
	margin-top: 20px;
	border: 5px solid #53C6C6;
}

/*------------------------Content-----------------------*/

#content {
	width: 800px;
	float: left;
	font-size: 0.8em;
	background: #E5F3FF url(images/contentback.gif) repeat-y;
}

#contentleft {
	width: 180px;
	padding: 10px;
	float: left;
	border-right: 5px solid white;
}

#contentright {
	width: 570px;
	padding: 10px;
	float: left;
}

#contentright b {
	padding: 3px 15px 3px 15px;
	display: block:
	text-align: center;
	color: #995C00;
	font-size: 1.4em;
	background: #FFB200;
	border: 5px solid white;
}

#contentright a {
	text-decoration: none;
	color: #995C00;
	font-weight: bold;
}	

#contentright a.big {
	font-size: 1.5em;
}

#contentright a:hover {
	text-decoration: underline;
}

#contentright p {
	text-indent: 5px;
}

h1 {
	width: 60%;
	margin: 0 auto;
	padding: 3px 15px 3px 15px;
	display: block:
	text-align: center;
	color: #995C00;
	font-size: 1.4em;
	background: #FFB200;
	border: 5px solid white;
}

.quote {
	font-size: 0.9em;
	font-style: italic;
}

.price {	
	text-align: center;
	color: #995C00;
	font-size: 1.2em;
}

.contentblock {
	width: 570px;
	padding: 20px 0px 10px 0px;
}

.center {
	text-align: center;
}

img.right {
	float: right;
	margin: 0 10px 10px 10px;
}

img.left {
	float: left;
	margin:  0 10px 10px 10px;
}

img.center {
	margin: 15px auto;
	display: block;
}

/*------------------------Footer-----------------------*/

#footer {
	width: 800px;
	padding: 5px 0px 5px 0px;
	clear: both;
	text-align: center;
	color: #995C00;
	font-size: 0.6em;
	font-weight: bold;
	border-top: 5px solid white;
	background: #FFB200;
}