* {
	margin:0;
	padding:0;
}
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img { 
	border-style: none; 
	behavior: url(png.htc);
}

/*li {
	margin-left: 25px;
}*/

body {
	background-color:#333333;
}

#h1 {
	font-size: 14px;
	font-weight: bold;
}

#container {
	height: 900px;
	width: 100%;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	height: 142px;
	width: 909px;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
}

#content {
	margin: 0 auto;
	width: 909px;
	height: 100%;
}

#home_content {
	margin: 0 auto;
	width: 909px;
	height: 759px;
} 

#sattabs {
	background-image:url(../images/buttonsrow.gif);
	background-repeat: no-repeat;
}

.indentmenu{
	font: 14px Arial;
	width: 909px;
	height: 35px;
}

.indentmenu ul{
	margin: 0 auto;
	float: left;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 7px 29px;
	text-decoration: none;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.indentmenu li a:hover{
	color: #000000;
	background: url(../images/hover.gif) center center repeat-x;
}

.indentmenu ul li a.selected{
	color: #FFFFFF;
	background: url(../images/buttonselected.gif) center center repeat-x;
}

#about {
	height: 396px;
	width: 300px;
	background-image:url(../images/about_background.png);
	background-repeat: no-repeat;
	float: left;
}

#about_content {
	height: 230px;
	width: 270px;
	margin-left: 14px;
	margin-top: 9px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#marquee {
	float: left;
	height: 396px;
	width: 609px;
}

#picture {
	height: 305px;
	width: 609px;
	background-image: url(../images/marquee.png);
	background-repeat: no-repeat;
}

#events {
	height: 91px;
	width: 609px;
	background-image: url(../images/event_background.png);
	color: #FFFFFF;
	font-size: 14px;
}

#upcoming_events {
	float: left;
	padding: 5px;
	width: 400px;
}

#breaking_news {
	float: left;
	padding: 5px 5px 5px 30px;
	width: 150px;
}

#picturetabs {
	height: 197px;
	width: 909px;
	background-image: url(../images/pictabbackground.png);
}

#meetings {
	height: 170px;
	width: 303px;
	margin-top: 27px;
	float: left;
	text-align: center;
}
	
#memberships {
	height: 170px;
	width: 303px;
	margin-top: 27px;
	float: left;
	text-align: center;
}

#newsletters {
	height: 170px;
	width: 303px;
	margin-top: 27px;
	float: left;
	text-align: center;
}

#footer {
	width: 909px;
	height: 130px;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
}