/*
Style Sheet for Cairn Designs Holding Page
© Mike Evans, Cairn Designs 2014
*/
body {
					background-color: #eeeeee;
		 			color: #000000;
		 			font-family: Arial, Helvetica, sans-serif;
		 			font-size: 15px;
		 			font-weight: normal;
		 			text-decoration: none;
		 			}

#container {
					 	margin: auto;
						margin-top: 6px;
						width: 999px;
						border: 1px solid #cccccc;
						background-color: #ffffff;
						position: relative;
						}

#copytext {
					margin: auto;
					padding: 5px;
					clear: both;
					}
#copytext a {
					color: #3366ff;
					text-decoration: none;
					}
#copytext a:hover {
					color: #555555;
					text-decoration: underline;
					}
#copytext p {
					font-size: 12px;
					color: #555555;
					text-align: center;
					}

#header {
				height: 110px;
				z-index: 9999;
				}
#header img {
				width: 999px;
				height: 80px;
				z-index: 9999;
				}

#maincontent {
						 margin: 0px 5px 0px 5px;
						 min-height: 550px;
						 }
#maincontent h1 {
						 font-size: 22px;
						 margin: 30px 0px 10px 0px;
						 color: #999999;
						 text-align: center;
						 }
