body{
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
}


body#Services{
	background: url(../images/background-Services.jpg) center fixed no-repeat #fff;
}

body#Prints{
	background: url(../images/background-Prints.jpg) center fixed no-repeat #fff;
}

body#Weddings{
	background: url(../images/background-Weddings.jpg) center fixed no-repeat #fff;
}

body#Stock{
	background: url(../images/background-Stock.jpg) center fixed no-repeat #fff;
}

body#Events{
	background: url(../images/background-Events.jpg) center fixed no-repeat #fff;
}

body#Portraits{
	background: url(../images/background-Portraits.jpg) center fixed no-repeat #fff;
}

body#Misc{
	background: url(../images/background-Misc.jpg) center fixed no-repeat #fff;
}


a{
	text-decoration: none;
	font-weight: bold;
	color: #f90;
}

a:hover{
	border-bottom: 1px dashed #f90;
	color: #000;
}

td, tr, div, table, img{
	margin: 0 auto;
	padding:0;
	vertical-align: top;
}


h1, h2, h3, h4, h5{
	margin: 1.5em auto;
}

h3{
	border-bottom: 1px solid #f90;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	margin: 1em 0 0 0;
}



/* Title level */





table tr#KITitle img{
	border:none;
}

table tr#KITitle a:link,
table tr#KITitle a:visited{
	border:none;
	color: #fff;
}

/*Strip of Pictures level*/

table tr#StripOfPictures{
	padding: 0;
	margin:0;
}

table tr#StripOfPictures div{
	font-size: 1.75em;
	color: #F90;
	text-align: center;
}

table tr#StripOfPictures img{
	border:none;
	padding:0;
	margin:0;
}

table tr#StripOfPictures a{
	text-decoration:none;
	font-weight: normal;
}

table tr#StripOfPictures a:link,
table tr#StripOfPictures a:visited{
	color:#282828;
}

table tr#StripOfPictures a:hover{
	border-bottom: .07em dashed #F90;
}





/* Main Content */

.mainContent{
	width: 1000px;
}

div.mainTitle{
	border-bottom: 1px solid #F90;
	margin: 3em auto;
}

div.mainTitle img{
	border: none;
	margin: 0 auto;
	padding: 0 25em;
}

.mainContent div.mainTitle a:hover{
	border:none;
}

.mainContent div.mainTitle a:active{
	border:none;
	text-decoration: none;
}

.mainContent ul li{
	color: #f90;
}

.mainContent ul li p{
	color: #000;
}

#lastTable{
	margin: 0 auto 10em auto;
}

.listImg img{
	border: none;
	margin: 0 1.5em;
}

.listImg2 img{
	border: none;
	margin: 0 6em;
}

.listImg a:hover{
	border: none;
}

.backUpTop{
	text-align:center;
	width: 800px;
	font-size: .9em;
	margin: 2em auto 5em;
}

/* IMG STRIP!!! */


.imgStrip{
	margin:0 auto;
}

.imgStrip img{
	margin:0;
	padding:0;
}

.imgStrip a img{
	border:none;
}

.imgStrip a:active{
	border:none;
	text-decoration: none;
}

/* Footer */

p.footer{
	font-size: .9em;
	text-align: center;
	margin: 0 auto 1em auto;
	border-top: 1px solid #f90;
}

/* Prints Tables */

	

table.printsTable{
	font-size: 1.25em;
	text-align: left;
	margin: .25em auto 1em auto;
}

table.printsTable tr.listDesc td{
	border-bottom: 1px solid #f90;
	font-weight: bold;
}

table.printsTable tr.listWhite td{
	background-color: #e4e4e4;
}

table.printsTable tr.listGray td{
	background-color: #CCC;
}

table.printsTable td{
	padding: .5em;
	margin: 0;
}

div.printsDesc, p.printsDesc{
	width: 800px;
	text-indent: 2em;
	margin: auto;
}

/* Gallery Wraps */

.wraps{
	font-size: .9em;
	width: 800px;
	margin: 2em auto;
	text-align: center;
}


/* Books */

.bookSize{
	margin: 2em auto 0 auto;
	padding: 0 0;
	font-size: 2em;
	text-align: center;
	font-style: oblique;
}

.dustJacket{
	margin:0 auto 1.5em auto;
	text-align: center;
	font-size: 1.3em;
}


/* Forms & Contacts Invalids! */

.forms{
	font-size: 18px;
}


input.invalid {
	background-color: #f90;
	border: 3px white inset;
}

tr.invalid, span.invalid {
	color: #f90;
	font-weight: bold;
}

textarea.invalid{
	background-color: #f90;
	border: 3px white inset;
}

