body {
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 1.3;
	background: url(../images/back.gif) no-repeat top left;
	background-color: black;
}
td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: underline;
	color: #ffcc66;
}

.photo{
	font-weight: bold;
}

p {
	margin-left: 9px;
	line-height: 1.3;
}

#banner {
	width:458px;
	height: 44px;
	padding-top:5px;
	text-indent: 0px;
	background: url(../images/masthead.gif) no-repeat top left;
	z-index: 5;
}

.photoname {
	font-family: Georgia;
	font-size: 30px;
	color: #6699FF;
	font-style: italic;
}

li {
list-style-type: square;
}

#orderform {
	width: 400px;
	border: 1px #fff dashed;
	background-color: gray;
	text-align: left;
	padding: 5px;
	font-size: 11px;
}
#orderform td {
	font-size: 11px;
	padding: 3px;
	color: #fff;
}

#orderform h2 {
	font-size: 14px;
	color: #fff;
	margin: 0px;
}

#reviewform {
	border: 1px dotted #fff;
	border-collapse: collapse;
	width:100%;
}

#reviewform th{
	background-color: gray;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 3px;
}

#reviewform td {
	padding: 3px;
}
