/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
	color: #fff;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 858px;
	margin: 0 auto;
}

div#content-wrapper
{
	background: url(../images/content-bg.gif) repeat-y;
	width: 858px;
}

div#footer
{
	background: url(../images/footer-bg.gif) no-repeat;
	width: 858px;
	height: 14px;
	margin:5px auto 0px;
}

div#footer-copy
{
width:858px;
margin:0px auto 0px;
padding-right:30px;
text-align:right;
color:#000;
font-size:10px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1
{
	color: #624C41;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

h2
{
	color: #624C41;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:38px;
	font-weight: normal;
	font-size: 18px;
}

p
{
	font-size: 12px;
	line-height: 1.6;
	padding-bottom: 20px;
	color: #2c2d2d;
	padding-left: 0;
}

a:link
{
	color: #99283A;
	text-decoration: underline;
}

a:visited
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:active, a:hover
{
}

li
{
	padding: 0px 0px 8px 28px;
	list-style: none;
}

li a
{
	text-decoration: underline;
}

ul
{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 1px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-wrapper h1
{
	padding: 28px 0 10px 38px;
}

div#content-wrapper p.first-paragraph
{
	padding-top: 36px;
	padding-left: 38px;
	width: 800px;
}

div#content-wrapper p
{
	padding-left: 38px;
	width: 800px;
}

ul.left-list
{
	width: 240px;
	float: left;
}

ul.right-list
{
	width: 240px;
	float: left;
	padding-left: 20px;
}

/* -------------------------------- CONTENT PAGES WITH PHOTOS-------------------------------- */

div#content-wrapper1 img
{
	float: right;
	padding: 40px 4px 0 0;
}

div#content-wrapper1 h1
{
	padding: 28px 0 10px 38px;
}

div#content-wrapper1 p.first-paragraph
{
	padding-top: 36px;
	padding-left: 38px;
	width: 500px;
}

div#content-wrapper1 p
{
	padding-left: 38px;
	width: 500px;
}

ul.left-list
{
	width: 240px;
	float: left;
}

ul.right-list
{
	width: 240px;
	float: left;
	padding-left: 20px;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}