@charset "utf-8";
/*Coded by Tim Anderson
tim@visualworkz.com

Table of Contents
Global Rules
Links and Text
Head Rules
Content Rules
General Classes*/

/*Global Rules*/
body {
	font-family: "Myriad Pro", "Optima", "Times New Roman", serif,;
	font-size: 1em;
	color: #666666;
	margin:0px auto;
}
#wrap {
	background:#FFFFFF;
	position:relative;
	width:1000px;
	margin:0px auto;
}
#head {
	position:relative;
	width:1000px;
	height:133px;
	margin:25px 0px 0px;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: center 84px;
}
#content {
	position:relative;
	width:1000px;
}
#home {
	background:#a89261 url(images/bgSlice3.jpg) top center repeat-x;
}
/*Links and Text*/
p,h1,h2,h3,li {
	color:#666666;
}
a {
	color:#666666;
}
a:hover {
	color:#000000;
}

/*Head Rules*/
#logo {
	position:absolute;
	background:url(images/logo.jpg) center no-repeat;
	width:266px;
	height:133px;
	left:10px;
	top:0px;
}
#scroll {
	position:absolute;
	right:0px;
	top:84px;
	width:136px;
	height:49px;
	background:url(images/scrollwork.gif) center no-repeat;
}
#head #nav {
	position:absolute;
	left:300px;
	bottom:30px;
}
#head h3 {
	text-transform: uppercase;
	font-size:.80em;
	display:inline;
	margin:0px 25px;
}
#head a {
	color:#68560d;
	text-decoration:none;
}
#head a:hover {
	text-decoration:underline;
}
/*Content Rules*/
#box {
	position:absolute;
	width:198px;
	height:393px;
	top:0px;
	left:45px;
	background:url(images/box.jpg) center no-repeat;
	line-height:16px;
}
#box p {
	text-align:center;
	font-size:0.75em;
	color: #ba9d5d;
	font-weight: 600;
}
#splash {
	position:relative;
	height:393px;
	width:539px;
	left:300px;
	top:0px;
}
#splash li {
	font-size:.75em;
	list-style-image: url(images/arrow.gif);
	color:#999999;
}
#purchase {
	position:absolute;
	top:250px;
	right:125px;
}
#contentCopy {
	position:relative;
	width:700px;
	left:250px;
	top:0px;
	overflow: auto;
}
#contentCopy p {
	font-size:.9em;
	margin:0px 60px 10px 0px;
}
#contentCopy h1 {
	font-size:1.4em;
}
#contentCopy h2 {
	font-size:1.2em;
}
#contentCopy h3 {
	font-size:1em;
}
#contentCopy #sub {
	text-align:center;
	font-size:.9em;
}
/*General Classes*/
.ital {
	font-style: italic;
}
.small {
	font-size:.5em;
}
.headshot {
	background-position: top;	
}
.border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}