@charset "UTF-8";
/* CSS Document */
#container{
	background-color: #FFFFFF;

	width: 725px;
	position: relative;
	top: 5px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	right: 5px;
}

 p{
 font-size: 12px;
 }
 
  h2{
 font-size: 12px;
 }

#navbar {
	width: 725px;
	text-align:center;
	background-color: #FF9900;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    border-style: none;

	
}

#navbar a{

	text-align:center;
	background-color: #FF9900;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    border-style: none;

	
}

#banner{
	text-align:center;
	background-color: #FF9900;
	height: 80px;
	width: 725px;
	position: relative;
}

#flashbox{
	background-color: #FF9900;
	height: 30px;
	width: 725px;
	position: relative;
	top: 5px;
}

#mainbox{
	background-color: #FF9900;
	width: 725px;
	position: relative;
	top: 10px;
}
