body {
  min-width: 1000px;
  max-width: 1200px;
  width: 98%;
  margin: auto;
}

div#header-region {
  background: transparent;
}

div#logo-floater > h1 > a > span {
  font-size: 1.5em;
}

div#wrapper {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}

div#wrapper > .tl, div#wrapper > .tr, div#wrapper > .bl, div#wrapper > .br
{
  width: 15px;
  height: 15px;
  position: absolute;
}

div#wrapper > .tl
{
  background: url(/files/roundleft.png) top left no-repeat;
  top: 1px;
  left: 0px;
}

div#wrapper > .tr
{
  background: url(/files/roundright.png) top right no-repeat;
  top: 1px;
  right: 0px;
}

div#center {
	margin-bottom: 1em;
}

div.left-corner {
	min-height: 1800px;
}

ul.links {
	font-size: .9em;
}

ul.links > li > a {
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

span.read-more {
	font-size: 1.2em;
}

div#squeeze {
	min-height: 1000px;
}

div.slideshow {
	width: 15em;
	background: transparent;
}

div.view-content {
	padding-top: 3em;
}

table.views-table {
	margin-bottom: 4em;
}

table.views-table > caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

li > a.menu-60 {
        font-weight: bold;
        color: red;
}
