body {
	margin:0px;
	font-family:arial,verdana,sans-serif;
	/*background:#eee url('../images/bodyBG_photo.png') repeat;*/
	background:#C7C7B9;
}

#main {
	min-width:760px;
}

#main a {
	text-decoration:none;
}

#main a:link, #main a:visited {
	color:#72646C;
	border-bottom:1px dotted;
}
#main a:hover, #main a:active {
	color:#72646C;
	border-bottom:1px solid;
}

#header {
	margin:0px 20px 0px 20px;
	/*border-top:2px solid #000;*/
	border-top:5px solid #72646C;
}


#header #floatMeRight {
	float:right;
	text-align:right;
	width:550px;;
}

#header #floatMeRight p {
	margin-right:10px;
	margin-top:5px;
}

#header p.navAddon {
	display:none;
}

#header #floatMeRight p.photoTestimonial {
	font-family:georgia;
	font-style:italic;
	font-size:0.9em;
	margin-top:20px;
}

#header #navigate {
	/*background:#000;
	color:#f90;*/
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*padding:3px 10px;*/
	font-size:0.9em;
	padding:5px 20px 12px;
	background:#72646C;
	color:#000;
}

#header #navigate a {
	text-decoration:none;
}

#header #navigate a:link, #header #navigate a:visited {
	color:#ddd;
	border-bottom:1px dotted;
}
#header #navigate a:hover, #header #navigate a:active {
	color:#ddd;
	border-bottom:1px solid;
}

#header span.siteTitle {
	font-size:5.0em;
	color:#eee;
	font-weight:100;
	margin-left:5px;
}

#header #headerImage {
	width:349px;
}

h2 {
	margin-top:0px;
	margin-bottom:0px;
	color:#222;
}

/*---thumbnails---*/
.thumbnailFrame {
	padding:18px;
	border:5px solid #000;
	background-color:#fff;
}
.thumbnailMat {
	border:1px solid #777;
	background-color:#efefef;
}
.thumbnail {
	width:160px;
}
/*---//thumbnails---*/



/* Main Navigation */
#mainNav {
	background:#f90;
	padding:10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:10px;
	font-size:0.9em;
	font-weight:bold;
	border:1px solid #ddd;
}

#mainNav ul {
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
	font-family:arial,verdana,sans-serif;
}

#mainNav ul li {
	display:block;
	margin-left:-40px;
	margin-bottom:0px;
	margin-top:0px;
	border-left:5px solid #f90;
}

#mainNav ul li:hover {
	border-left:5px solid #222;
}

#mainNav ul li a {
	display:block;
	text-decoration:none;
	padding:2px 5px;
	font-size:0.9em;
}

#mainNav ul li a:link, #webNav ul li a:visited {
	color:#222;
}

#mainNav ul li a:hover, #webNav ul li a:active {
	color:#222;
}

/* End Main Navigation */


/*---Restoration---*/
#restoration {
	margin:0px auto;
	width:750px;
	height:570px;
	overflow:auto;
}

.description {
	font-size:0.8em;
	color:#333;
	width:50%;
}
/*---//Restoration---*/




#copyright {
	width:100%;
	/*clear:both;*/
	text-align:center;
	/*margin-top:35px;*/
	color:#000;
}

#footer {
	clear:both;
	padding:30px 0px;
	/*background:#72646C;*/
	margin:0 20px;
	/*-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	height:100px;*/
}