/* Style Sheet written by Scott Tylor, Click Creative for Strathallyn Homes web Site */

body
		{
		background-color: #494949;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: 222222;
		margin: 0px;
		text-align: center;
		padding-bottom: 40px;
		}
		
.mainTable
		{
		width: 800px;
		}
		
.topPanel
		{
		height: 153px;
		background-image: url(../img/topPanel.gif);
		background-repeat: no-repeat;
		}
		
.menuPanel
		{
		height: 23px;
		}
		
.bannerPanel
		{
		height: 115px;
		background-image: url(../img/banner.jpg);
		background-repeat: no-repeat;
		}
		
.content
		{
		height: 300px;
		background-image: url(../img/tile.jpg);
		background-repeat: repeat-y;
		padding: 30px;
		padding-top: 20px;
		text-align: justify;
		vertical-align: top;
		}
		
.bottomPanel
		{
		height: 207px;
		background-image: url(../img/bottomPanel.jpg);
		background-repeat: no-repeat;
		text-align: right;
		vertical-align: bottom;
		}
		
.footerText
		{
		color: #999999;
		padding-bottom: 10px;
		padding-right: 12px;
		}
		
img
		{
		border: none;
		}
		
H1
		{
		font-size: 12px;
		font-weight: bold;
		color: #7b7100;
		padding-bottom: 6px;
		}
		
H2
		{
		font-size: 11px;
		color: #7b7100;
		}
		
H3, H4
		{
		font-size: 10px;
		font-weight: bold;
		color: #333333;
		}
		
a
		{
		text-decoration: underline;
		}
		
a:link
		{
		color: #7b7100;
		}
		
a:active
		{
		color: #7b7100;
		}
		
a:visited
		{
		color: #7b7100;
		}
		
a:hover
		{
		color: #b1a303;
		}