/* body */

body {
	background-attachment: scroll;
	background-color: #837c76;
}


/* layout table */

table#layouttable {
}

table#layouttable th {
}

table#layouttable td {
}


/* header */

th#header {
	background-attachment: scroll;
	background-image: url(/img/img_misc/jcl_logo_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

body#home th#header {
	background-image: none;
}


/* toolbar */

td#toolbar {
}

td#toolbar a {
}

td#toolbar a:hover {
}


/* content */

td#content {
}


/* footer */

td#footer {
}

td#footer div#copyright {
	color: #c1bdba;
}