/* The Center's magic CSS!
   (c) SiBer, 2006 */

* {
  margin: 0; padding: 0;
}

body {
  background-color: white;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  text-align: center;
}

div#wrap {
  width: auto;
  margin: 0 auto;
  padding:0;
}

div#maincontent {
	background: white url("images/body.jpg") no-repeat fixed;
}

div#content {
  border:0;
  padding: 0 10px 0 10px;
}

h1 {
	font-size:1.3em;
	color:#cccc99;
	text-align: center;
	margin: 0 0 5px 0;
	font-variant:small-caps;
}

h2 {
	font-size:1em;
	color:#336666;
	text-align: center;
	font-style:italic;
}

h3 {
	font-size:.9em;
	color:#003333;
	text-align: center;
}

h3 a:link {
	font-size:.9em;
	text-decoration:none;
	color:#336666;
	text-align: center;
}

div#content p {
  text-align:justify;
  font-size:.85em;
  line-height:1.5em;
  padding:0 0 .8em 0;
}

div#noborder img {
	border: 0px;
}

img {
	border:1px solid #bc9b6a;
}

div.caption {
	font-size:.5em;
}

div#content a:link {
	text-decoration:none;
	color:#336666;
}

div#footer {
  clear:both;
  color:white;
  text-align:center;
  font-size:.8em;
}

p#opentracker {
	font-size:.4em;
	margin:3px 0 0 0;
}

p#opentracker a:link {
	color:#FFFFFF;
	text-decoration:none;
}

div.clearfloats {
  clear:both;
}