body {
	margin: 0;
	padding: 0;
	background: #666767 url(images/BG.gif);
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #DBDBDB;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #9999FF;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.myimages {
	border: 1px outset #666666;
	margin: 5px 0px;
	padding: 5px;
	background-color: #B7A993;
}
a:hover .myimages   {
   margin: 5px 0px;
   padding: 5px;
   border: 1px solid #666666;
   background-color: #FFFFC1;
}
.small {
	font-size: 11px;
}
.nomargin {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}


hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}
.clearfloat {
   clear: both;
   height: 0px;
   line-height: 0;
   font-size: 0;
}

/* Header */

#header {
	width: 940px;
	height: 432px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	position: relative;
	z-index: 15;
}
#about #header {
		background: url(images/header-about.jpg) no-repeat;
}
#services #header {
	background: url(images/header-services.jpg) no-repeat;
}
#photos #header {
	background: url(images/header-photos.jpg) no-repeat;
	height: 680px;
}
#contact #header {
	background: url(images/header-contact.jpg) no-repeat;
}
#links #header {
	background: url(images/header-links.jpg) no-repeat;
}
#header h1  {
	color: #FFFFFF;
	padding-top: 336px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	font-style: italic;
	font-size: 1.9em;
}

#header h2 {
	padding: 0 0 0 50px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.5em;
}
#header p {
	font-size: .86em;
}
#header a {
	text-decoration: none;
	color: #F3EAE4;
}
#photogallery {
	width: 860px;
	position: absolute;
	left: 38px;
	top: 70px;
	height: 570px;
}
#block {
	background-color: #584632;
	position: absolute;
	height: 100px;
	width: 96px;
	top: 450px;
	right: 0px;
}





/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	background: #666767 url(images/Body.jpg);
	font-size: 0.88em;
}

/* Content */

#content.two_column{
	float: left;
	width: 630px;
}
#content {
	float: left;
	width: 880px;
}
.content_text {
	padding: 14px 12px 30px 66px;
}

.content_text .title {
	margin: 0;
	padding-left: 30px;
	background: url(images/img06.gif) no-repeat left center;
	font-size: 2em;
}

.content_text .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}

.content_text .entry {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
}
#sidebar .sidebar_text {
	margin-top: 12px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 22px;
}

#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	width: 940px;
	color: #FFFFCC;
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 33px;
	background-position: top;
	font-size: 0.86em;
}
#photos #footer {
	background-image:none;
}

#footer div.footer_content {
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#photos #footer div.footer_content { 	padding-top: 0px; }
#footer a, #footer a:visited {
	color: #CCCCFF;
}
#footer a:hover { color:#FFFF66; }
.leftdiv {
	float: left;
	text-align: left;
	width: 200px;
	padding-left: 50px;
}
.rightdiv {
	float: right;
	text-align: right;
	width: 533px;
	padding-right: 50px;
}

/* ******** MENU *********/

 #navcontainer
{
	margin: 0;
	width: 898px;
	position: absolute;
	top: 26px;
	left: 66px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 9999;
}

#navcontainer UL
{
	list-style: none;
	padding: 0;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #84735A;
	border-right-color: #A08F76;
	border-bottom-color: #A08F76;
	border-left-color: #84735A;
	font-weight: bold;
	height: 38px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 38px;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #BBBBBB;
	color: #663300;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}
#littlemimi img {
	height: 30px;
	width: 248px;
	position: absolute;
	left: 594px;
	top: 8px;
}
div.container2 {
	border: 2px solid #707434;
	background-color: #44392D;
	width: 747px;
	text-align: center;
	margin-left: 25px;
  }
div.spacer {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
  }
div.float2 {
   float: left;
   margin-left: 12px;
   margin-top: 10px;
   margin-bottom: 10px;
  }
div.float2 p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFCC;
	font-size: .9em;
   }
p.lessmargin {
   line-height: 1.1em;
   margin-top: 1px;
   margin-bottom: 0px;
}
