body {
	background: #607386 url(_images/bg.gif) top repeat-x;
	margin: 0px auto;
	position: relative;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333333;
}

	#siteLayout{
		width: 770px;
		height: inherit;
	}		
		#siteHeader {
			background: url(_images/craigard-pitlochry.gif) no-repeat;
			width: 770px;
			height: 175px;	
		}
					
		#siteDisplay {
			width: 770px;
			background: url(_images/bgContent.gif) top repeat-y; 
			height: inherit;
			text-align: justify;
			padding: 0px;
		}
		
		#siteNavigation {
			float: left;
			width: 200px;
			padding-left: 15px;
		}
				.navigation {
					list-style: none;
					padding: 0px;
					margin: 0px 0px 15px 0px;
				}
				.navigation li{
					border-bottom: #cccccc 1px dotted;
					display: block;
				}
				.navigation li a, li a:visited{
					display: block;
					color: #5487bf;
					text-decoration: none;
					font-size: 14px;
					font-weight: bold;
					font-family: Arial, Verdana;
					padding: 5px 6px 5px 2px;
					list-style: none;
					display:block;
				}
				.navigation li a:hover{
					color: #5487bf;
					text-decoration: none;
					background-color: #f1f8ff;
				}
				.navigation .indent {
					padding-left: 5px;
					font-weight: normal;
					font-size: 10px;
					color: #333333;
				}
		
		#siteContent {
			float: right;
			width: 520px;
			padding-right: 20px;
		}
			
	
		#siteFooter {
			clear: both;
			width: 770px;
			background: url(_images/bgContent.gif) top repeat-y; 
			text-align:center;
			line-height: 20px;
		}
		
		#siteFooter a {
			color: #333333;
			text-decoration: none;
		}
		
		#siteFooter a:hover {
			color: #333333;
			text-decoration: underline;
		}
		
		#siteFooterImage {
			clear: both;
			width: 770px;
			height: 15px;
			background: #ffffff url(_images/bgFooter.gif) bottom no-repeat;
		}

	.alignmentWrap{
		width: 770px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}


TEXT STYLES{}

	h1 { font-family: Arial; font-size: 14px; font-weight: none; color: #000000; margin: 0px; padding-top: 0px; padding-bottom: 5px; }
	
	a {color:#333333; text-decoration:underline;}
	a:hover {color:#666666;}
	
	.logoPosition {
		width: 255px;
		height: 47px;
		margin-top: 73px;
		margin-left: 95px;
	}
	
	.imgLeft {
		float: left;
		margin: 0px 15px 10px 0px;
	}

	.imgRight {
		float:right;
		margin: 0px 0px 5px 15px;
	}
	
	.imgViews {
		float: left;
		margin-top: 5px;
		margin-right: 5px;
	}