* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

#content a:link {
	color: #000000;
}

#content a:visited {
	color: #000000;
}

body { 
	background: #333333; 
}

#container { 
	background: url(../images/bg.gif) repeat-y; 
	width: 909px;
	margin: 0 auto; 
} 

#header { 
	height: 143px; 
	background: url(../images/header.gif) no-repeat; 
} 

#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;
}

#footer { 
	background: url(../images/footer.gif) no-repeat; 
	height: 143px; clear: both; 
} 

#content { 
	width: 609px; 
	float: left;
	padding-bottom: 4%;
} 

#margin { 
	width: 300px; 
	float: left;
	text-align: center;
}

form {padding:10px;}
form ul li {list-style:none;padding-left:20px;}
.form{border:1px solid #999;height:20px;}
.submit {font-family:serif;font-size:15px;font-weight:bold;color:#666;type:button;background:#fff;}
.hidden{visibility:hidden;}