html, body {
  height: 100%;
  width: 100%;
}

body{
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	background-color: #FFFFE3;
}

/* Some general settings for appearance of html elements*/

h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
      margin-bottom: 10px;
}

h2 {
	margin: 10px 0px 5px 0px;
	font-size: 1.2em;
	line-height: 1.3em;
}

h3 {
	margin: 5px 0 3px 0;
	font-size: 1em;
	font-weight: bold;
}

a img {
	border: none;
}

a, a:link, a:visited {
	text-decoration: underline;
      color: #674852;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
      color: #C3ACB2;
}

acronym {
	cursor: help;
	text-decoration: underline;
}

ul, ol {
	margin: 0;
      padding: 0;
}

ul>li {
      margin-left: 1.2em;
      list-style-image: url(grfx/circle.gif);
      list-style-position: outside;
}

ul li {
	margin-top: 0.4em;
      margin-left: 1.2em;
      list-style-image: url(grfx/circle.gif);
      list-style-position: outside;
}

ol>li {
      margin-left: 1.2em;
      list-style: decimal;
      list-style-position: outside;
}

ol li {
	margin-top: 0.4em;
      margin-left: 1.2em;
      list-style: decimal;
      list-style-position: outside;
}
/* ... and the most general text setting is...  */
p {
margin: 0.5em 0em 0.5em 0em;
}

/* Some classes for the positioning of elements*/

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.absbottom{
	position: absolute;
      bottom: 0px;
      right: 15px;
      line-height: 1.3em;
}
.spacer{
	width: 1px;
      height: 20px;
}

.csc-searchform {
	padding-top: 20px;
}

.absanchor {
	position: absolute;
}

/* Some classes for the coloring of elements*/

.friendlywhite {background-color: #FFFFE3; }

.bedroom {background-color: #75A08C; color: white; }

.livingroom {background-color: #C3ACB2; color: white; }

.livingroomaccent {background-color: #674852; color: white; }

.kitchen {background-color: #EEBF7C; }

.bathroom {background-color: #6791A2; color: white; }

.bathroomaccent {background-color: #596778; color: white; }

.important {
	font-weight: 600;
      color: #666666;
}

.clearfloat {clear: both;}

/* And from here the more individual settings */

#header{
	height: 155px;       /*Height of header = 600 - maincontainerHeight*/
	text-align: left;
	padding: 0;
      padding-top: 50px;
      width: 100%;
      color: #674852;
}


#header h1{
	margin: 0;
	padding: 10px;
      letter-spacing: 1px;
}

#header h3{
	margin: 0;
	padding: 0 0 0 10px;
}

#header img{
	float: right;
      margin: 0;
      padding: 10px ;
      visibility: hidden;
}

#header a {
	text-decoration: none;
}

#maincontainer{
      width: 780px; /* Set this to sum of the 3 Left Middle Right ColumnWidth + unused space to the right*/
/*      height: 410px;        */
	margin: 0 auto auto 0; /*Left align content on page*/
}

#bottom-box {
	width: 100%;
      height: 35px;
      background-color: #674852;
      color: #C6C4BA;
      text-align: left;
      padding-top: 5px;
}

#navi {
	height: 30px;
      width: 557px;
      margin-left: 228px;
	visibility: hidden;
}

#navi a {
	float: left;
      width: 81px;
      line-height: 1em;
}

#contentwrapper{
	float: left;
	width: 100%;
      height: 288px;
      background-color: white;
      background-position: top left;
	background-repeat: repeat;
      background-image: url(grfx/bg_content.jpg);
}

#leftcolumn{
	position: relative;
	width: 220px; /*Width of right column in pixels*/
	margin-left: 8px; /*Margin for left column. Should be unused space to the left*/
      height: 280px;
      padding-top: 2px;
      text-align: right;
      overflow: hidden;
}

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:visited {
	text-decoration: none;
      font-weight: bold;
}

#leftcolumn a:hover, #leftcolumn a:focus, #leftcolumn a:active {
	text-decoration: none;
      font-weight: bold;
      color: white;
}


.active a {
	text-decoration: none;
      font-weight: bold;
      color: white;
}

#leftcolumn p {
	margin: 0;
}

#leftcolumn img {
	margin-bottom: 3px;
}

#middlecolumn{
	float: left;
	width: 525px; /*Width of middle column*/
	margin-left: -553px; /*Set margin to -LeftColumnMarginLeft-MiddleColumnWidth */
	font-family: 'Times New Roman',Times,serif;
      font-size: 11pt;
      line-height: 13pt;
      position: relative;
	overflow: visible;
}


#rightcolumn{
	position: relative;
	float: left;
	width: 20px; /*Width of right column in pixels*/
	margin-left: -28px; /*Set margin to -(RightColumnWidth + unused space to the right)*/
      height: 280px;
	margin-right: -30px;  /*Required for IE, ... inner div.... */
      vertical-align: bottom;
      overflow: hidden;
	visibility: hidden;
}

#rightcolumn img {
	padding-bottom: 28px;
}


#footer{
	clear: left;
	width: 100%;
      height: 92px;
      padding: 0;
	padding-top: 2px;
      text-align: right;
      color: #999999;
	visibility: hidden;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
      font-weight: bold;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
      font-weight: bold;
}