/* CSS Document  http://css.maxdesign.com.au/selectutorial/steps/step22.htm*/
body
{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	text-align:center;
	font: 16px georgia, times, "times new roman", serif;	
}


#indexholder {
	width:766px;
	margin: 0 auto;
	position: relative;
	background: url(images/2colmiddle.jpg) repeat-y;
}

#indextop {
	position:relative;
	background-image:url(images/indextop.jpg);
	height:200px;
	
}

#indexbottom {
	height:115px;
	position:relative;
	font-size:10px;
	color: #CCCC99;
	padding-top: 90px;
	padding-right: 120px;
	text-align: center;
	background-image:url(images/2colbottom.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#indexbottom ul{border-bottom:thin}
#indexbottom ul li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#indexbottom a{
	text-decoration:underline;
	color: #FFFFCC;
}

#plainholder {
	width:766px;
	margin: 0 auto;
	position: relative;
	background: url(images/plainmiddle.jpg) repeat-y;
}

#plainmiddle {
	position:relative;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}


#plaintop {
	position:relative;
	background-image:url(images/plaintop.jpg);
	height:200px;
	
}

#plainbottom {
	height:105px;
	position:relative;
	font-size:10px;
	color: #CCCC99;
	padding-top: 90px;
	padding-right: 120px;
	text-align: center;
	background: url(images/plainbottom.jpg) no-repeat;
}

#plainbottom ul{border-bottom:thin}
#plainbottom ul li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#plainbottom a{
	text-decoration:underline;
	color: #FFFFCC;
}

#nav {
	position:absolute;
	z-index:3;
	width:551px;
	left: 278px;
	top: 77px;
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

#homelink {
	position:absolute;
	z-index:3;
	width:340px;
	left: 360px;
	top: -5px;
	height: 86px;
	
}


#pagetitle{
	position:absolute;
	z-index:3;
	width:261px;
	left: 426px;
	top: 145px;
	height: 25px;
	/*font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style: italic;*/
	font-weight: bold;
	font-size: 24px;
	color: #80784A;
	font-style: italic;
	border-color: #80784a;
	border-bottom-style: double;
	vertical-align: text-bottom;
}

.inlineul {
	display: inline;
	
}

.inlineli {
	display: inline;
	z-index: 2;
	float: left;
	padding: 10px;
}

#leftcol
{
	float: left;
	width: 480px;
	padding-left: 15px;
	padding-top: 15px;
	
	
}


#rightcol
{
	float: right;
	width: 250px;
	text-align:right;
	padding-right: 10px;
	padding-top: 15px;
}


#middlecol
{
margin-left: 260px;
margin-right: 260px;
}


#cleardiv
{
clear: both;
height: 1em;
}

div#footer li
{
display: inline;
margin-right: 1em;
} 

h1 {
	font-size: 24px;
	color: #80784A;
	font-variant: normal;
}

h2 {
	font-size: 18px;
	color: #80784A;
	font-variant: small-caps;
	text-decoration: underline;
}

h3 {
	color: #80784A;
	font-size: 16px;
	
}

.outlinedtable {
	background: #484323 url(images/boxbg.jpg);
	border-top: #3E3A17;
	border-right: #3E3A17;
	border-bottom: #3E3A17;
	border-left: #3E3A17;
}

.underlineIt {
	border-color: #66602E;
	border-bottom-style: solid;
}

.quotepar {
	text-align: justify;
	font-size: 14px;
	background: #FFFFCC;
	font-style: italic;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
}



a:link{
	color: #009966;
	}
	
#indextop a:link {color: #000000;text-decoration: none}     /* unvisited link */
#indextop a:visited {color: #000000; text-decoration:none}  /* visited link */
#indextop a:hover {color: #FFFFCC; text-decoration:underline}   /* mouse over link */


#plaintop a:link {color: #000000;text-decoration: none}     /* unvisited link */
#plaintop a:visited {color: #000000; text-decoration:none}  /* visited link */
#plaintop a:hover {color: #FFFFCC; text-decoration:underline}   /* mouse over link */
#plaintop a:active {color: #999966}   /* selected link */



.shoplinks a:link{color:#80784A}


	
.borderAround {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #66602E;
	border-right-color: #66602E;
	border-bottom-color: #66602E;
	border-left-color: #66602E;
}
