/* Aspenwood CSS  - Layout */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	color: #333;
}

#wrapper {
	margin: 5px auto;
	width: 760px;
	background-color: #FFFFFF;
	color: #333;
	border: 1px solid #ccc;
	background-image:url(http://www.lochnesscottage.com/images/layout/aspenLeaves.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header {
	text-align: left;
	background-image: url(http://www.lochnesscottage.com/images/layout/topBanner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 121px;
}

#toptabs {
	text-align: right;
	padding: 5px 5px 0 0;
}

#logo {
	float: right;
	padding: 20px 5px 0 0;
	
}

#heading {
	text-align: right;
	padding: 0 5px 0 0;
	clear: right;
}

#heading h1 {
	margin: 0;
}

#flashcontent {
	width: 300px;
	font-size: .7em;
}

#container {
	text-align: left;
	background-image: url(http://www.lochnesscottage.com/images/layout/contLeftMarg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}


#content {
	text-align:left;
	float: right;
	width: 560px;
	padding: 15px 5px 0 0;

}

#mainnav {
	text-align:left;
	float: left;
	width: 180px;
	margin-top: -5px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
}

#navlist {

}

#navlist li {

}

#gallery {

}

#visitors {

}

#highlights {
	float: right;
	width: 180px;	
}

#highlights ul {
	margin: 0 0 0 25px;
}

#highlights ul li {
	list-style: disc url(http://www.lochnesscottage.com/blog/diamond.gif);
	color: #660099;
}

#content ul li {
	list-style: disc url(http://www.lochnesscottage.com/blog/diamond.gif);
	color: #660099;
}

#mapImage img {
	border: 1px solid #999;
}

.livingflash {
	float: right;
	width: 300px;
	margin: 5px;
	border: 1px solid #ccc;
}

.boxTop {
	background-image: url(http://www.lochnesscottage.com/images/layout/navBoxTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 22px 10px 0 10px;
	margin: 0 10px 0 10px;
}

.boxMid {
	background-image: url(http://www.lochnesscottage.com/images/layout/navBoxMid.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
}

.boxBot {
	background-image: url(http://www.lochnesscottage.com/images/layout/navBoxBot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 10px 15px 10px;
	margin: 0 10px 5px 10px;
}

#plug {
	clear: both;
	margin-bottom: 5px;
}

.imgNoFloat {
	border: 1px solid #ccc;
	margin: 5px;
}
/*Floats */
.floatRight {
	float: right;
	margin: 5px 5px 5px 10px;
	border: 1px solid #999;
}

.floatLeft {
	float: left;
	margin: 5px 10px 5px 5px;
	border: 1px solid #999;
}

.clear {
	clear: both;
}

.floatRightNoBdr {
	float: right;
	margin: 5px 5px 5px 10px;
	border: 0;
}

.floatLeftNoBdr {
	float: left;
	margin: 5px 10px 5px 5px;
	border: 0;
}

