body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1 em;
	text-align:center;
	color:#343031;
}

#wrapper {
	width:760px;
	margin:0 auto;
	margin-top:40px;
}

a {
	color:#ffcc33;
	text-decoration:none;
	border-bottom: 1px dotted #ffcc33;
}

a:hover {
	color:#999999;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat:
	width:760px;
	height: 75px;
	text-align:right;
	padding:60px 60px 0 0;
}

ul#navigation {
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	display:block;
}

ul#navigation li {
	display:inline;
	color:#e6e6e6;
}

ul#navigation li a {
	color:#000;
	text-decoration:none;
	border:none;
}

ul#navigation li a:hover {
	color:#999999;
	border-bottom:2px solid #ffcc33;
}

ul#navigation li a.active {
	color:#999999;
	border-bottom:2px solid #ffcc33;
}

h1 {
	font-size:18px;
	color:#ffcc33;
}

h2 {
	font-size:18px;
	color:#ffcc33;
	margin:0 0 10px 20px;
	padding:0;
}

h3 {
	font-size:13px;
	margin:0;
	padding:0;
}

h4 {
	font-size:18px;
	color:#ffcc33;
	margin:0 0 10px 0;
	padding:0;
}

#content {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#000;
}

#text {
	width:356px;
	float:right;
	font-size: 12px;
	color:#fff;
	background-color:#343031;
	margin-right:4px;
	padding:15px 10px 5px 15px;
	height:259px;
}

* html #text {
    margin-right:0px;
}


#text2 {
	width:356px;
	float:right;
	font-size: 14px;
	color:#fff;
	background-color:#343031;
	margin-right:4px;
	padding:15px 10px 5px 15px;
	height:259px;
}	

* html #text2 {
    margin-right:0px;
}

p {
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:12px;
}

#flash {
	margin:0;
	padding:-3px;
	margin-left:3px;
}

* html #flash {
    background-color:#343031;
}

#bottom {
	height:205px;
	background-image: url(../images/bottomBack.gif);
	background-repeat: no-repeat;
	text-align:left;
	padding:10px;
	clear:right;
}

#bottom table {
	margin:0 0px;
}

#bottom table td {
	padding:0 20px;
	vertical-align:top;
}

#bottom table td.left {
	border-right:1px solid #e1e0e0;
	width:324px;
}

#bottom img {
	margin:0 15px 10px 0;
	text-align:center;
}

#footer {
	color:#999999;
	font-size: 10px;
	clear:both;
	margin-top:40px;
}

#adminBar {
  position:absolute;
  text-align:left;
  width:250px;
  right:0px;
  top:0px;
  background-color:#FBC027;
  padding-left: 2px;
  z-index: 101;
  color:#343031;
  font-size:11px;
}

#adminBar a {
  color:#343031;
}

#adminBar a:hover {
  color:#000;
}

.newsScroll {
  height:200px;
  overflow: auto;
}

.newsScroll p {
  padding:0;
  margin:0;
}
