/* CSS Document - Coyote Publishing Ltd. */

body {
	background-image: url('../images/cccbg.jpg');
	background-color: #000000;
	background-repeat: repeat-x;
	margin-top:0px; background-position: center top;
}

#divbody {
	margin-top:0px;
	width:800px;
	text-align:left;
	background-image:url('../images/ccctopbg.jpg');
	background-position: fixed top;
	background-repeat: no-repeat; 
	text-align:center;
}

#menu {
	width: 800px;
	background-color: #392B15;
	height: 20px;
	margin-top:25px;
}


#content {
	width: 700px;
	margin-left: 50px;
	margin-right: 50px;
	position-center
	font-family: Georgia;
	color: #4F5038;
	font-size: 15px;
}

#rollover{
	margin-top: 58px;
	margin-left: 390px;
	width: 400px;
	height: 35px;
}


#welcomemsg {
	margin-top:37px;
	margin-left: 140px;
	width: 640px;
	color: #000000;
	text-align: center;
	font-family: Georgia;
	font-size: 20px;
	float: left;
}

#main {
	margin-top: 24px;
	margin-left: 89px;
	width: 721px;
	text-align:center;
	float: left;
}

#spacer {
	background-image: url('../images/mainbg.jpg');
	width: 721px;
	height: 20px;
	background-repeat: repeat-y;
	float: left
}

#spacer2 {
	background-image: url('../images/mainbg.jpg');
	width: 721px;
	height: 5px;
	background-repeat: repeat-y;
	float: left
}

#freespace {
	background-image: url('../images/mainbg.jpg');
	width: 721px;
	background-repeat: repeat-y;
	float: left;
	text-align:center
}


#maintext{
	margin-left: 30px;
	width: 630px;
	text-align:left;
	font-family: Arial;
	font-size: 12px;
}

html>body #maintext { /*Non IE rule*/
	margin-left: 60px;
}

#sidebar {
	background-image: url('../images/sidebg.jpg');
	width: 206px;
	background-repeat: repeat-y;
	margin-top:94px;
	float:left;
	color: #000000;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold
}

.highlight {
	background-color: #CBB587;
}

#footer {
	background-image: url('../images/bottombg.jpg');
	background-repeat: no-repeat;
	width: 933px;
	height: 135px;
	float:left;
	margin-left: 87px
}
#footercontent {
	margin-left: 285px;
	margin-top: 85px;
	width: 750px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

html>body #footercontent { /*Non IE rule*/
	margin-left: 400px;
	margin-top: 85px;
	width: 750px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

br { clear: both; }

a.link{
	color: #392B15;
	font-family: Arial;
	font-size: 11px;
}

a.hover{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

a.visited{
	color: #392B15;
	font-family: Arial;
	font-size: 11px;
}

a.menu:link{
	color: #392B15;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
}

a.menu:hover{
	color: #CBB587;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
}

a.menu:visited{
	color: #392B15;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
}

a.footer:link{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

a.footer:hover{
	color: #CBB587;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

a.footer:visited{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

.text{
	font-family: Arial;
	font-size: 12px;
}

.smalltext{
	font-family: Arial;
	font-size: 9px;
}

.browntext{
	color: #392B15;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

.browntextsmall{
	color: #392B15;
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CBB587;
padding: 5px;
left: -1000px;
width:160px;
visibility: hidden;
color: black;
font-family: arial;
font-size: 11px;
font-weight:bold;
text-decoration: none;
text-align:center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

html>body .thumbnail:hover span { /*Non IE rule*/
	visibility: visible;
	top: -90px;
	left: 60px;
}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CBB587;
padding: 5px;
left: -1000px;
width:80px;
visibility: hidden;
color: black;
font-family: arial;
font-size: 11px;
font-weight:bold;
text-decoration: none;
text-align:center;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

html>body .thumbnail2:hover span { /*Non IE rule*/
	visibility: visible;
	top: -90px;
	left: 60px;
}

.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CBB587;
padding: 5px;
left: -1000px;
width:270px;
visibility: hidden;
color: black;
font-family: arial;
font-size: 11px;
font-weight:bold;
text-decoration: none;
text-align:center;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

html>body .thumbnail3:hover span { /*Non IE rule*/
	visibility: visible;
	top: -90px;
	left: 60px;
}