@charset "UTF-8"; body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
	color: #000000;
margin-left: auto;
margin-right: auto; }

.eclecticaSystemsCompany #container {
	width: 90%;  /* this will create a container 90% of the browser width */
	background: #FFFFFF;
	/* the auto margins (in conjunction with a width) center the page */
margin: 1.8em auto 1.8em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.eclecticaSystemsCompany #blogContentWrapper {
/* remember that padding is the space inside the div box and margin is the space outside the div box */
width: 100%;
background-image: url('http://eclectica-systems.co.uk/templates/outerFade2.png');
background-repeat: repeat;
padding: 1.8em;
border: thin #333333 groove; }

.eclecticaSystemsCompany #topHhorizontalSectionBar{
width: 100%;
position: relative;
z-index: +1;
background-color: #cccccc;
height: 3em;
background-image: url('http://eclectica-systems.co.uk/templates/outerFade3.png');
background-repeat: repeat-x; }


.eclecticaSystemsCompany #horizontalFixedSpacer{
height: 12pt;
background-color: #cccccc;
background-image: url('http://eclectica-systems.co.uk/templates/outerFade3.png');
background-repeat: repeat; }

.eclecticaSystemsCompany #header {
	background: url('http://eclectica-systems.co.uk/templates/headerFade.png') repeat-x; 
	padding: 0em 10px 0em 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
-webkit-border-top-left-radius: 1.8em 1.8em;
-moz-border-radius-topleft: 1.8em 1.8em;
border-top-left-radius: 1.8em 1.8em;
-webkit-border-top-right-radius: 1.8em 1.8em;
-moz-border-radius-topright: 1.8em 1.8em;
border-top-right-radius: 1.8em 1.8em;
height: 120px;
border-bottom: medium groove;
 }

.eclecticaSystemsCompany #mainContent {
	padding: 0em 2em 0em 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cccccc url('http://eclectica-systems.co.uk/templates/outerFade3.png') repeat;
}



.eclecticaSystemsCompany #rightNavColumn {
	/* this will create a container 90% of the browser width */
	background: #cc9900;
	border: thin #999999 solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
margin-right: 4em;
-webkit-border-radius: 1.4em 1.4em;
-moz-border-radius: 1.4em 1.4em;
border-radius: 1.4em 1.4em;
float: right;
-webkit-box-shadow: 0.07em 0.07em #663300;
-moz-box-shadow: 0.07em 0.07em #663300;
box-shadow: 0.07em 0.07em #663300;
width: 10em;
margin-left: 4em;
padding-left: 3em;
padding-bottom: 1em; }

.eclecticaSystemsCompany #companySections, #blogsNavigation {
	width: 12em;  /* this will create a container 90% of the browser width */
	border: thin #999999 solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
-webkit-border-radius: 1.0em 1.0em;
-moz-border-radius: 1.0em 1.0em;
border-radius: 1.0em 1.0em;
-webkit-box-shadow: 0.07em 0.07em #663300;
-moz-box-shadow: 0.07em 0.07em #663300;
box-shadow: 0.07em 0.07em #663300;
float: inherit;
padding: 0.6em;
margin-bottom: 0em;
margin-top: 1em;
margin-right: 1em;
margin-left: 1em; }

.eclecticaSystemsCompany #companySections {
background-color: #ffcc00; }

.eclecticaSystemsCompany #blogsNavigation {
background-color: #cccc66; }

.eclecticaSystemsCompany #blogContent {
	padding: 1.8em 4em 1.8em 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffcc;
color: #fdffd8;
border: thin #999999 solid;
-webkit-border-radius: 1.8em 1.8em;
-moz-border-radius: 1.8em 1.8em;
border-radius: 1.8em 1.8em;
width: 75%;
-webkit-box-shadow: 0.07em 0.07em #663300;
-moz-box-shadow: 0.07em 0.07em #663300;
box-shadow: 0.07em 0.07em #663300;
margin-right: 5em;
min-width: 300px; }



.eclecticaSystemsCompany #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url('http://eclectica-systems.co.uk/templates/footerFade.png') repeat-x;
-webkit-border-bottom-left-radius: 1.4em 1.4em;
-moz-border-radius-bottomleft: 1.4em 1.4em;
border-bottom-left-radius: 1.4em 1.4em;
-webkit-border-bottom-right-radius: 1.8em 1.8em;
-moz-border-radius-bottomright: 1.8em 1.8em;
border-bottom-right-radius: 1.8em 1.8em;
height: 30px;
border-top: medium groove; } 
