img.shots {
	margin-left: 30px;
}
a.gotop {
	float:right;
	font-size: .75em;
	margin-top: -45px;
	margin-right: 10px;
}
a.goback {
	font-size: .75em;
	margin-left: 10px;
}
ul#nav li a#lang:hover {
	background: #06f;
}
ul#nav li a#lang {
	margin-right: 40px;
	border-color: #06f;
	border-width: 1px;
	border-style: solid;
}

html {
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida", sans-serif;
	color: #333;
	overflow-y: auto !important;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#top {
	border-bottom: thick double #fff;
	background: #eee url(top.png) repeat-x top;
}
h1, ul#nav { font-family: Candara, "Trebuchet MS", sans-serif; }
h1 {
	font-weight: normal;
	margin: 0;
	padding: .35em 0 .5em .5em;
}
h1 a {
	color: #444;
	text-decoration: none;
}
h1 em {
	font-style: normal;
	color: #999;
}
h2 {
	border-bottom: 1px solid #ccc;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-top: 1em;
}
img { border: none; }
ul { list-style: square; }
ul#nav {
	display: inline;
	float: right;
	font-size: .9em;
	margin: -1.7em 1em 3.5em 0;
}
ul#nav li { display: inline; }
ul#nav li a {
	text-decoration: none;
	color: #222;
	padding: .1em .5em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
ul#nav li a:hover {
	color: #fff;
	background: #f60;
}
#content {
	width: 80%;
	clear: both;
	font-size: 1em;
	line-height: 1.75;
	min-height: 400px;
	min-width: 600px;
	margin: 0 auto 3em;
}
#content a { color: #06c; }
#content a:hover { color: #808; }
ul.dl em {
	font-style: normal;
	font-size: .8em;
	color: #999;
}
hr#sp {
	width: 95%;
	margin: 2em auto;
}
input#q { width: 50%; }
#end {
	background: #666;
	color: #ccc;
	font-size: .7em;
	width: 100%;
	text-align: center;
	line-height: 2;
}
#end a {
	color: #fff;
	text-decoration: none;
}
#ga {
	text-align: center;
	margin-top: 4em;
}
#captcha {
	width: 150px;
	font: bold small 'Courier New', Courier, monospace;
	text-align: center;
}
#captchaimg { border: outset thin #333; }
@media print {
	#content { width: 100%; }
	h1, ul#nav, #left, #right, #end, #ga { display: none; }
}
@media handheld {
	#content {
		width: 100%;
		border: none;
	}
	#left, #right { display: none; }
	ul#nav { margin-top: .5em; }
}

