body {
  background-color:#dcdcd2;
  margin:0;
  padding:0;
  text-align:center;
}



html {
  margin:0;
  padding:0;

}
#center {
  margin:0 auto;
  width:900px;
  text-align:left;
}

#logo {
  margin:20px 0 4px;
}
#main {
  height:598px;
  background-color:#fff;
  border:1px solid #999;
}

#menubar {
  height:40px;
  margin:6px 0 0 210px;  
}

#middle {
  height:248px;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
}

#submenu_1 {
  width:200px;
  height:100%;
  float:left;
  /* 
  moved to Templavoila
  background-color:#9ea889;
  */
}

#picture {
  float:left;
  width:698px;
}

#picture img {
  display:block;
}

#submenu_2 {
  width:200px;
  height:250px;
  float:left;
}

#content {
  float:left;
  width:460px;
  height:240px;
  padding:0 221px 6px 11px;
  background-repeat:no-repeat;
  background-position:bottom right;
}


* html #content {
  width:692px;
  height:251px;
}

#dotnavigation {
  clear:both;
  height:40px;
  padding:4px 0 0 210px;
}

#dotnavigation  ul {
  float:left;
}

#dotnavigation .pagelink {
  float:left;
  margin:10px 0 0 15px;
}
#footer {
  clear:both;
  float:right;
  margin:2px 1px 0 0;
}


div.csc-textpic-imagewrap { margin:0 !important; }
div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px !important; }

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0px;
}

fieldset {
	border:0px;
	padding:0;
	margin:0;

}
fieldset.csc-mailform {
	width:290px;
}


label {
	font-family:Arial,sans-serif;
	font-size:11px;
	width:80px;
	vertical-align:top;
	margin-top:3px;
	display:block;
	float:left;
}

div.csc-mailform-field input, 
div.csc-mailform-field textarea,
div.csc-mailform-field select {
	float:left;
	width:200px;
	border-width:1px;
	padding:1px;
	font-family:Arial,sans-serif;
	font-size:11px;

}

div.csc-mailform-field {
	clear:both;
	vertical-align:top;
}





