/*GENERAL===============================================*/
body{
background: #5998D3;
margin: 0;
padding: 0;
font-size: 70%;
font-family:Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
a:link, a:visited, a:active{
	color:#ffffff;
	text-decoration:none
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*POSITIONING============================================*/
#container {
	width:800px;
	position:absolute;
	left:0px;
	top:2px;
	background: #00274D;
	/* background: #00274D; */
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	margin: 0 auto;
}

#extraDiv1{
	width:67px;
	height:269px;
	position:absolute;
	left:-56px;
	top:0px;
	background: transparent url(images/steinerbg.jpg) no-repeat;
}

#nbe {
	margin-top:10px;
	margin-left:380px;
	padding-bottom:10px;
	border-left:1px solid #595959;
	border-bottom:1px solid #595959;
}
#nbe2 {
	margin-top:10px;
	padding-bottom:10px;
	border-left:1px solid #595959;
	border-bottom:1px solid #595959;
}
#small_links{
	width:269px;
	position:absolute;
	left:10px;
	top:337px;
	border:1px solid #595959;
	padding:2px;
}
#small_links img{
	padding:5px;
}

#content{
	border:1px solid #E7BD58;
	margin:5px;
}
#inset{
	border:1px solid #595959;margin:10px;width:110px;float:left;display:inline;
}
#inset .subtext{
	font-weight:bold;	text-align:center;background: transparent url(images/footer.jpg) center left;
}
