body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;

}
.group:after {
	content: ".";
	display:block;
	height:0;
	clear: both;
	visibility: hidden;
margin:0;
padding:0;
}


/* COLUMN FLOATS ============================*/
.col1 {
	width:300px;
	float:left;
	height: auto;
	padding-left: 10%;
	text-align: left;
	margin:0;
	}
.col2 {
	width:400px;
	float:left;
	margin:0px 20px;
	height: auto;
	text-align: left;
	}
/* TOP/HEADER/NAV  ============================*/
#header {
	text-align: center;
	height: 62px;
	width: 100%;
	padding-top:30px;
	vertical-align: bottom;
}
#nav {
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	border-bottom: 1px solid #CCC;
	margin-top:10px;	
	padding-bottom: 10px;
}

#nav a {
	margin:0px;
	text-decoration: none;
	font-size: 10px;
	height: 25px;
	text-align: center;
	display: inline;
	padding: 5px 10px;
	border-right: 5px solid white;
	background-color: #ffc;
	color: #660033;
}
#nav a:hover, a:active {
	display: inline;
	padding: 5px 10px;
	border-right: 5px solid white;
	background-color: #FF9966;
	background-image: url(../img/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}


/* GALLERY / MIDDLE DIVS  ==============================================*/

#wrap {
	height: 600px;
	width:80%;
	max-width: 1000px;
	min-width: 858px;
	margin: 0 auto;
	clear:both;
	}
.block {
	display: inline;
	float: none;
	position: relative;
}
#wrap #galleryItems {
	text-align: center;
	position: relative;
	height: 320px;
	padding: 20px;
	background-color: #cf9;
	background-image: url(../img/pattern2b.jpg);
	overflow: hidden;
	}

#wrap #galleryItems  .thumb {
	display: inline;
	height:auto;
	width:20%;
	position: relative;
	}
#wrap #galleryItems img {
	border: 2px solid #FFFFFF;
	margin: 0px 10px 15px 10px;
	background: white;

}
#wrap #galleryItems  img:hover {
	border: 2px solid #993;
}

/* GROUP DIV ONLY   ============================================*/
.group  {
		margin:0;
}
.group h1 {
	font-size: 3em;
	color: #f96;
	text-align: left;
	line-height: 1.1em;
	margin:0;
	padding:0;
}

.group p {
	margin:0;
	padding:0;
	color: #000;
	line-height: 1.5em;

}
.group p + p {
	text-indent:1.5em;
}


/* UNIVERSAL  STYLES ============================================*/
a, a:visited  {
	text-decoration: none;
	color: #999;
	letter-spacing: 0px;
	padding: 0px;
	border: 0px;
	height: auto;
}
a:hover, a:active {
	color: #f96;
	text-decoration: underline;
	display: inline;
	padding: 0px;
	border: 0px;
	height: auto;
	height: 25px;
	background: url(none);
}
h2 {
	color: #f96;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.largeOrange {
	font-size: 24px;
	color: #FC9A66;
}

.orange {color:#f96;}
.orangeLt {color:#fc6;}
.green {color:#cf6;}
.greenDk {color:#993;}
.yellow {color:#ffc;}
.red {color:#c03;}
.redDk {color:#600;}

.sm {
	font-size: .7em;
}
.hide {
	visibility:hidden;
	display: none;
}

/* FOR DETAIL PAGES ================================*/

#infobar {
	clear:both;
	width: auto;
	position: relative;
	margin-top:10px;
	height: 25px;
	overflow: hidden;
}
#infobar .infoFirst {
	position: relative;
	float:left;
	height: 25px;
	padding: 0px 10px 0px 0px;
	width: 35px;
	margin-right: 20px;
}
#infobar .infoText {
	font-size: 14px;
	position: relative;
	height:25px;
	padding: 6px 10px 0px;
	border-left: 2px solid #CCC;
	white-space: nowrap;
	float: left;
	text-align: center;
	width: auto;
}
#infobar .infoLast {
	position: relative;
	float:right;
	height: 25px;
	padding: 0px 0px 0px 10px;
	width: 35px;
	margin-left: 20px;
}
#field {
	height:529px;
	background-color: #ffc;
	padding: 10px;
	background-image: url(../img/tile_yel.jpg);
	vertical-align: middle;
	position:relative;
	text-align: center;
}
#return {
	background: #FDCC65;
	padding: 4px;
	border: 1px solid #FC9A66;
	left: 10px;
	top: 10px;
	width: 75px;
	position: absolute;
	z-index: 2;
	vertical-align: middle;
}

/* FOOTER  ============================================*/
#bottom {
	background-image: url(../img/frill.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
