/*
      Yay! A Style Sheet for cdsband.org
	  D. Pote, 2010
*/

* { padding: 0; margin: 0; }

body {
background: #87d2de url(images/background.jpg) no-repeat center top;
width: 100%;
margin: 0px;
padding: 0px;;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #303030
}
a:link {
	color: #0000AA;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5555AA;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#header {
 width: 960px;
 float: left;
 padding: 0px;
 height: 200px;
 margin: 0px 0px 0px 0px;
}
#content { 
 margin: 0px 0px 0px 0px;
 padding: 25px;
 padding-top: 0px;
 width: 522px;
 float: left;
 background: #FFFFFF;
 min-height: 1510px;
}
#sidebar { 
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 20px 0px 20px;
 padding-top: 0px;
 width: 347px;
 display: inline;
 background: #ffffff;
 border-left:1px dotted #d3d3d3;
 height: auto;
}

#older-news {
	text-align: center;
	font-size: 14pt;
	background: 
}
#footer { 
 width: 940px;
 clear: both;
 background: #ff0000 url(images/footer-background.jpg) repeat-x;
 margin: 0;
 padding: 10px;
 text-align: center;
 color: #F0F0F0;
}

#content-full { 
 margin: 0px 0px 0px 0px;
 padding:0 130px 0 130px;
 width: 700px;
 float: left;
 background: #FFFFFF;

}
#nav ul {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: White;
  float: left;
  width: 960px;
  font-family: helvetica,arial,sans-serif;
  font-size: 1em;
}
#nav ul li {
  display: inline;
}
#nav ul li a {
  border-right: 1px solid #cccccc;
  padding: 0.2em 1em;
  background-color: #ffffff;
  color: #28a2b5;
  text-decoration: none;
  float: left;
  font-weight: bold;
}
#nav ul li a.current{
	background-color:  #FFFFFF;
	color: #ff0000;
}
#nav ul li a:hover {
  background-color: #e3e3e3;
  color: #ff0000;
}
.major-title {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20pt;
	font-weight: bold;
	color: #da0008;
    border-bottom:1px solid #e3e3e3;
}
.news-title {
	font-size: 18pt;
	color: #129bb3;
	margin-top:0px;
    font-style:italic;
    font-weight:bold;
    font-family:Georgia,Garamond,Times,Serif;
    padding-bottom:6px;
}
.news-date{
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}
.news-text{
	margin-bottom: 25px;
    margin-top:10px;
    line-height:1.4em;
}

/* sidebar table: three columns */

.sidebar-table {
	padding: 5px;
	text-align: center;
	margin: auto;
	}
.sidebar-table tr td  {
	padding: 0px 0px 0px 5px;
	text-align: center;
	}
.sidebar-table tr td img {
	max-width: 90px;
	vertical-align: center;
	border-style: none;
}
.sidebar-list {
	margin-left: 45px;
}
	
.content-table{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 10;
	width: 100%
}
.content-table tr td {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: left;
}
	


