/* Layout Stylesheet */ 

body {
 margin:5px;
 color: #613787;
 text-align:center;
 padding:0;
 font: 12px Comic Sans MS;
 }

#outer {
 border:0px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:15px;
 color: #613787;
 }

#bar {
 height:20px;
 color: #613787;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
	position:relative;
	background: #ffffff;
	color: #613787;
	width:650px;
	padding:0;
	background-image: url(images/Astral.JPG);
 }
 
#bodyblock2 {
 position:relative;
 background: #ffffff;
 color: #613787;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 width:80px;
 }
 
#cont {
 width:495px;
 height:410px;
 background:#ffffff;
 color: #613787;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }
#cont2 {
 color: #613787;
 text-align:center;
 background-image:url('../images/p_bkg.jpg');
 background-attachment: fixed;
 background-position: center center;
 background-repeat: no-repeat;
}
#cont3 {
 width: 570px;
 color: #613787;
 text-align:justify;
 background-image:url('../images/e_bkg.jpg');
 background-attachment: fixed;
 background-position: center center;
 background-repeat: no-repeat;
}
#cont4 {
 width:495px;
 height:410px;
 color: #613787;
 text-align:left;
 background-image:url('../images/c_bkg.jpg');
 background-attachment: fixed;
 background-position: center center;
 background-repeat: no-repeat;
 }

#ftr {
 height:20px;
 color: #613787;
 border-width:0px 0 0 0;
 margin:0;
 font-size: 15px;
 font-weight: bold;
 }
