body {
	margin:0;
	background-color:white;
}

body, td {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}

a {
	color:#C82100;	
}

a:hover {
	color:#CD3719;
}

/*** CONTAINERS ********************/


table#document {
	width:100%;
	height:100%;
}

table#document td.header {
	background-color:#ff2900;
}

table#document td.footer {
	height:20px;
	vertical-align:middle;
	color:gray;
	padding:0 10px;
}




table#sketch-gallery td#thumbs {
	width:200px;
	text-align:center;
	vertical-align:top;
}

table#sketch-gallery td#sketch {
	text-align:center;
	vertical-align:middle;
}



/*** ELEMENTS  *******************/

table#document td#thumbs img {
	border:1px solid #c05888;
}

table#document td#sketch img {
	;
}

/*** TABS *******************/

ul#navigation {
	list-style:none;
	margin:0;
	padding:0;
}

/*** inactive tabs ***/
ul#navigation li {
	float:right;
	display:block;
	background:#C82100 url("images/tab-inactive-left.gif") no-repeat left top;
	margin:0 0 0 1px;
	padding:3px 0;
}
ul#navigation li a {
	background:transparent url("images/tab-inactive-right.gif") no-repeat right top;
	font-weight:bold;
	font-size:13px;
	color:white;
	text-decoration:none;
	padding:3px 20px;
}

/*** hover tabs ***/
ul#navigation li:hover {
	background:#CD3719 url("images/tab-hover-left.gif") no-repeat left top;
}
ul#navigation li a:hover {
	background:transparent url("images/tab-hover-right.gif") no-repeat right top;
}

/** active tabs **/
body#section-editorial ul#navigation li#tab-editorial,
body#section-publishing ul#navigation li#tab-publishing,
body#section-design ul#navigation li#tab-design,
body#section-advertising ul#navigation li#tab-advertising,
body#section-exhibit ul#navigation li#tab-exhibit,
body#section-sketchbook ul#navigation li#tab-sketchbook,
body#section-life ul#navigation li#tab-life,

body#section-contact ul#navigation li#tab-contact {
	background:white url("images/tab-active-left.gif") no-repeat left top;
}

body#section-editorial ul#navigation li#tab-editorial a,
body#section-publishing ul#navigation li#tab-publishing a,
body#section-design ul#navigation li#tab-design a,
body#section-advertising ul#navigation li#tab-advertising a,
body#section-exhibit ul#navigation li#tab-exhibit a,
body#section-sketchbook ul#navigation li#tab-sketchbook a,
body#section-life ul#navigation li#tab-life a,

body#section-contact ul#navigation li#tab-contact a {
	background:transparent url("images/tab-active-right.gif") no-repeat right top;
	color:#005828;
}