body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #634830;
	background-color: #FFFFCC;
	background-image: url(images/background_paisley_tile.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: normal;
}
.pagewrap {
	background-image: url(images/background_paisley_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	width: 100%;
}
.boxshadow {
	
	height: 506px;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
}
.mainbox {
	background-image: url(images/boxbackground.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 489px;
	width: 721px;
	border: 2px solid #804000;
	position: relative;
}
.rightside {
	height: 489px;
	width: 386px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow:hidden;
}
.leftside {
	height: 489px;
	width: 335px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center center;	
	border-right: solid 1px #999966;
}
.smalllogo {
	position: absolute;
	right: 10px;
	top: 6px;
}
.menudivider {
	position: relative;
	top: 7px;
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.mainmenu {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color:#996600;
}
.mainmenu a {
	text-decoration: none;
	color:#804000;
}
.mainmenu a:hover {
	color: #CC9900;
}
.submenu {
	position: absolute;
	bottom: 75px;
	left: 0px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #996600;
}
.submenu a {
	text-decoration: none;
	color: #804000;
}
.submenu a:hover {
	color: #CC9900;
}

.photoframe {
	background-image: url(images/photoframe.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}
.content {
	font-size: 13px;
	color: #804000;
	text-align: center;
	height: 340px;
	width: 90%;
	overflow: auto;
	position: absolute;
	left: 20px;
	top: 60px;
}