html {
  height: 100%;
  margin-bottom: 0px;
}

img {
	border: none;
	border-width: 6px;
	border-style: solid;
	border-color: white;
}

table {
	border: none;
	margin: 10px;
}

body {
	font-family: Georgia, "Trebuchet MS", sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #2c1a00;
	background: #f3f2e7;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #726d6a;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

input.button, .validate  {
	color: #666;
	background: #f1f1f1;
	border: 1px solid #999;
	font-size: 1.0em;
}

input.button:hover, .validate:hover  {
	background: #f9f9f9;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div.center {
	text-align: center;
	margin: 0 auto;
}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

/* ie and konqueror */
h2 {
	font-size: medium;
}

/* ------------------ */

.mod_navigation ul {
	padding: 0px;
	margin: 0px;
}

.mod_navigation .level_1 li {
	list-style-type: none;
	margin: 5px 0px;
}

.mod_navigation .level_2 li {
	list-style-position: inside;
	list-style-type: circle;
	margin: 5px 0px 5px 10px;
}

.ce_gallery h6 {
	text-align: center;
}

.ce_text .image_container {
	float: left;
	margin: 2px 15px 5px 0px;
}

.ce_gallery .image_container {
	margin: 10px;
}

.below {
	background: #f3f2e7;
	padding: 10px;
}

.below img {
	padding: 1px;
	border: none;
}

.enclosurebox {
	background: #e3e3d0;
	width: 60%;
	margin: 10px auto;
	padding: 2px 2px 1px 2px;
}

.enclosurebox img {
	float: left;
	border: none;
}

.enclosurebox p {
	text-align: center;
	margin: 7px 0px;
}

#rightcontent a {
	text-decoration: none;
}

.mod_breadcrumb {
	float: left;
}

#language_select {
	text-align: right;
}

#language_select img {
	border: 1px solid #726d6a;
}


/* ------------------ */

#maincontainer {
	float: left;
	width: 610px
}

#maincontent {
	padding: 5px 10px;
}

#rightcontainer {
	float: left;
	background: url(images/menumiddle.jpg) top left repeat-y;
	width: 160px;
}

#righttop {
	background: url(images/menutop.jpg) top left no-repeat;
	height: 9px;
}

#rightcontent {
	padding: 0px 15px;
}

#rightbottom {
	background: url(images/menubottom.jpg) top left no-repeat;
	height: 9px;
}

.invisible {
display:none;
}

/* ------------------ */

#templatewrapper {
	background: url(images/middle.jpg) top left repeat-y;
	margin: 0 auto;
	width: 870px;
	text-align: left;
}

#topcontainer {
	background: url(images/top.jpg) top left no-repeat;
	height: 40px;
}

#topcontent {
	padding: 20px 45px 0px 45px;
}

#logocontainer {
	background: url(images/header2.jpg) top left no-repeat;
	height: 230px;
}

#logocontent {
	padding: 180px 30px 20px 30px;
	text-align: right;
	font-size: 32px;
	color: white;
}

#middlecontainer {
	/* values */
}

#middlecontent {
	padding: 5px 40px;
}

#footercontainer {
	/* values */
}

#footercontent {
	padding: 0px 40px;
}

#bottomcontainer {
	background: url(images/bottom.jpg) top left no-repeat;
	height: 35px;
}

#bottomcontent {
	padding: 0px 40px 15px 40px;
}

/* temp */

.ce_text h1 {
	font-size: medium;
	padding 2px;
	text-align: center;
	padding-right: 40px;
}

.ce_text {
	border-bottom: 40px;
}

