@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(Assets/images/background-top-gradient.gif);
	background-repeat: repeat-x;
	background-color: #b09f90;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxupperleft {
	background-image: url(Assets/images/Box/corner%20top%20L.png);
	height: 86px;
	width: 86px;
}
.boxleft {
	background-image: url(Assets/images/Box/box%20left.png);
	width: 86px;
}
.boxlowerleft {
	background-image: url(Assets/images/Box/corner%20bottom%20L.png);
	height: 86px;
	width: 86px;
}
.boxupperright {
	background-image: url(Assets/images/Box/corner%20top%20R.png);
	height: 86px;
	width: 86px;
}
.boxright {
	background-image: url(Assets/images/Box/box%20right.png);
	width: 86px;
}
.boxtop {
	background-image: url(Assets/images/Box/box%20top.png);
	height: 86px;
	vertical-align: bottom;
	text-align: center;
}
.boxbottom {
	background-image: url(Assets/images/Box/box%20bottom.png);
	height: 86px;
}
.boxbottomright {
	background-image: url(Assets/images/Box/corner%20bottom%20R.png);
	height: 86px;
	width: 86px;
}
.Mainbox {
	background-image: url(Assets/images/HouseShade.jpg);
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	text-indent: 25px;
}
a:link {
	color: #336699;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #3399FF;
}
a:active {
	color: #CCFF66;
}
