/*********************************
	Scotland by Camper Print Formatting Stylesheet
	
	Author - Cameron Yule

	Last Modified - 21.12.2004


	CSS Hacks Used (All occurences flagged with comments):

	Star-HTML Hack (IE Only)
	http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html
	
	Min-Height Hack
	http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php

	Backslash-In-A-Comment Hack (Hide from IE Mac)
	http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html

**********************************/

/* PAGE SETUP */

html, body {
	text-align: center;
	background-color: #fff;
	margin: 0;
	}

#container {
	/* Container Div, Centered Horizontally */
	width: auto;
	margin: 20px auto 0 auto;
	text-align: left;
	}

#header {
	display: none;
	float: none;
	}

#navigation {
	display: none;
	}

#content {
	float: none;
	width: auto;
	margin: 0 0 5px 0;
	}

#content #aboutleft {
	float: none;
	width: auto;
	}
#content #aboutright {
	float: none;
	width: auto;
	}

#content table {
	width: auto;
	margin: 10px;
	}


#footer {
	width: auto;
	text-align: right;
	}


#footer #subcontent {
	text-align: left;
	padding: 0 0 0 170px; 
	}
#footer #subcontent #welcome {
	/* Index Welcome Text */
	float: none;
	width: auto;
	}
#footer #subcontent #localinfo {
	/* Index Local Weather Info */
	float: none;
	width: auto;
	}
#footer #subcontent #localinfo dl {
	float: none;
	width: auto;
	}
#footer #subcontent #localinfo dl dt {
	float: none;
	width: auto;
	}
#footer #subcontent #localinfo dl dd {
	float: none;
	width: auto;
	}
#footer #subcontent #family {
	float: none;
	width: auto;
	}
#footer #subcontent .van .desc {
	float: none;
	width: auto;
	}



body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	}
a { 
	color: #6B6D6E;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #000;
	}
img {
	display: none;
	}