body {
	padding:0px; 
	margin:5px; 
	background-color:#FFF; 
	font-family: Georgia, Times New Roman, serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
/*	background-image:url('images/filmstrip.gif'); 
	background-position:top left; 
	background-repeat:repeat; */
/*	scrollbar-track-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-shadow-color: #808080; 
	scrollbar-arrow-color: #000000; */
}
#layout { 
	z-index:2; 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	text-align:center; 
	align:center; 
	padding:0px; 
	margin:0px; 
}
#bg_left { 
	z-index:1; 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100px; 
	height:100%; 
	text-align:center; 
	padding:0px; 
	margin:0px; 
	background-image:url('images/bg_left.gif'); 
	background-position:top left; 
	background-repeat:no-repeat; 
	background-attachment: fixed; 
}
#bg_right { 
	z-index:1; 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	text-align:center; 
	padding:0px; 
	margin:0px; 
	background-image:url('images/bg_right.gif'); 
	background-position:top right; 
	background-repeat:no-repeat; 
/*	background-attachment: fixed; */
}
#banner { 
	z-index:3; 
	position:relative; 
	width:650px; 
	height:123px; 
	background-color:transparent; 
	border:0px solid transparent; 
	padding:0px; 
	margin:0px; 
	text-align:center; 
	align:center; 
/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#9CBCDC', EndColorStr='#254565'); 
	good colors: 254565-9CBCDC, 366-9cc, 506066-b0c0cc */
/*	background-image:url('images/logo3.gif'); 
	background-position:top center; 
	background-repeat:no-repeat; */
}
#content {
	z-index:3; 
	position:relative; 
	width:620px; 
	text-align:left; 
	align:center; 
	border:0px solid white; 
	padding:20px; 
	margin:0px; 
	background-color: white; 
}
a { 
	color: #063; 
	text-decoration: underline; 
	cursor:hand; 
}
a:hover { 
	color: green; 
	text-decoration: none; 
}
td, input {
	font-family: Georgia, Times New Roman, serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
}
li { margin-bottom:4px; }
.title {
	font-family: Georgia, Monotype Corsova, serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
}
.title_fancy {
	font: 32px Edwardian Script ITC, 20px Georgia, 20px serif; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
}
hr { 
	padding:0px; 
	margin:3px; 
	width:95%; 
	border:1px dashed #999; 
	color:#999; 
}
.catLeft {
	width:100%; 
	height:40px;
	background-image:url('images/border_left.gif'); 
	background-position:top left; 
	background-repeat:no-repeat; 
	border-bottom:1px solid black; 
	clear: all; 
}
.catRight {
	width:100%; 
	height:40px;
	background-image:url('images/border_right.gif'); 
	background-position:top right; 
	background-repeat:no-repeat; 
	border-bottom:1px solid black; 
	clear: all; 
}
.highlight { border-bottom:1px solid orange; }
.photo {
	border: 3px double #000; 
}
.paypal { padding:0px; margin:0px; }
