@charset "utf-8";
/* CSS Document */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	font-size: 13px;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: underline;
color: #617d48;
}

a:hover {
text-decoration: none;
color: #46361B;
}



/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:25px 25px;
	margin:1em 0;
	background:#fafae6;
	border:1px solid #666;
	}
.cbb h1 {
	font-size: 16px;
	color: #780000;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(box2.png) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:21px;
	}
.bt div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(box2.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box2.png) no-repeat 100% 100%;
	margin:0 0 0 24px;
	height:21px;
	}
.bb div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(box2.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 10px;
	background:url(borders2.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 10px 0 0;
	background:url(borders2.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fafae6;
	border:1px solid #fafae6;
	border-width:1px 0;
	padding:0 10px;
	}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
margin: 1em 1em;
font-size: 20px;
color: #780000;
}










/* MAIN STYLES */

html {
background: url(../images/brownBGpattern.gif);
background-color:#46361b;
}

#container {
/* background: url(../images/gradientBG.jpg) no-repeat; */
margin: 0 auto;
background-color:#ccd3c5;
}

#flashcontent {
height: 370px;
background: brown;
margin: 0 auto;
}

#middle {
width: 670px;
margin: 0 auto;
background-color:#ccd3c5;
}

#content {
overflow:hidden;
height: 100%; /* IE 6 hack */
margin: 0 auto;
/* padding: 1 em; */
color: #2b1912;
}

#content p {
margin: 2em;
}

#thumbnails {
margin: 1em 0 1em 1em;
}



#content ul {
line-height: 18px;
list-style-position: outside;
list-style-image: url(../images/bullet.jpg) ;
list-style-type: square;
margin: 15px 70px 15px 70px;
}

#footer {
clear: both;
background: url(../images/footerBG2.jpg);
margin: 2em auto 0;
height: 40px;
overflow: hidden;
font-size: 12px;
}

#footerContainer {
width: 630px;
margin: 0 auto;
height: 40px;
overflow: hidden;
font-size: 10px;
}

#footerContainer ul {
float: right;
height: 40px;
line-height: 40px;
color: #bc946c;
}

#footerContainer ul li {
display: inline;
}

#footerContainer a {
color: #e3e3e3;
text-decoration: underline;
}

#footerContainer a:hover {
text-decoration: none;
color: #d0d163;
}

#footerContainer p {
float: left;
color: #bc946c;
height: 40px;
line-height: 40px;
}
