@import "../../js/dojo/dojo/resources/dojo.css";
@import "../../js/dojo/dojox/widget/FisheyeList/FisheyeList.css";

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

.outerbar {
	background-color: transparent;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 400px;
	width: 100%;
	height:400px;
}

body {
  margin: 0;
  padding: 0;
  background:  White no-repeat top center;
  font-size: 13px;
  color: #6a6246;
}

body, th, td, input, textarea, select, option {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
  font-weight: normal;
  color: #FED772;
}

h1 {
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 24px;
}

h2 {
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 24px;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  line-height: 200%;
}

blockquote {
  padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}

a {
  color: #FED772;
}

a:hover {
  text-decoration: none;
  color: #EBE6E3;
}

hr {
  display: none;
}


#main
{
	position: relative;
	height: 500px;
	left: 50%;
	top: 0;
	width: 1024px;
	margin-left: -512px;
	overflow: visible;
}