/* CSS Document */
body{
	background-color:rgb(255, 240, 182);
	color:rgb(134, 84, 24);
	font-family:Arial, Helvetica, serif;
	font-size:small;
}
div#header{
	width: 680px;
	height: 136px;
	margin-left: 155px;
	margin-right: 155px;
	background-image:url(../images/heartInSunset2.jpg);
	background-repeat:no-repeat;
	border:1px solid rgb(134, 84, 24);
}

div#footertag{
	width: 680px;
	height: auto;
	margin-left: 155px;
	margin-right: 155px;
	background-color:rgb(255, 249, 225);
	border-left:1px solid rgb(134, 84, 24);
	border-right:1px solid rgb(134, 84, 24);
	text-align:center;
	font-size: 80%;
}

div#footer{
	width: 682px;
	height: 43px;
	margin-left: 155px;
	margin-right: 155px;
	
}
	
div#main{
	width: 680px;
	height: 900px;
	margin-left: 155px;
	margin-right: 155px;
	background-color:rgb(255, 249, 225);
	border:1px solid rgb(134, 84, 24);
}



div#main2{
	width: 680px;
	height: 800px;
	margin-left: 155px;
	margin-right: 155px;
	background-color:rgb(255, 249, 225);
	border:1px solid rgb(134, 84, 24);
}




div#linkbar{
	width: 180px;
	height: 750px;
	float: left;
	background-color:rgb(255, 249, 225);
}

div#content{
	width: 489px;
	height: 900px;
	float: left;
	font-size: 100%;
	border-left:1px solid rgb(134, 84, 24);
	background-color:rgb(255, 249, 225);
	padding:0;
	margin:0;
	text-align:justify;
}

div#content2{
	width: 489px;
	height: 800px;
	float: left;
	font-size: 100%;
	border-left:1px solid rgb(134, 84, 24);
	background-color:rgb(255, 249, 225);
	padding:0;
	margin:0;
	text-align:justify;
}



div#textbox{
	width: 460px;
	height: auto;
	text-align:justify;
	margin: 10px;
}
div#buttonbox{
	width: 180px;
	height: 28px;
	float: left;
	padding:0;
	border-bottom:1px solid rgb(134, 84, 24);
}
div#linkbox{
	width: 460px;
	height: aut0;
	padding:0;
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
div#bsboxw{
	width: 680px;
	height: aut0;
	padding:0;
	margin: 0;
	float: left;
	border-bottom: 1px solid #663300;
	border-top: 1px solid #663300;
	background-color:rgb(255, 249, 225);
	font-size: 80%;
}
div#bsboxy{
	width: 680px;
	height: aut0;
	padding:0;
	margin: 0;
	float: left;
	border-bottom: 1px solid #663300;
	border-top: 1px solid #663300;
	background-color:rgb(255, 240, 182);
	font-size: 80%;
}
div#stonebox{
	width: 140px;
	height:auto;
	padding:0;
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;
	font-size: 120%;
	font-weight:bold;
}
div#lkpbox{
	width:auto;
	height:auto;
	float:right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
p{
	font-size: 100%;
	padding: 5px;
}
em {
	font-weight: bold;
}

h1{
	font-size: 130%;
	text-align: center;
}
h2{
	font-size: 110%;
	text-align: left;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
	
}
h3{
	font-size: 120%;
	text-align: left;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:0;
	margin-bottom:0;
}
h4{
	text-align: center;
	font-size: 100%;
}
a {
	text-decoration:none;
	color:rgb(134, 84, 24);
}