/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding: 0;
 background-image: url(images/sunburstbkgrnd.gif);
 background-repeat: no-repeat;
 background-position: center;
 color: #CC3300;
 text-align: center;
 }

#bar-top {
 width: 100%; 
 height: 50px; 
 background: transparent;
 color: #CC3300;
 border: solid #CC3300;
 border-width: 0; 
 margin: 0;
}

#bar-bottom {
	width: 100%;
	height: 50px;
	position:relative;
	background: transparent;
	color: #CC3300;
	border: solid #CC3300;
	border-width: 0px 0;
	left: -1px;

 }

#content { 
 height: 600px; 
 position:relative;
 border: solid #CC3300; 
 border-width: 2px 2px; 
 background: #ff9966;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 }

#bottombox {
	width: 500px;
	height: 100px;
	position:center;
	background: #ff9966;
	color: #CC3300;
	border: solid #cc3300;
	border-width: 2px 2px; 
	left: 3px;
