body {
	background-image: url('images/pagebkgd.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0 auto; padding: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0em;
	color: #a8a8a8;
}

td {
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: .05em;
	color: #a8a8a8;
}

em {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #fff;
	
}


/*______________________________________________ MAIN CLASSES */


img.thumb {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 5px;
	width: 160px;
	height: 160px;
}

img.icon {
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	border-right: 3px solid #666;
}

div.divider {
	height: 1px;
	border-top: 1px dotted #cccccc;
	margin: 15px 0px 15px 0px;
}

div.pad {
	margin: 0px 200px;
	text-align: center;
}

div.piccenter {
	padding: 30px 0px 0px 0px;
	text-align: center;
}

p.contentheading {
	color: #fff;
	font-size: 22px;
}

/*______________________________________________ LINK CLASSES */

a:link { color: #fff; }
a:visited, a:active { color: #ccc; }
a:hover { color: #fff; }

a:link.toplink, a:visited.toplink, a:active.toplink {
	font-size: 16px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #ccc;
	text-decoration: none;
}
a:hover.toplink {
	color: #fff;
	border-bottom: 3px solid #666;
}

#menu_design {
	  display: block;
	  width: 82px;
	  height: 48px;
	  background: url("images/link_design.png") no-repeat 0 0; }

	#menu_design:hover,#menu_design.current { background-position: 0 -48px; }

	#menu_design span { display: none; }

#menu_ill {
	  display: block;
	  width: 126px;
	  height: 48px;
	  background: url("images/link_ill.png") no-repeat 0 0; }

	#menu_ill:hover,#menu_ill.current { background-position: 0 -48px; }

	#menu_ill span { display: none; }

#menu_web {
	  display: block;
	  width: 108px;
	  height: 48px;
	  background: url("images/link_web.png") no-repeat 0 0; }

	#menu_web:hover,#menu_web.current { background-position: 0 -48px; }

	#menu_web span { display: none; }



#menu_extras {
	  display: block;
	  width: 76px;
	  height: 48px;
	  background: url("images/link_extras.png") no-repeat 0 0; }

	#menu_extras:hover,#menu_extras.current { background-position: 0 -48px; }

	#menu_extras span { display: none; }


/*______________________________________________ LAYOUT DIVS */



#wrapper {
	position: relative;
	background-image: url('images/wrapperbkgd1000.png');
	background-repeat: repeat-y;
	top: 0px;
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

#topbkgd {
	text-align: center;
}

#topbar {
	background-image: url('images/topbar.png');
	background-repeat: repeat-x;
	height: 12px;

}
/*
#topbarbox {
	background-image: url('images/topbarbox.png');
	width: 74px;
	height: 91px;
	position: relative;
	top: -12px;
	left: 910px;	
}
*/

table.topmenu {
	
}

table.mainmenu {
	
}

#menu {
	position: relative;
	top: 10px;
}

#content {
	padding-top: 15px;
}

#footer {
	width: 1000px;
	height: 34px;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #000000;
	margin-bottom: 30px;
	background-image: url('images/footer.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #333333;
	padding-top: 3px;
}