body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #5a0000;
	text-align; center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img.ImageFrame_image { vertical-align:bottom; border:none; }
table.ImageFrame_mish { direction: ltr; margin: 0 auto;}
table.ImageFrame_mish .TL { width:30px; height:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/TL.jpg) no-repeat; }
table.ImageFrame_mish .TT { height:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/TT.jpg) repeat-x; }
table.ImageFrame_mish .TR { width:30px; height:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/TR.jpg) no-repeat; }
table.ImageFrame_mish .LL { width:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/LL.jpg) repeat-y; }
table.ImageFrame_mish .LL div.V { width:30px; }
table.ImageFrame_mish .RR { width:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/RR.jpg) repeat-y; }
table.ImageFrame_mish .RR div.V { width:30px; }
table.ImageFrame_mish .BL { width:30px; height:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/BL.jpg) no-repeat; }
table.ImageFrame_mish .BB { height:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/BB.jpg) repeat-x; }
table.ImageFrame_mish .BR { width:30px; height:30px; background:url(http://www.clementinemaine.com/templates/allcss/clemenframe/BR.jpg) no-repeat; }
table.ImageFrame_mish td { font-size:1px } /* For IE */
td div.H { width:1px; height:0; }
td div.V { width:0; height:1px; }

a:link, a:visited, a:active {
	color: #cacaca;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family:"Times New Roman", Times, serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}


#main { 
	width: 60em;
	margin: 0 auto 0 auto;
	padding: 0.5em 0 0 0;
	background: #000;
}

#banner {
	width: 59em;
	height:200px;
	padding:0;
	margin: 0 auto;
	background: #624f25;
	background:url(http://clementinemaine.com/templates/allcss/clementine_text.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	border: 1px solid #fff;

}

#banner img{
	margin: auto;
}
#slideshow div { 
border: #fff 1px solid; 
}
#slidecontainer {
  background:#d8dbd1;
  width: 280px;
  height: 200px;
  float:left;
  margin: 0;
  padding: 0;
}
#slideshow {
  margin: 0;
float: left;
}

#slideshow img { border: 0; padding: 0;
}
#nav{
	width: 59em;
	padding: 0;
	background:#6a5c51;
	margin: 0 auto;
	border: 1px solid #fff;
}

#content { /* main content from the WYSIWYG goes in here */
	margin: 0 auto 0.5em auto;
	padding: 3em 2em;	
	clear: right;
	width:55em;
	background: #fff;
}
#contentContainer{
	width:100%;
padding: 0.5em 0 0 0;


}
* html #contentContainer #content {text-align:center;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer {
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	color: #d2d2d2;
	padding: 5px 5px 5px 5px;
	clear: both;
}
#baker_footer	{font-style:oblique; text-size: .6em; text-align:center; color: #cacaca;} 
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#cacaca; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


