body {
	margin: 1em auto;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

.bold  {
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 950px;
	border: 1px solid #000;
}

#nav {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-size: 12px;
	text-align: center;
}

#nav li {
	padding-top: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	margin: 4px 12px;
	padding: 4px 0 2px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover { 
	color: #ff0; 
}

.box {
	margin: 0 40px; 
	text-align: left;
}

#topBoxOL {
	margin-left: 40px;
	margin-right: 40px;
	padding: 5px;
	border: 1px dashed #6F1B2B;
	text-align: left;
}

.colortitle {
	color: #660000;
	font-size: 14px;	
	font-weight: bold;
}

.note {
	padding-left: 15px;
	width: 100%;
	color: #660000;
	font-size: 11px;
	text-align: center;
}

.boxtitle {
	margin: 2px 0 ;
	padding: 2px 5px;
	background-color: #660000;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}


.pricechange {
	width: 100%;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.verticalSpacing {
	margin: 10px 0;
}

.verticalPadding {
	padding: 10px 0;
}

#bottomAds {
	width: 500px; 
	margin: 10px auto;
}

#bottomAds a {
	width: 100%;
	display: block;
}

#bottomAds img {
	margin: 0 auto;
	display: block;
}

#footer {
	width: 100%;
	background-color: #000;
	font-size: 10px;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #ff0;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff0;
}

#footerLeft {
	width: 300px;
	margin-left: 10px;
	float: left;
}

#footerRight {
	margin-right: 10px;
	width: 300px;
	float: right;
	text-align: right;
}


/*-------------Home Page Specific---------------*/
.front_rightImage {
	margin: 10px 39px 10px 0;
	width:  150px; 
	float: left;
}

#front_box {
	width: 560px;
	float: left;
}


/*-----------Inside Pages------------------*/
#imgCol {
	width: 200px;
	float: left; 
}

.contentCol {
	width: 670px;
	float: left;
}

.alignRight {
	text-align: right;
}

.pricingTable {
	margin: 0 auto;
	width: 870px; 
}

.twoCol {
	width: 430px;
	float: left;
}

.rightCol {
	margin-right: 10px;
}

#aboutImage {
	margin-left: 10px;
	float: right; 
}

/* * * * * * * * * * */
/* Generic elements  */
/* * * * * * * * * * */

a {
	color: #09f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
  border: 0;
}

/* * * * * * * * * */
/* Gallery Styling  */
/* * * * * * * * * */


/* image or gallery name header */
.sgTitle {
	margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
	margin-top: 0;
}

/* image and artist name displayed beneath image */
p.sgNameByArtist { }

/* image and gallery details such as date, location, camera model, hits etc. */
p.sgDetailsList { }

/* language select box and template select box respectively */
div.sgLanguageFlipper, div.sgTemplateFlipper {
	float: right;
	clear: right;
}

/* wraps the drop-shadow table to allow IE to center it */
div.sgShadow {
	text-align: center;
	padding: 1em;
}

/* the main content table that does the drop-shadow effect */
table.sgShadow {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* the tab with previous, up, next */
table.sgShadowTab td {
	font-size: 13px;
}

table.sgShadow, table.sgShadowTab {
	padding: 0;
	background-color: #f0f0f0;
	text-align: left;
}

table.sgShadow td {
	padding: 0;
	margin: 0;
}

table.sgShadow td.tabm, table.sgShadow td.tabr {
	background-color: #fff;
}

/* appropriate background images for drop-shadow effect */
table.sgShadow td.tl {  background-image: url('images/shadow-tl.gif');}
table.sgShadow td.tm {  background-image: url('images/shadow-tm.gif');}
table.sgShadow td.tr {  background-image: url('images/shadow-tr.gif');}
table.sgShadow td.ml {  background-image: url('images/shadow-ml.gif');}
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */
table.sgShadow td.mr {  background-image: url('images/shadow-mr.gif');}
table.sgShadow td.bl {  background-image: url('images/shadow-bl.gif');}
table.sgShadow td.bm {  background-image: url('images/shadow-bm.gif');}
table.sgShadow td.br {  background-image: url('images/shadow-br.gif');}

/* div containing each gallery sub-gallery on a gallery page */
div.sgGallery {
  margin: 5px auto;
  padding: 5px;
  width: 621px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* the table cell containing the gallery thumbnail */
td.sgGalleryThumb {
  width: 100px;
  text-align: center;
}

/* the gallery thumbnail itself */
img.sgGalleryThumb {
  border: 1px solid #000;
}

/* the descriptive text (title, summary, contents) */
div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}


/* full size image on an image page*/
img.sgImage {
  border: none;
}

/* the preview thumbnails and previous, thumbnails, next links */
p.sgTopNavBar, p.sgBottomNavBar {
  text-align: center;
  float: right;
}

/* wraps the thumbnail and rounded-corner code on an album page */
div.sgThumbnail {
  width:  120px;
  height: 120px;
  margin: 10px 5px 10px 5px;
  float: left;
	padding: 0px;
  text-align: center;
}

div.sgThumbnail table {
  width:  116px;
  height: 116px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.sgThumbnailContent {
  background: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}


/* the following code does the rounded corners of the 35mm slide effect on 
   the album pages. Taken from http://www.albin.net/CSS/roundedCorners/ */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
