body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: black url(gfx/pat_body_bottom.gif) center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: black url(gfx/pat_body_bottom.gif) center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
img {
	border-width: 0px;
	}

#layout {
	min-height: 642px;
	background: url(gfx/pat_body_top.gif) repeat-x;
	}
#centered {
	position: relative;
	background: black;
	}

#left {
	}
#right {
	}

#centered #header {
	width: 100%;
	height: 150px;
	background: url(gfx/img_header.gif) no-repeat center top;
	}
#centered #header p {
	display: none;
	}

/*----------------------------------------------------------------------------*/
/* CONTENT */
#centered #content {
	padding: 40px;
	min-height:400px;
	background: url(gfx/pat_content.gif);
	}

body.gallery #centered #content #canvas {
	border: solid 2px;
	padding: 10px;
	background: #27211c;
	}

body.gallery #centered #content #canvas .centerpeice {
	border: solid 2px;
	background: black;
	}

body.gallery #centered #content #canvas table{
	padding: 10px;
	width: 100%;
	}
body.gallery #centered #content #canvas #description {
	color: #b0a6a0;
	}
body.gallery #centered #content #canvas .button {
	width: 21px;
	height: 21px;
	}

body.gallery #centered #content #canvas #thumbnails td {
	padding: 15px;
	height: 130px;
	}

body.gallery #centered #content #canvas #thumbnails img {
	border: solid 1px black;
	}
/*----------------------------------------------------------------------------*/
/* BUTTON BAR */
#centered #buttons {
	height: 32px;
	background: url(gfx/pat_buttons.gif);
	}
#centered #buttons table {
	height: 32px;
	width: 100%;
	}
#centered #buttons .button {
	width: 33%;
	}
#centered #buttons .button a {
	width: 150px;
	height: 32px;
	margin: 0 auto;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	}

#centered #buttons .button.resume a {
	background-image: url(gfx/btn_resume_inactive.gif);
	}
#centered #buttons .button.gallery a {
	background-image: url(gfx/btn_gallery_inactive.gif);
	}
#centered #buttons .button.contact a {
	background-image: url(gfx/btn_contact_inactive.gif);
	}

body.resume #centered #buttons .button.resume a {
	background-image: url(gfx/btn_resume_active.gif);
}
body.gallery #centered #buttons .button.gallery a {
	background-image: url(gfx/btn_gallery_active.gif);
}
body.contact #centered #buttons .button.contact a {
	background-image: url(gfx/btn_contact_active.gif);
}

