﻿/* swsalayout.css */
body {
	margin: 0px;
	height: 100%;
	text-align: center;
	
	background-image: url(http://www.swsa.org.uk/fawleybg.jpg);

}

html{
	margin: 0px;
	height: 100%;
}

#frame {
	width: 1000px;
	margin-right:auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	background: #f8f8f8;
	border: 2px solid #818183;
}



#heading
	{
	width: 1000px;
	left: 0px;
	height: 100px;
	padding: 0;
	margin: 0;
	background: #f8f8f8;
	border: 0px solid #000;
	}

#menu
	{
	top: 115px;
	left: 0px;
	height: 40px;
	width: 1000px;
	border: 0px solid #000;
	background: #f8f8f8;
	z-index: 5;
	}

#content
	{
	top: 155px;
	left: 0px;
	height: auto;
	width: 996px;
	padding: 10px
	background: #f8f8f8;
	}

#content p, href, td
	{color: #202020;
	font-family: Arial, sans-serif, helvetica;
	font-size: 12px;
	}	

	
table.ind {border-color: #111111; height: 100px;}
table.officer {border-color: #111111;}	
table.light  {border-color: #C0C0C0;}


.styleleft {
	text-align: left;
	}
	
. stylecenter {
	text-align: center;
}	
