/* CSS Document */
/* Style sheet designed from "Build a Better Website" Summer_Fall 2008
    Putting CSS into practice - pp. 70-79 (and beyond)  BT-08/06/2009  */
	



#container  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#FFFFFF;
	padding: 5px;
	
}

body {
	text-align: center;
	
	
	background-attachment:fixed;
	background-color: #FFD2D2; /* Color change BT-17Jun2011  */
	background-image:url(/rhs1970/images/lightred_bulldog.gif);
	background-repeat:repeat;

	
	
}


#header {
background-color:#CC0000; /* Color change BT-17Jun2011  */

 /* Color change BT-15Dec2010  */

}




#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
	clear:both;
	padding-left: 10px;
}



#widemenu {
	background-color:#dddddd;
	margin-bottom: 10px;
	height: 25px;
	
}




#widemenu ul li{
	float: left;
	list-style-type:none;
	padding: 5px 30px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
			
}


#widemenu ul {
	margin: 0px;
	padding: 0px;
	
}


#widemenu ul li a {
	color:#000000;
	text-decoration:none;
	
}


#widemenu ul li a:hover {
	color: #990000;
}




#content
{
  float: left;
  width: 560px;
  background-image: url('../images/lightergreen.gif');
  background-image:url(../rhs1970/images/red.gif); /* Color change BT-17Jun2011  */
  padding: 15px;
  background-repeat: repeat-x;
}

#sidebar {
	float: right;
	width: 180px;
	padding-bottom: 10px;
	padding-left:20px;
	
}

#footer_retire_aug09 {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 160px;
	padding-top: 10px;
	
}
	
	
#footer {
	clear: both;
	background: #dddddd;
	/* color: #CCCC66;   */
	
	
	
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;

}

#footer_email {
color:#660000;
}


#page_heading  
{
  
}

h1
{
  font-size: 1.2em;
}