html, body, div, form, input, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote p { padding: 0; margin: 0; }

body {
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	color: #333;
	background:#FFF url("../pic/bg.jpg") top left repeat-x;
}
#body {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
a {
	color: #333;
}

#navigation {
	float:left;
	width:100%;
	font-size:14px;
	line-height:normal;
}
#navigation ul {
	margin:0;
	padding:53px 10px 0 350px;
	list-style:none;
}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#navigation a {
	float:left;
	background:url("../pic/tableft1.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#navigation a span {
	float:left;
	display:block;
	background:url("../pic/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#222;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#222;
}
#navigation a:hover {
	background-position:0% -42px;
}
#navigation a:hover span {
	background-position:100% -42px;
}
#navigation #current a {
	background-position:0% -42px;
}
#navigation #current a span {
	background-position:100% -42px;
}

h4 {
	font-size: 12px;
}

.subnavi li {
	list-style:none;
}
.subnavi a {
	color: #333;
}

#content {
	width: 420px;
	margin-top: 40px;
}

#content h1 {
	font: normal 28px/28px "Helvetica", sans-serif;
	min-height: 15px;
	line-height: 1.1;
	border-bottom: 1px solid #333;
}


#myTable tr td{
	padding: 5px;
}

a img {
	border: 0;
}

#sidebar {
	position: relative;
	margin-top: 22px;
	width: 310px;
	float: right;
}

#dimmer {
	position: absolute;
	width:100%;height:100%;
	top:0;left:0;
	background:#FFF;
}


#imagerules, .hint {
	font-size: 11px;
	padding: 10px;
	color: #999;
}

#showimage {

}

.image_fullsize {
	position: absolute;
	top: 100px;
	border: 20px solid #FFF;
}


#footer {
	border-top: 1px solid #CCC;
	margin-top: 20px;
	color: #CCC;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	border-bottom: 1px solid #999;
}
