/* colors ...
text: #fff
links:  #FFCC33
page titles: #FF2E00
header, menu, footer background: #444
menu hover bg: #222
*/

body {
  background: #000 url('../images/8.gif') top left repeat-x;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
  color: #fff;
}

p, blockquote, li, h3, form, fieldset {
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
  font-size: 12px;
  line-height: 1.3em;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

p.pad {
padding: 2em 0;
color: #000;
}

fieldset { border: 0; }
.contact p { padding: 0; }
.contact input, .contact textarea {
background: #fff;
border: 1px solid #999;
}
.contact label { 
padding: 5px 0; 
width: 100px; 
display: block;
float: left;
}
.contact br { clear: left; }
.contact h2 { font-size: 1.2em; color: #FFCC33; font-weight: bold; }

.contactthnx { font-size: 12px; color: #FFCC33; }

img { border: 0; }

a, a:link, a:visited {
  color: #FFCC33;
  text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#content {
  padding-top: 2em;
  width: 365px;
  padding: 30px 0 30px 30px;
  position: relative;
}

#newscontent {
  padding-top: 2em;
  padding: 30px;
}

p.col1 {
  position: absolute;
  right: -340px;
  top: 3em;
  width: 290px;
}

.col1 img {
padding-bottom: 10px;
}

h1, h2, h3, h4, h1 a, h1 a:visited, h1 a:link {
  font-family: "lucida grande",trebuchet-ms, verdana, sans serif;
  color: #FF2E00;
}

h1 {
  font-weight: bold;
  font-size: 1.4em;
}

h2 {
  font-weight: normal;
  font-size: 1em;
}

h3 {
  font-weight: normal;
  font-size: 1em;
}

h3 a {
  border: 0px;
  font-weight: normal;
}

h1 a, h2 a {
  border: 0px;
}

h4 {
  padding: 0;
  margin: 1em 0 0 0;
  font-weight: normal;
}

#newslist h1 {
  font: 13px normal "lucida grande",times roman,serif;
}
#newslist h1 a, #newslist h1 a:visited, {
  color: #FFCC33;
}

blockquote {
  margin-left: 20px;
  margin-right: 0px;
}

#container {
  width: 740px;
  margin: 29px auto 20px auto;
  border: 1px solid #444;
}

#head {
  text-align: center;
}

#head h1 {
  background: #444;
  text-align: right;
  padding: 15px 20px;
  margin: 0;
}

#topmenu {
  background: #444;
  text-align: center;
}

#topmenu ul {
list-style-type: none;
margin: 0 auto;
  text-align: center;
padding: 8px 10px;
}

#topmenu li {
display: inline;
padding: 10px 5px;
}

#topmenu a {
  font-size: .8em;
  text-transform: lowercase;
  text-decoration: none;
padding: 10px 5px;
}

#topmenu a:hover {
background: #222;
}

#foot {
  clear: both;
  padding: 3px;
  text-align: center;
  background: #444;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

.caps {
	letter-spacing: 0.1em;
	font-size: 10px;
}

#content hr {
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider {
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error { 
	background-color: #ffa 
}

div.comments_error {
	border: 1px solid #cc8;
	padding : 0.3em;
}