/* Layout Stylesheet */ 

img {
 margin-left:5px;
 margin-top:5px;
 margin-right:22px;
 margin-bottom:10px;
 float:left;
 }

img.right {
 margin-left:22px;
 margin-top:5px;
 margin-right:5px;
 margin-bottom:10px;
 float:right;
 }
 
img.footer {
 margin-left:5px;
 margin-top:5px;
 margin-right:5px;
 margin-bottom:5px;
 }

img.bigleft {
 margin-left:35px;
 margin-top:5px;
 margin-right:5px;
 margin-bottom:5px;
 }

body {
 margin:0px;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 color: #000033;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:center;
 width:568px;
 margin-top:50px;
 }

#hdr {
 height:60px;
 background-color:none;
 color: #000033;
 }

#bar {
 height:40px;
 background-color:none;
 color: #000033;
 text-align:center;

 }
 
#bar2{
 height:10px;
 background-color:none;
 color: #000033;
 text-align:center;

 }
 
#Gal{
 background-color:#000033;
 color: #000033;
 margin-left:14px;
 width:568px;
 height:400px;
 overflow:auto;
 padding:10px;
 }

#ftr {
 height:60px;
 margin-left:30px;
 background-color:none;
 color: #000033;
 }
 
 img.gallery{
 margin-left:10px;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:10px;
 width:160px; 
 height:140px;
 }
 
 img.main{
 margin-left:32px;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:10px;
 width:500px; 
 height:131px;
 }
 
 h3, p {
 margin-top:0px;
 color:#FFFFFF;
 font-family:"Trebuchet MS";
 }

 p.justify{
 text-align:justify;
 }
 p.center{
	text-align:center;
	position:absolute;
	left: 471px;
	top: 214px;
	width: 498px;
 }
 
 a.head{
  color: #FFFFFF;
  text-decoration:none;
 };
 
 a.body{
  color: #FFFFFF;
  text-decoration:underline;
 };

 a:hover {
  color: #AABBDD;
  text-decoration:none;
 }
