/* CSS Document */
body {
	background-color: #B80000;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px; 
	text-align: center;
	font-size: 11px;
	line-height: 17px;
 }
 
a:link {
	color: #B80000;
	text-decoration: none;
}
a:active {
	color: #750000;
	text-decoration: underline;
}
a:visited {
	color: #750000;
	text-decoration: none;
}
a:hover {
	color: #750000;
	text-decoration: underline;
 }
 
/* Begin Layout Styles */

#page {
	margin:0px auto;
	width: 780px;
 }

#header, #footer, #whitefish {
	width: 780px;
	padding: 0px;
	clear:both;
 }
 
#header {
	height: 195px;
	margin: 30px 0px 0px 0px;
	}

#content {
	width: 720px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 30px 10px 30px;
	}
	
/* Begin Order Prints Online Styles */

#order {
	width: 290px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	text-align: left;
	float:left;
	background-color: #FFFFFF;
	}

#orderheader, #ordercontainer, #ordercontent, #orderfooter {
	width: auto;
	margin: 0px;
	}

#ordercontainer {
	height: 275px;
	overflow: auto;
	}

.ordercontent {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px none #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	}
	
#orderfooter {
	background-image: url(images/content_order_footer.gif);
	height: 15px;
	}
	
/* End Order Prints Online Styles */

/* Begin News Styles */

#news {
	width: 400px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	float:left;
	background-color: #FFFFFF;
	}

#newsheader, #newscontent, #newsfooter {
	width: auto;
	margin: 0px;
	}

#newscontent {
	padding: 0px;
	border-top: 0px none #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 0px none #D4D4D4;
	border-left: 1px solid #D4D4D4;
	height: 275px;
	}
	
#newsfooter {
	background-image: url(images/content_news_footer.gif);
	height: 15px;
	}

/* End News Styles */
	
#whitefish {
 	background-image: url(images/footer_01.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 16px;
	padding-bottom: 5px;
	margin: 0px;
	}

#footer {
 	background-image: url(images/footer_02.gif);
	height: 29px;
	font-weight: bold;
	margin: 0px;
	}
	
#footerlinks {
	width: 780px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear:both;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	}
	
a.bottomlinks:link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
a.bottomlinks:active {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
a.bottomlinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
a.bottomlinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
	

	
/* End Layout Styles */

/* Begin Text Formatting Styles */

.title {
	font-size: 16px;
	font-weight: bold;
	color: #B80000;
	}
	
.whitetitle {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #B80000;
	}
	
li {
	font-size: 12px;
	font-weight: bold;
	color: #B80000;
	}

.copyright {
	font-weight: normal;
	}
/* End Text Formatting Styles */
	
#gallerypage {
	margin:0px auto;
	width: 720px;
 }

#galleryheader, #galleryfooter, #gallerywhitefish {
	width: 720px;
	margin: 0px;
	padding: 0px;
 }
 
#galleryheader {
	height: 30px;
	background-image: url(images/gallery_header.gif);
	margin-top: 10px;
	}

#gallerycontent {
	width: 660px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 30px 10px 30px;
	}
	
#galleryline {
 	background-image: url(images/gallery_line.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 9px;
	}

#galleryfooter {
 	background-image: url(images/gallery_footer.gif);
	height: 30px;
	font-weight: bold;
	}
	
	
	
.gallery {
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 0px 5px;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	}
	
.galleryborder {
	padding: 5px;
	border: 1px solid #B80000;
	}


	
