@charset "UTF-8";
/* CSS Document written by Scott Tylor, Click Creative, for Melbourne Audiology Centre web site */

body
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3f2c0e;
		margin: 0px;
		background-image: url(../img/bgTile.gif);
		background-repeat: repeat-y;
		background-color: #ca9a9d;
		}
		
.topPanel
		{
		background-image: url(../img/topPanelTile.gif);
		background-repeat: repeat-x;
		height: 47px;
		}
		
.imagePanel
		{
		background-image: url(../img/imagePanelTile.gif);
		background-repeat: repeat-x;
		height: 276px;
		}
		
.menuPanel
		{
		width: 260px;
		vertical-align: top;
		text-align: left;
		padding-bottom: 40px;
		}
		
.contentHolder
		{
		vertical-align: top;
		background-color: #ca9a9d;
		}
		
.content
		{
		height: 200px;
		background-image: url(../img/contentTopCorner.gif);
		background-repeat: no-repeat;
		padding: 20px 30px 30px 30px;
		background-color: #ffffff;
		vertical-align: top;
		text-align: justify;
		}
		
.content td
		{
		vertical-align: top;
		}
		
.footerPanel
		{
		height: 73px;
		background-image: url(../img/footerTile.gif);
		background-repeat: no-repeat;
		text-align: right;
		vertical-align: top;
		padding-top: 48px;
		padding-right: 14px;
		color: #FFFFFF;
		}

a
		{
		text-decoration: none;
		}
		
a:link
		{
		color: #b15874;
		}
		
a:active
		{
		color: #b15874;
		}
		
a:visited
		{
		color: #b15874;
		}
		
a:hover
		{
		color: #3f2c0e;
		background-color: #f6d8da;
		}
		
h1
		{
		font-size: 12px;
		color: #b15874;
		letter-spacing: 2px;
		width: 100%;
		background-image: url(../img/titleLine.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		font-weight: 200;
		text-transform: uppercase;
		}
		
h2
		{
		font-size: 11px;
		color: #3f2c0e;
		letter-spacing: 1px;
		width: 100%;
		border-bottom: dashed 1px #3f2c0e;
		}
		
h3
		{
		font-size: 11px;
		color: #b15874;
		letter-spacing: 1px;
		}
		
h4
		{
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		letter-spacing: 1px;
		}

p
		{
		text-align: justify;
		}
		
#name,#email,#phone,#comment
		{
		width: 300px;
		height: 18px;
		border: solid 1px #463110;
		background-color: #fef3e3;
		padding: 2px;
		font-size: 10px;
		color: #463110;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 140px;
		}
		
li
		{
		color: #b15874;
		padding-bottom: 8px;
		padding-right: 30px;
		}
		
td
		{
		vertical-align: top;
		text-align: left;
		}
