
body{
    margin:0;
	padding:0;
	font-family: Playbill;
	font-size:24;
	font-weight:normal;
	/* background: url("../images/creamcanvas.gif"); */
	background: url("../images/yellotx.jpg");
}

h1.welcome{
    font-size: 60px;
	halign:center;
}

h2.welcome{
/*
    font-size:24px;
    */
   font-family: Rockwell Extra Bold;
    font-size:14px;
 	halign:center;
}


a {text-decoration:none; color:#803; font-weight:normal;}
/*
a {color:#803; font-weight:normal;}
*/

/* Div Properties */

.bodyformat{
    width:740px ;
    halign:center;
}

.xmaslist{
    width:740px ;
    font-size:36;
}

.wanted{
    font-family: Rockwell Extra Bold;
    font-size:14px;
    width:660px;
    halign:center;
}

.link{
    font-family: Rockwell Extra Bold;
    font-size:12px;
    width:660px;
    halign:center;
}

.header{
    align:center;
    font-size:24px;
}

.category{
    align:left;
    font-size:18px;
}

#sign{
	position:absolute; 
	top:80px;
	left:50%;
	z-index:100;
	margin-left: -80px;
	width: 450px;
    font-size:48px;
	height: 50px;
	} 

#top{
    display:block;
	position:absolute;
	left:50%;
	height:227px;
	margin-left:-370px;
	z-index:99;
	width:740px;
	background: url("../images/banner2.gif") no-repeat top center;
}

#nav{
    padding:0;
	position:absolute;
	left:50%;
	margin-left:-225px;
	margin-top:170px;
	width:740px;
	height:565px;
	z-index:200;
}

#emboss{
    display:block;
    padding:0;
	position:absolute;
	left:50%;
	margin-left:-365px;
	margin-top:210px;
	width:740px;
	height:182px;
	background: url("../images/stagecoachA.gif") no-repeat top center;
}

#main{
    padding:0;
	position:absolute;
	width:740px;
	left:50%;
	margin-left:-365px;
}

#back{
    display:block;
	width:740px;
	height:227px;
	background: url("../images/ropeframetop.gif") no-repeat bottom center;
}

#body{
    display:block;
	width:740px;
	/* height:560px; */
	background: url("../images/ropeframe.gif") repeat-y top center;
}

#bottom{
    display:block;
	width:740px;
	height:100px;
	background: url("../images/ropeframebtm.gif") no-repeat top center;
}

#copyright{
    display:block;
    width:740px;
    font-size:18;
    	margin-top:-40px;
}

