body {
	background-color: #ffffff;
	margin:0px;
	left: 0px;
	top: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
#box {
	color: #000000;
	height: 540px;
	width: 780px;
	padding:5px;
	background-color: #00427b;
	position: relative;
	z-index: 10;



}
#bar {
	background-color: #333333;
	height: 50px;
	width: 100%;
	z-index: 1;
	position: relative;
	top: -50px;

}


#footer {
	clear: both;
	position: relative;
	height: 10px;
	width: 760px;
	top: -45px;
	margin: 0px;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	}
	
	#footer .noflash {
		float: left;
		text-align: left;
		}
	
	#footer .atom {
		
		text-align: right;
		}
		
#address{
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	float:left;
	margin-left:5px;
	width:260px;
	
}
	
div.spacer {
  clear: right;
  font-size: 1px;
  line-height: 1px;
  margin: 0px;
  padding: 0px;
  }


.flash{
	color:#0000FF;
	font-size: 14px;
}

.flash:hover {
	color:#FFFFFF;
	text-decoraton:underline;
}

.flash:visited{
	color:#0000FF;
}

#smallbox {
	border: 2px solid #FFFFFF;
	height: 530px;
	width: 770px;
	left: 0px;
	top: 0px;

}

#logo {
	position:relative;
	height: 217px;
	width: 280px;
	left: -5px;
	top: 0px;
	text-align: left;

}

#text {
	position:relative;
	background-color: #FFFFFF;
	height: 290px;
	width: 280px;
	left: 0px;
	top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 2pt;

}

#lbox{
width:38%;
height:100%;
float:left;
}
#rbox{
width:62%;
height:100%;
float:right;
}

#bigimage{
	padding:10px 0px 0px 0px;
}

#atom{
	text-decoraton:none;
}