@charset "utf-8";
html {
	height: 100%;
	}
	
body {
	min-height:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #f9daba;
	color: #ff6b11;
	font-family:Arial, Helvetica, sans-serif;
	
	scrollbar-arrow-color: #ff6b11;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ff6b11;
	scrollbar-3dlight-color: #f9daba;
	scrollbar-shadow-color: #f9daba;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}


.wrapper {
	height:100%;
	min-height:100%;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
table.content{
	padding:0px;
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
	height:100%;
}

td.leftgrad {
	width: 7px;
	background-image:url(../pics/leftframe.jpg);
	background-repeat:repeat-y;
	padding: 0px;
}

td.rightgrad {
	margin-right: 0px;
	width: 7px;
	background-image:url(../pics/rightframe.jpg);
	background-repeat:repeat-y;
	padding: 0px;
}

td.header{
	width: 836px;
	height:150px;
	padding: 0px;
	text-align:center;
	margin-top:4px;
}

td.menutop{
	height: 6px;
	background-image:url(../pics/topframe.jpg);
	background-repeat:repeat-x;
}

td.menubottom{
	height: 6px;
	background-image:url(../pics/bottomframe.jpg);
	background-repeat:repeat-x;
}

td.menubar{
	height: 30px;
	background-color: #f9daba;
	text-align:center;
}

td.footer{
	height:20px;
	background-color: #f9daba;
	text-align:center;
	font-size:12px;
	font-weight:500;
}

td.contentarea{
	width: 612px;
	height:auto;
}

td.photoarea{
	width: 224px;
	background-image:url(../pics/photofill.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	padding: 0px;
}

#scrollpane{
	width:607px;
	height:500px;
	margin-left:0px;
	overflow:auto;
	text-align:left;
	margin-left:5px;
	margin-top:5px;
}

.bluetext{
	color: #97dad3;
}


