@charset "utf-8";
/* CSS Document */




html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background: #cdcdcd url(body-bg.png) repeat-x fixed;
	
	font: normal 13px/18px Tahoma, Arial, sans-serif, Helvetica;
}
img { border: 0; }

h2 {
	font: normal 14px/20px Tahoma, Arial, sans-serif, Helvetica;
	border-bottom: 1px dotted #333;
	margin-bottom: 3px;
	padding-bottom: 2px;
	width: 96%;
	
}

p { margin: 0 0 20px 0; padding: 0 }
#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
#header img {
	margin: 0 auto;
	display: block;
	position: absolute;
}
#main {
	width: 980px;
	margin: 0 auto;
}
#main table.about td p { text-align: left; }
#main table.print { margin-bottom: 20px; }
#main table.retouching img { margin-bottom: 10px; }
#main table.web td { width: 25%; }
#main table td {
	text-align: center;
	vertical-align: top
}
#main table td a {
	display: block;
	margin: 4px 0 15px 0;
	color: #0f68a3;
	text-decoration: none;
	outline: none;
}
#main table td a:hover {
	color: #f26522;
	font-weight:bold;
}
#main table img {
	border: solid 1px #ddd;
	padding: 2px;
	background: #fff;
}
#main table td a:hover img { }


