/* Print stylesheet for Beccles Carpet Centre */

/* change the body defaults */
/* the background colour sets colour surrounding the content */
body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Helvetica, arial, sans-serif;
	font-size:small;
	color:#000000;
}

/* the container is the main block of content, including the banner and menus */
#container {
	width:auto;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

/* The main content area */
#content {
	width:auto;
	padding:10px;
	float:right;
}

.smallercontent {
	font-size: x-small;
}


#header {
	display: None;
}


.fpleft {
	display: None;
}

#content h1, h2, h3 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h1 {
	font-size:x-large;
	font-weight:bold;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
	text-align:center;
}

#content h2 {
	padding:8px 0 0 0;
	color:#333;
	font-size:large;
	font-weight:bold;
}

#content h3 {
	padding:5px 0 0 0;
	font-size:medium;
	text-align:center;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	display: none;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

.infobox {
	display: none;
}	

/*--------------------------------------------------------------------------------------------------------------*/
/* stuff at the bottom of the page */

#footer {
	clear:both;
	border-top:1px solid #000;
	padding:10px;
	font-size:x-small;
	text-align:center;
}

/* bookmarking line */
#add-tell {
	display: none;
}

