@charset "utf-8";

/*Style sheet Barn and Pinn Cottage - About Us*/

body {
	min-width:600px;
	margin:0;
	background-color:#FFFFFF;
}
#container {
	position:absolute;
	width:100%;
	z-index:1;
	text-align:left;
	margin:0;
	height:100%;
}
#headerbg {
	position:absolute;
	width:100%;
	z-index:3;
	text-align:left;
	height:200px;
}
#header {
	position:absolute;
	width:100%;
	z-index:2;
	text-align:left;
	height:190px;
	right:4px;
	top:4px;
	background-image:url(images/image%20-%20header.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#title {
	position:absolute;
	width:700px;
	z-index:6;
	text-align:left;
	height:75px;
	top:60px;
	left:20px;
	background-image:url(images/image%20-%20title.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#navigation {
	position:absolute;
	width:700px;
	z-index:10;
	text-align:center;
	height:20px;
	left:20px;
	top:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#3366CC;
}

/*MAIN CONTENT*/

#mainbg {
	position:absolute;
	width:100%;
	z-index:5;
	text-align:left;
	height:890px;
	top:200px;
	min-width:900px;
}
#main {
	position:absolute;
	width:100%;
	z-index:4;
	text-align:left;
	height:890px;
	top:200px;
	min-width:900px;
	background-image:url(images/image%20-%20barnsketch.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#textblock1 {
	position:absolute;
	width:450px;
	z-index:6;
	text-align:left;
	height:420px;
	top:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	left:50%;
	margin-left:-450px;
	background-image:url(images/image%20-%20index1.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:450px;
}
#textblock2 {
	position:absolute;
	width:440px;
	z-index:6;
	text-align:left;
	height:440px;
	top:650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	left:50%;
	margin-left:-450px;
	background-image:url(images/image%20-%20index2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:450px;
	padding-right:20px;
}
#footer {
	position:fixed;
	bottom:2px;
	z-index:80;
	height:100px;
	margin:0 auto;
	right:5px;
	width:30px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}




/*LINKS*/

#navigation a{
	color:#3366CC;
	font-weight:bold;
	text-decoration:none;
	}
#navigation a span.two{
	color:#FFFFFF;
	cursor:pointer;
	}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #3366CC
}
a:active {
	text-decoration: none;
}

/*END*/
