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

:focus { -moz-outline-style: none; } /* Mozilla specific hack to remove */

* {
	margin:0;
	padding:0;
}
body {
	padding:10px;
	padding-top:30px;
	padding-bottom:50px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#333;
}
a:hover {
	text-decoration:none;
}
hr {
	clear:both;
}
p {
	margin-bottom:5px;
}
img {
	border:0;
}
#content {
	margin:auto;
	width:914px;
	padding-bottom:50px;
}
#sidebar {
	width:316px;
	height:600px;
	margin-bottom:50px;
	padding-right:20px;
	float:left;
	border-right:1px solid #666;
	font-size:11px;
}
#sidebar h1 a {
	display:block;
	width:310px;
	height:70px;
	overflow:hidden;
	white-space:nowrap;
	background-image:url(logo.gif);
	background-repeat:no-repeat;
	text-indent:400px;
	/*border-bottom:1px solid #ccc;*/
	margin-bottom:5px;
}
#sidebar h2 {
	font-size:13px;
	margin-bottom:10px;
}
#grid {
	display:block;
	width:316px;
	height:300px;
	padding-bottom:20px;
	position:absolute;
	top:130px;
	top:100px;
}
#grid img {
	margin-right:3px;
	margin-bottom:3px;
}
#setdata {
	width:309px;
}
#setpaging {
	text-align:right;
	margin-bottom:5px;
}
#main_image {
	display:block;
	width:550px;
	height:600px;
	float:right
}
#main_image_content, #slideshow {
	position:absolute;
	top:130px;
	top:100px;
}
#main_image_content, #slideshow {
	left:50%;
	margin-left:-92px;
}
#main_image_content, #slideshow {
	font-size:11px;
	font-weight:normal;
	width:500px;
}
.caption {
	padding-top:10px;
}
#main_image_content img {
	padding-bottom:10px;
}
#main_image select {
	margin-bottom:10px;
}