* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

hr {
	color: #FF9C08;
	height: 1px;
	margin-right: 30px;
	margin-left: 30px;
}

h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	background-image: url(images/h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 2px;
}

h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-image: url(images/h2-bg.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 2px;
}
h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 2px;
}

/*Lightroom Styles Start*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#main-body-div {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main-container-bg.gif);
	background-repeat: repeat-y;
}
#main-body-header {
	background-image: url(images/main-container-header-bg.gif);
	background-repeat: no-repeat;
}

#textbody-div {
	width: 540px;
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

#right-column-containing-div {
	float: left;
	width: 190px;
	margin-left: 25px;
	margin-top: 40px;
}

#right-column-div {
	background-image: url(images/right-column-header.gif);
	background-repeat: no-repeat;
	padding: 20px;
	text-align: center;
}
#right-div-footer {
	background-image: url(images/right-column-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
}



#email-newsletters-desciption-div {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #CCCCCC;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}


#header-div {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#clearing-div {
	clear: both;
}

#footer-div {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	padding-right: 200px;
	padding-left: 40px;
	font-size: .9em;
}
#web-designer-wellington-div {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #999999;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 200px;
}
#buttons {
	padding-left: 60px;
}
#textbody-div p {
	margin-bottom: 8px;
	margin-top: 7px;
}
#textbody-div ul {
	margin-left: 10px;
}

#textbody-div li {
	margin-left: 30px;
	margin-top: 7px;
}


/*button code start */
.buttonscontainer {
	width: 600px;
	display: block;
}

.buttons a {
	background-color: ;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 6px;
	width: 60px;
	background-image: url(images/button-bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.link_box {
	background-color: #FFECCE;
	margin: 10px;
	padding: 15px;
	border: 1px dashed #FFA319;
}


#button-clear {
	clear: both;
}


.buttons a:hover {
	background-image: url(images/button-bg-hover.gif);
	background-repeat: no-repeat;
	color: #000000;
}
.buttons .current {
	background-image: url(images/current-bg.gif);
	background-repeat: no-repeat;
}
#textbody-div ol {

	margin-left: 16px;
}

/*Lightroom Styles Finish*/
