body,html{
	margin:0 auto;
	padding:0;
	height: 100%;
	background-color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
#siteWrapper{
	width:100%;
	background-color:#222222;
	clear:both;
}
#centerWrapper{
	width:780px;
	margin:0 auto;
}
#headerWrapper{
	width:780px;
	margin:0 auto;
	padding-bottom:5px;
}
#headerLeft{
	float:left;
	width:392px;
	padding-top:10px;
}
#navFrame{
	padding-top:4px;
	float:right;
	letter-spacing:2px;
	padding-top:10px;
}
#footerWrapper{
	width:780px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#footerLeft{
	float:left;
}
#footerRight{
	float:right;
}
.pictureFrame{
	width:260px;
	float:left;
}
a img {
	border:none;
	text-decoration:none;
}
.clearBoth{
	clear: both;
}
a{
	color:#ffc75b;
	text-decoration:none;
}
a:hover{
	color:#ffc75b;
	text-decoration:underline;
}
.orange{
	color:#ffc75b;
}
.photoTD{
	text-align:center;
}
.photoWrapper{
	text-align:center;
	padding:8px;
}
#largeIamge{
	padding:20px;
}
#viewPrevious{
	float:left;
	text-align:right;
	width:80px;
}
#viewNext{
	float:right;
	text-align:left;
	width:80px;
}
#bottomActions{
	width:300px;
	padding:0 0 20px 0;
}
#imageID{
	width:140px;
	text-align:center;
	float:left;
}
#backToAlbumLink{
	text-align:right;
	padding:5px 0 0 0;
	width:100px;
	text-align:left;
	float:left;
}
#logoutLink{
	text-align:right;
	padding:5px 0 0 0;
	width:100px;
	float:right;
}
#logoutConfirmText{
	margin:10px 0 10px 0;
}
#leftContent{
	width:480px;
	float:left;	
	padding:10px 0 0 0;
}
#rightContent{
	width:300px;
	float:right;
	text-align:center;
}
.pageTitle{
	font-size:22px;
	padding:10px 0 0 0;
	color:#ffc75b;
}
.bottomSpacer{
	padding:0 0 5px 0;
}

/* CONTACT FORM STYLES */
.formError{
	color:#FF0000;
	padding:0 0 10px 0;
}
.fieldErrorMessage{
	color:#FF0000;
}
.formRequired{
	color:#FF0000;
}
.formLabel{
	width:400px;
}
#contactRequired{
	padding:0 0 10px 0;
}
input{
	font-size:10px;
}

/*PRICES PAGE STYLES*/
.pricestable td{
	border-collapse:collapse;
}
.bottompricestable td{
	border-collapse:collapse;	
}
.printItemName{
	width:200px;
	border-bottom:solid 1px #000000; 
}
.printItemPrice{
	text-align:left;
	border-bottom:solid 1px #000000; 
}
.printItemAddInfo{
	text-align:left; 
	width:230px;	
}
.printType{
	font-size:14px;
	font-weight:bold;
}


/*News page style*/
.newsRow{
	margin-bottom: 20px;
	clear: both;
}
.newsRowLeft{
	float: left;
	width: 400px;
}
.newsRowRight{
	float:right;
}
.newsRowDate{
	font-weight:bold;
}
.newsRowTitle{
	font-weight:bold;
	color: #ffc75b;
}
.newsRowText{
	padding-top: 4px;
}
hr{
	color:#ffc75b;
}