body {
 padding: 10px;
  margin: 0; 
  font-size: 12px; 
  font-family: tahoma, sans-serif; 
  letter-spacing: 1px; 
  line-height: 160%; 
  background:#006633; 
  color: #454545; }

#container { 
width: 920px; 
padding: 10px;
 background: #ffffff; 
 margin:0 auto;
 border: 1px solid #aaaaaa; 
 }
#header { height: 70px; }

#wrapper {
	width: 920px;
	background: #ffffff;
	
}
#left {
	float: left;
	width: 220px;
	margin:5px 0 10px 0;
	padding:8px;
	background:#F7FFCF;
	border:1px solid #000000;

	}
	
#content {
	float: left;
	width: 650px;
	margin:5px 10px 10px 5px;
	padding:5px;
}

.article {
	width: 305px;
	float:left;
	margin:5px 0 10px 7px;
	padding:5px;
	border:1px solid #e7d487;
	}
#content .article img
{ width:100px; 
height:70px;	
border:1px solid #cccccc;
margin:5px;
	}

.clear{clear:both; height:0px;}
h3{
	font-size: 13px;
	color:#333333;
	display:inline;
}
p, ol, ul {
	line-height: 20px;
	text-align:justify;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li { width:220px;
	padding: 2px 0 5px 0;
	border-bottom:1px dotted #444444;;
}

ul li.first {
	background: none;
}

#content img {
	float: left;
	margin:0px;
	width:125px;
	height:125px;
}

#logo 
{	width: 350px;
 float: left;
 margin-top:15px; 
 }
#navbar {
width:570px;
float:right;
height: 40px;
 margin-top:15px; 
}
#in-header {
	background:#a52635 url("../images/bingosite.gif") top right no-repeat;
	height: 182px;
	margin-top:1px;
	border-bottom:2px solid #000000;
  }

#footer { 
 padding: 5px;
  border-top:#cccccc 1px solid;
  background-color:#111111;
  height:50px;
  }
#logo h1 {
	margin: 0;
	padding: 10px 20px 0 10px;
	font-weight: normal;
	font-size: 40px;
	color:#a52635;
  }
 #logo h1 a{
   color:#006666;
   text-decoration:none;
   }
    #logo h1 a:hover{
   color:#993300;
   text-decoration:none;
   }
   
#in-header h2 {
	color: #000000;
	margin:0;
	padding-left: 25px;
	padding-top: 65px;
	font-size:24px;
	line-height: 17px;
}

#footer p 
{
	color: #FFFFFF;
	font-size: 11px;
	text-align:right;
}
input {
 border: 1px solid #c0c0c0; 
 color: #454545; 
 font-size: 11px;
  letter-spacing: 1px;
   }
input.searchText 
{ width: 150px; 
height: 18px;
 padding-top:2px; 
 border:#cccccc 1px solid; 
}
input.searchSubmit
 { color: #0080c0;
  background: #fff;
   	border: 1px solid #fff;	
	font-size: 12px; 
	width: 50px; 
	height: 19px; 
	  }
#navbar ul { list-style : none; }
#navbar li 
{
	padding-top: 3px;
	padding-bottom: 4px;
	border-right: 1px solid #fff;
	float: right;
	width:100px;
	height:30px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	margin-top:5px;
	background:#000000;
  }
#navbar li.active 
{
	background:#000000;
	color: #ffffff;
	padding-bottom: 4px;
  }
  #navbar li:hover
{
	background:#a52635;
	color: #111111;
  }
a:link, a:active, a:visited {
	color: #a52635;
	text-decoration: none;
}
a:hover {
	color: a52635;
}
#navbar a:link, #navbar a:active, #navbar a:visited { color: #ffffff; } 
#navbar a:hover{color: #ffffff; text-decoration:none;}

