* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

body {
	background: #eec;
	text-align: center;
	font: 80%/155% Trebuchet, "Trebuchet MS", verdana, sans-serif;
	color: #210;
}

* html body {
	font-size: 70%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #b8bc69;
}

a:visited {
	color: #969a47;
}
a:hover, a:active {
	color: #b8bc69;
	text-decoration: underline;
}


h1, h2, h3 {
	color: #9ab;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 .2em 0;
	font-family: palatino, georgia, times, "times new roman", serif;
}

h1 {
	text-transform: uppercase;
	letter-spacing: .1em;
}

h1 a, h2 a, h3 a {
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	text-style: italic;
}

p, hr {
	margin: 0 0 1em 0;
}

p.intro {
	font-size: 1.3em;
	color: #765;
}






/*--- basic layout parameters ---*/

#wrap {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	text-align: center;
	margin: 0 0 30px 0;
}

#main, #foot {
	width: 780px; 
	margin: 0 auto;
	position: relative;

}

#head {
	border-bottom: 3px double #eec;
	margin-bottom: 20px;
}

#pic, #thumbs {
/* 	display: inline;
	float: left; */
}

#pic {
	width: 780px;
	text-align: center;
 	margin-bottom: 20px;
}

/* body.home #pic {
	width: 700px;
} */

#pic img {
	border: 2px solid #cca;
	max-width: 100%;
	height: auto;
}

.col {
	margin-right: 20px;
	text-align: left;
	float: left;
}

.one {
	width: 580px;
	margin-left: 100px;
	margin-right: 100px;
	
}

.two {
	width: 330px;
}


.three {
	width: 240px;
}




#foot {
	background: #fff;
	background-image: none;
	padding: 30px 0 10px 0;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 80%;
}
#foot a {
	font-weight: normal;
}

/*--- navigation lists ---*/

#nav, .navb {
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
	width: 780px;
}


.navb {
	padding: 20px 0 0 0;
	border-top: 1px solid #eec;
	margin: 20px 0 0 0;
}

#nav li, .navb li {
	display: inline;
	margin: 0 .6em;
}


#homenav {
	list-style: none;
	text-align: center;
}

#homenav li {
	width: 240px;
	float: left;
	display: inline;
	margin: 0 10px 1em 10px;
}

#homenav a {
	font-style: italic;
}
#homenav a img {
	border: 3px double #eec;
	padding: 1px;
	width: 236px;
}
#homenav a:hover {
	text-decoration: none;
	color: #bb6;
}
#homenav a:hover img {
	background: #bb9;
}


/*--- thumbnails ---*/
#thumbs {
	width: 780px;
	float: left;
	text-align: center
}

#thumbs a img {
/* 	float: left; */
	border: 2px solid #987;
	margin: 0 4px 8px 0;
	opacity: 0.9;
	moz-opacity: 0.9;
}

#thumbs a:visited img {
	border-color: #432;
	opacity: 0.7;
	moz-opacity: 0.7;
}

#thumbs a:hover img {
	border-color: #EBEF9C;
	opacity: 1.0;
	moz-opacity: 1.0;
}

/*--- forms ---*/

label, input, textarea, select {
	display: block;
	margin-bottom: .3em;
	width: 200px;
}
input, textarea, select {
	padding: 1px;
	border: 2px solid #ddd;
}
input:focus, textarea:focus {
	background: #ffe;
}
input.but, select {
	width: auto;
/* 	display: inline; */
}

input.but {
	border: 0;
	padding: 6px;
}


/*--- misc additions ---*/

img.r {
	float: right;
	margin: 0 0 1em 1em;
}

.smaller {
	font-size: 90%;
}
.larger {
	font-size: 115%;
}

form {
}

.ghost {
	width: 1px;
	height: 0px;
	clear: both;
	visibility: hidden;
}
