* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/bg.jpg) center top fixed #000000;
	text-align: center;
}

.wrapper {
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	display: block;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 10px;
}

h1 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #FF99CC;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}

h3,label {
	display: block;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

#contactForm {
	display: block;
	padding: 15px;
	background: #eee;
}

.pad20 {
	padding: 20px; 
}

img {
	border: 0;
}

p {
	margin-bottom: 2.5em;
	padding: 10px;
	background-color: #f6f6f6;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #91afa8;
}

a:hover {
	color: #647975;
}

#header {
	display: block;
	height: 52px;
	text-align: left;
}	

.clear {
	clear: both;
	display: block;
}

.frame1 {
	background: url(/images/frames/740x310.gif) no-repeat;
	display: block;
	height: 330px;
	padding-top: 20px;
	padding-left: 30px;
}

.frame2 {
	background: url(/images/frames/350x360_left.gif) no-repeat;
	display: block;
	height: 380px;
	width: 370px;
	padding-top: 20px;
	padding-left: 30px;
	float: left;
}

.frame3 {
	background: url(/images/frames/350x360_right.gif) no-repeat;
	display: block;
	height: 380px;
	width: 350px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 20px;
	float: right;
}

.thumbBox {
	display: block;
	padding: 18px;
	text-align: left;
	border: 1px dotted #eee;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	background: #000000;
	
}

#accountNav {
	display: block;
	height: 60px;
	background: url(/images/accountNavBg.jpg) repeat-x;
}

#accountNav a {
	display: inline;
	float: left;
	width: 134px;
	height: 33px;
	background: url(/images/accountNavTab_off.gif) no-repeat;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	margin-top: 27px;
	margin-left: 10px;
	line-height: 33px;
}

#accountNav a:hover {
	background: url(/images/accountNavTab_over.gif) no-repeat;
	color: #FFFFFF;
}

#accountNav a.sel {
	background: url(/images/accountNavTab.gif) no-repeat;
	color: #000000;
}

#subNav {
	display: block;
	margin: 20px;
}

#subNav a {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



.smallPrice {
	font-size: 9px;
	color: #999999;
}

th {
	background: #999999;
	color: #ffffff;
}

.photoThumbnail {
	border: 3px solid #FFF;
}

#photobookThumbs {
	display: block;
	text-align: center;
	padding: 10px;
	height: 300px;
}




#account {
	padding: 20px;
}

#account h1 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #91afa8;
	margin-bottom: 4px;
	font-weight: bold;
}

#account h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 18px;
	font-weight: normal;
}

.photobookThumbBlock {
	background: #eeeeee;
	color: #999;
	font-size: 9px;
	padding: 5px;
}

#photobookCount {
	display: inline;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	background-color: #eeeeee;
	color: #000;
	font-size: 11px;
	text-align: center;
}

.photobookCountNum {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 42px;
}



fieldset {
	padding: 20px;
	border: 1px solid #eee;
}

legend {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 8px;
	padding-right: 8px;
}

.inputText {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #999999;
}

label {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666;
}