body {
	margin:15px 0 0 0;
	background:#fff;
	font-family:arial, verdana, tahoma;
	color:#949494;
	font-size:62.5%;
}

#main {
	width:970px;
	margin:0 auto 0 auto;
}

#content {
	width:315px;
	float:left;
	margin:0 25px 0 0;
}

#thumbs {
	width:230px;
	float:left;
}

#content h1 {
	border-width:2px 0 0 0;
	font-size:2.2em;
	margin-top:0;
	font-family:tahoma;
}
#content p {
	text-align:justify;
	font-size:1.4em;
	line-height:1.6em;
}

#content p.type1 {
	border-bottom:solid 2px #999;
	padding-bottom:5px;
} 

#content p.type2 {
	text-align:right;
}

#content ul.link {
	margin:0;
	padding:0;
	list-style-type:none;
}

#content ul.link li {
	float:left;
	background-color:#ccc;
	border:solid 1px #fff;
	border-width:0 1px 2px 1px;
	font-size:1.3em;
}

#content h2.type1 {
	background-color:;
	color:#fff;
	margin:0 0 2px 0;
	padding:2px 10px 5px 10px;
	background-color:#999;
	/* background:#999 url(../images/arrow_down.gif) no-repeat right; */
	font-size:2em;
}

#content ul.link li a, #content ul.link li a:visited {
	text-decoration:none;
	color:#fff;
	min-width:93px;
	font-size:1.3em;
	display:block;
	padding:0 5px 0 5px;
}
#content ul.link li a:hover {
	background-color:#999;
	color:#ccc;
}

#thumbs {
	position:relative;
	width:230px;
}

#thumbs a, #thumbs a:visited {
	margin:0 8px 10px 0;
	border:solid 2px #fff;
	height:120px;
	overflow:hidden;
	display:block;
	float:left;
}

#thumbs a:hover {
	border:solid 2px #ccc;
	position:relative;
	z-index:5;
	margin-left:5px;
}

#thumbs a img {
	display:inline;
}

#cntmainimage {
	width:400px;
	height:525px;
	overflow:hidden;
	float:left;
	background-image:url(../images/mainimage_loading.gif);
}

#footer {
	background-color:#999;
	color:#ccc;
	padding:5px 15px 5px 0;
	height:42px;
	*margin-top:10px;
	clear:both;
}

#footer h2 {
	float:left;
	margin:7px 0 0 10px;
	color:#fff;
	font-size:2.2em;
}

#footer ul {
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer li {
	float:left;
	width:38px;
	height:42px;

}

#footer li.previous {
	background-image:url(../images/arrow_previous.gif);
	margin-right:20px;
}

#footer li.next {
	background-image:url(../images/arrow_next.gif);
}

#footer li a, #footer li a:visited {
	width:38px;
	height:42px;
	display:block;
}

#footer li.previous a:hover {
	background-image:url(../images/arrow_previous_over.gif);
}

#footer li.next a:hover {
	background-image:url(../images/arrow_next_over.gif);
}

#footer p {
	text-align:right;
	font-size:1.4em;
	color:#fff;
}

img {
	border:0;
}
.cb {
	clear:both;
}

.dispnione {
	display:none;
}

a, a:visited {
	color:#999;
}
