/* CSS Document */

/*---------------- GENERAL FORMATTING -------------------------------*/
html{
}
body{
background: url(images/wood18.jpg) repeat center top;
	text-align: center;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p{
}

h3{
}

h4{
font-size: 0.8em;
}


hr{
}
.smalltext{
font-size: 0.7em;
}
.floatleft{
position: relative;
float: left;

}
.floatright{
position: relative;
float: right;
}


/*------------------PAGE ELEMENT LAYOUT (SHOULD BE USED IN INDEX.PHP)-----------------*/
#paper{
background: #FFFFFF;
padding: 15px;
width: 700px;
position: relative;
margin: 30px auto;
text-align: left;
border-bottom:2px solid #95795e;
border-right:0px solid #95795e;
}

#header {
width: 75%;
background: #ffffff url(images/sculpt.jpg) no-repeat;
border-bottom: 2px solid #ae7e64;
padding: 0px 0px 0px 130px;
height: 130px;
margin: 0px auto;
}

.header1 {
font-size: 40px;
color: #ae7e64;
margin: 0px 0px -20px 0px;
padding-top: 30px;
}

.header2 {
font-size:22px;
}

#content {
	padding: 0px 0px 0px 0px;
	border: 2px solid #ae7e64;
/*	padding: 0px 30px 0px 240px;*/
}
#rhpane {
padding: 0px 20px 0px 190px;
}

/*-------------------------------MENU-----------------------------------------------------*/
.menutop {
}



.menubottom {
}



#nav {
position: absolute;
top: 180px;
left: 35px;
list-style-type: none;
padding: 0px;
margin: 0px;
width: 150px;
}
#nav UL {
list-style-type: none;
padding: 0px 0px 0px 10px;
margin: 0px;
}
#nav LI {
padding: 3px 0px;
font-weight: bold;
}
#nav LI UL {
}
	
#nav LI UL UL {
}

/*catagory buttons*/
#nav LI A {
text-decoration: none;
color: #000000;
}
#nav LI A:hover {
color:#000000;
}

/*--page buttons style--*/
#nav LI UL LI{
}

#nav LI UL LI A{
color: #ae7e64;
}
#nav LI:hover UL UL {
}
#nav LI.sfhover UL UL {
}
#nav LI:hover UL {
}
#nav LI LI:hover UL {
}
#nav LI.sfhover UL {
}
#nav LI LI.sfhover UL {
}




	

