/* Start of CMSMS style sheet 'edLayout' */
/* Start of CMSMS style sheet 'edLayout' */
/* Start of CMSMS style sheet 'edLayout' */
/* Start of CMSMS style sheet 'edLayout' */
/* Start of CMSMS style sheet 'edLayout' */
/* Start of CMSMS style sheet 'edLayout' */
/* Start of CMSMS style sheet 'edLayout' */
/*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/
* {
	margin: 0;
	padding: 0;
}
html {
        height:100%;
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 75.01%;
	line-height: 1em;
	margin: 0;
	padding: 0;
	background: url(uploads/ed/btmbk.png) center 355px;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: #C3D4DF;
	color: #385C72;
}
/*****************basic layout *****************/
#bak {
	background: url(uploads/ed/topbk.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
div#pagewrapper {
	border: 1px solid transparent;
	margin: 0 auto;
	padding: 0px 0px 8px;
	width: 921px;
	color: black;
}
 * html div#pagewrapper {border: none}
div#header {
	width: 921px;
	height: 180px;
	background: url(uploads/ed/hed.png) no-repeat;
}
div#header.bakery {
	width: 921px;
	height: 180px;
	background: url(uploads/ed/hd.png) no-repeat;
}
div#header h1 a {
	background: url(imaes/cms/logo1.gif) no-repeat 0 12px;
	display: block;
	height: 80px;
	text-indent: -999em;
	text-decoration: none;
}
#conbox {
	background: url(uploads/ed/cntbk.png);
	margin: 0;
	padding: 0px 0px 1px;
}
div#content {
	margin: 0;
	padding: 32px 10px 0px 0px;
	background: url(uploads/ed/cnthd.png) no-repeat;
}
div#main {
	margin-left: 29%;
	margin-right: 2%;
}
div#mainwd {
	margin: 0px 20px 12px 25px;
}
div#sidebar {
	float: left;
	width: 26%;
	display: inline;
	margin-left: 20px;
}
div#sidebar.hascontent {
	padding: 0 1%;
	width: 24%;
}
div#footer {
	clear: both;
	margin: 0;
	padding: 12px 0px 0px;
	height: 132px;
	color: #fff;
	background: url(uploads/ed/foot.png) no-repeat;
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
/* some air for footer */
	text-align: center;
/* centered text */
	margin: 0;
}
div#footer p a {
	color: #fff;
/* needed becouse footer link would be same color as background otherwise */
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #ffffff;
	font-size: 1.5em;
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #e7ab0b;
	border-left: 1.1em solid #e7ab0b;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
/* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}
/* END TEXT */
/* End of 'edLayout' */
/* End of 'edLayout' */
/* End of 'edLayout' */
/* End of 'edLayout' */
/* End of 'edLayout' */
/* End of 'edLayout' */
/* End of 'edLayout' */

