html, body {
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;

    /* no more scroll bar */
    overflow: hidden;
}

.overflow{
	overflow:auto;
}


div.layer, table.layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

table.fullheight{
	height: 100%;
}

td.creditbottom{
	background-image:url(../_img/credit.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:20px;
}

.pad15{
	padding:15px;
}

div.credit{
	position:absolute;
	left:15px;
	bottom:15px;
}

#toosmall{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../_img/darktrans.png);
	color:#FFFFFF;
	top:0px;
	left:0px;
	text-align:center;
	padding-top:15px;
}


body {
	background-repeat: no-repeat;
	margin: 15px;
	background-attachment: fixed;
}
.divide {
	/*
	background-image: url(../_img/crustyline.png);
	background-repeat: repeat-y;
	*/
	padding-right: 15px;
	padding-left: 15px;
	background-position: center top;
}
td, .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.menu {
	margin: 0px;
	margin-bottom: 13px !important; margin-bottom: 0px
}
.headline {
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
.posted {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.buttonlink a:link {
	text-decoration: none;
	}

.buttonlink a:visited {
	text-decoration: none;
	}

.buttonlink a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	}

.buttonlink a:active {
	text-decoration: none;
	}
ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li {
	padding-bottom: 4px;
}
dl {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0px 0px 4px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.photoborder {
	border: 1px solid #000000;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

form, iframe, object, embed, select {
	margin:0px;
	padding:0px;
}

a.slideButton{
	background-color:transparent;
	border:0px;
}

#subnav-news{
	display:block;
}

#subnav-work{
	display:none;
}

#subnav-about{
	display:none;
}

#subnav-contact{
	display:none;
}

#subnav-shop{
	display:none;
}

#crustyline{
	position:absolute;
	top:0px;
	height:100%;
	width:50px;
	left:258px;
	background-image: url(../_img/crustyline.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.paypal{
	display:inline;
	vertical-align:bottom;
}