body {
  background:#eeeeee;
  font-family:Arial, Helvetica, sans-serif;
}

h1 {
  color: #660000;
}


#banner {
  background: #000000 url(../images/logo.jpg) no-repeat center;
  width: 100%;
  height: 50px;
}

#banner1 {
  background: #000000 url(../images/bigger-logo.jpg) no-repeat center;
  width: 100%;
  height: 50px;
}

#fade {
  background: #eeeeee url(../images/fade.jpg) repeat-x top;
}


#content-box {
  width: 680px;
/*  height: 500px; */
  background: #ffffff;
  margin: auto;
}

#main-content {
  padding: 10px 10px 10px 10px;
}

#left-aligned-img {
  float: left;
  padding-right: 10px;
}

#right-aligned-img {
  float: right;
  padding-left: 10px;
}
/* -------------------------------------------------------------------- */
/* News box */
#news-box {
  width: 640px;
  border: #FF9933 medium solid;
  padding: 5px;
}


/* -------------------------------------------------------------------- */
/* Menu */
#index-menu{
	width: 610px;
	height: 20px;
	padding-top: 5px;
}

#header_links{
	width: 610px;
	height: 80px;
}
#header_surround{
	width: 680px;
	height: 21px;
	background-color:#CC9966;
	padding-top: 2px;
	text-align: center;
}
#header_links ul{
	list-style:none;
	padding:0px;
	margin:0px;

}

#header_links ul li {
	display:inline;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
}
#header_links ul li a {
	display:inline;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#header_links ul li a:hover {
	display:inline;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#index-content-main{
	margin-top: 15px;
	width: 600px;
	padding: 0 10px 0 10px;
}

#index-content-text{
	width: 525px;
	float: left;
	margin-right: 11px;
}

/* -------------------------------------------------------------------- */
/* FOOTER */

#footer{
	width: 670px;
    background: #cccccc;
    color: #000000;
    padding-left:10px;
	font-size: 12px;
}

#footer-links{
	width: 680px;
	float: left;
	font-size: 11px;
}

#footer-links a{
	text-decoration: none;
	color: #666666;
}

#footer-links a:hover{
	text-decoration: underline;
}

ul#footer-links{
	margin: 0px;
	padding: 20px 0px 0px 35px;
	list-style: none;
	color: #F7A800;
}

ul#footer-links li{
	float: left;
}

#caption {
    text-align: left;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}
