/* CSS Document */

body {
	margin: 20px 0px; padding: 50px;
	text-align: center;
	background: #121;
	}
div.box1 {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     background: url(images/RRCottage_bg.jpg) no-repeat scroll top center;
     border: 1px solid #121;
     position: relative;
     width: 800px;
	 height: auto;
}
div.box_background {
     background-color: white;
     filter:alpha(opacity=60); /* IE's opacity*/
     left: 0px;
     opacity: 0.60;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box2 {
     background-color:transparent;
     padding-top: 20px; padding-left: 20px;
     position: relative;
     width: 525px;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align:left;
	line-height: 13pt;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
A.h1:link,A.h1:visited {
	text-decoration: none;
	color: #669999;
	}
A.h1:hover,A.h1:active {
	text-decoration: underline;
	}
.page_two {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
A.page_two:link,A.page_two:visited {
	text-decoration: none;
	color: #669966;
	}
A.page_two:hover,A.page_two:active {
	text-decoration: underline;
	}

