/*
 body {
   font: 11px tahoma;
   background: #ffffff;
   margin: 0 auto;
   padding: 0;
} 
*/
body {
	background-color: InfoBackground;
	font-family: sans-serif;
	font-size: 1.05em; /*The em means the width of an "M"*/
	margin: 0 auto;
	padding: 0;
}


#frame {
	margin: 0 auto;
	padding:0;
	width:876px;
}

#container
{
	margin: 0; /* does 0 top bottom with 100 on left and right*/
	border: groove; /*the inlathe border look*/
	padding: 0px 40px 0px 40px; /*Gives the text this margin on left and right*/
	background-color: White;
	width:790px;
}

p {
	text-indent: 0;
}

#content {
	min-height:300px;
}

#rotating_image {
	float:left;
	margin:5px;
	margin-right:10px;
}

.centeredHeader {
	text-align: center;
	color: #7C7C7C;
	font-size : 12px;
	font-weight: bold;
}

#menu1 {
       margin-left:auto;
       margin-right:auto;
	   width:760px;
	   
}

.item1 {
padding-left:10px;
padding-right:10px;
}

.whitespace {
	height:60px;
}

.share {
	text-align: right;
}

	

#footer {
    clear: both;
    width: 790px;
    text-align: center;
    color: #ffffff;
	background: #B6B700;
    margin: 0; /* does 0 top bottom with 100 on left and right*/
	border: groove; /*the inlathe border look*/
	padding: 0px 40px 0px 40px; /*Gives the text this margin on left and right*/

}

.button{
    border: ridge 2px #888;
    text-align: center;
    font-size : 10px;
}

.boldHeadings{
	font-weight: bold;
}
