/* Code by wbdsn.com */


body {
	margin: 0px 0;
	padding: 0;
	background: #6f563d url(images/img1.png) repeat-x;;
	font: 0.8em "Helvetica Neue", Arial, sans-serif;	
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}



p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}


/* Header */

#header {
	width: 900px;
	height: 227px;
	margin: 0 auto;
	background: url(images/img2_dots.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

#header h1 {
	float: right;
	padding: 50px 170px 0 0;
	font-size: 1.3em;
}

#header h1 a:hover {
	color: #d7390e;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* code is poetry. thanks to http://position-relative.com/ for this */
#box-link { 
	position: absolute; 
	top: 10px; 
	left: 255px; 
	width: 217px; 
	height: 205px; 
	background-color: transparent; 
}

/* end Header*/




/* Menu */

#menu {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3_2.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

/*was 	padding: 9px 20px 0 20px; 9px 40px 0;*/
#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4_2.png);
	color: #632210;
}

/* End Menu*/


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background-color: #fdbe57;
	line-height: 18px;
	color: #202020;
}

#colOne {
	float: left;
	width: 420px;
	padding: 0px;
}

/*was margin: 10px 30px 0 30px; */
#colOne p{
	margin: 10px 10px 0 10px;

}

#colOne p.first:first-letter {
	font: 2.5em Monotype Corsiva, Verdana;
	color: #af2d11;
	line-height: 100%;
}

#colOne p.em {
	width: 380px;
	color: #333;
	margin-top: 12px;
	color: #d7390e;
}

#colOne p.signiature {
	color: #000;
	font: 1.7em "Lucida Handwriting", Monotype Corsiva, Verdana;
	float: right;
	padding-right: 150px;
	margin-top: -3px;
}

#colOne p.natural {
	color: #000;
	font: 1em "Helvetica Neue", Arial, sans-serif;
	position: absolute;
	margin-left: 258px;
	margin-top: 25px;

}

#colOne h4 {
	margin-left: 29px;
	margin-bottom: -2px;
	color: #202020;
	font-size: 1.3em;
}

#contact {
	float: right;
	width: 330px;
	padding: 10px 50px 50px 50px;
	font-size: 0.9em;
}

#contact strong {
	color: #d7390e;
}

#contact a {
	font-size: 0.9em;
	color: #d7390e;
	text-decoration: none;
}

#contact a:hover {
	color: #730000;
	text-decoration: none;
}

#contact img {
	float: right;
	margin-top: 15px;
}

#contact ul{
	list-style-type: none;
}

/*was 200*/
#services1 {
	float: left;
	width: 190px;
}

#services1 ul{
	list-style-type: none;
}

#services1 h4{
	margin-left: 40px;
	padding: 0 0 5px 0;
	margin-top: 4px;
	font-weight: normal;
	font: 1.9em Monotype Corsiva, Verdana;
}

#services2 {
	float: right;
	width: 210px;
}

#services2 ul{
	list-style-type: none;
}

#services2 h4{
	margin-left: 40px;
	padding: 0 0 5px 0;
	margin-top: 4px;
	font-weight: normal;
	font: 1.9em Monotype Corsiva, Verdana;
}


#colTwo {
	float: right;
	width: 450px;
	padding: 0 20px 0 10px;
	margin-top: 20px;
}

#colTwo img.portrait{
	float: right;
	border-style: solid;
	border-color: #d7390e;
	border-width: 2px;
}

#gallery {
	float: left;
	width: 550px;
	padding: 0 0px 0 30px;
}


#gallery2 {
	float: right;
	width: 300px;
}

#gallery2 h3 {
	padding: 110px 40px 0 0px;
	font-size: 1.4em;
	color: #d7390e;
	line-height: 125%;
	font-style: italic;
	font-weight: normal;
}

/* End Content */

	
/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: #6f563d url(images/img6.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	color: #202020;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

/* Code by wbdsn.com */