*
{
	color: #333333;
	font-size: 13px;
}
html,body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4
{
	margin: 5px;
}
#container_top
{
	background-image: url('images/head_top_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#container
{
	background-image: url('images/head_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#screen
{
	margin: 0 auto;
	padding-bottom: 100px;
}
#panel
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#header_top
{
	height: 550px;
	padding-top: 5px;
	text-align: left;
}
#header
{
	height: 290px;
	padding-top: 5px;
	text-align: left;
}
#menu
{
}
#menu a
{
}
#pankuzu
{
	margin: 10px 20px;
	text-align: left;
}
#contents_top
{
	float: left;
	margin: 20px 10px 10px 20px;
	text-align: left;
	width: 610px;
}
#contents
{
	float: right;
	margin: 10px 30px 10px 10px;
	text-align: left;
	width: 610px;
}
#banner
{
	margin-bottom: 20px;
}
#banner img
{
	border: solid 1px #999999;
}
#blog
{
	float: right;
	margin: 20px 10px 10px 10px;
	width: 250px;
}

#twitter
{
	float: right;
	margin: 10px 10px;
	width: 250px;
}
#title_bar
{
	border-bottom: #cccccc solid 1px;
	margin: 20px 0px 5px 0px;
	padding: 5px;
	text-align: left;
}
.whats_new
{
	border-bottom: 1px dotted #cccccc;
	margin: 20px;
}
.clear
{
	clear:both;
}
.toplink
{
	margin: 10px;
	text-align: right;
}
#sidebox
{
	background-image: url('images/sidebox_bg.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	height: 400px;
	margin: 10px 10px;
	text-align :left;
	width: 240px;
}
#sidebox img
{
	margin: 20px 0px 10px 0px;
}
#sidebox .active
{
	background-color: #f8b3b3;
	color: #333333;
	font-weight: bold;
	padding: 15px 10px 15px 30px;
}
#sidebox .nonactive
{
	padding: 15px 10px 15px 30px;
}
#sidebox .nonactive a
{
	color: #ffffff;
	text-decoration: none;
}
#sidebox .nonactive a:hover
{
	text-decoration: underline;
}
#main
{
	margin: 20px;
	line-height: 150%;
}
#main a
{
	color: #ff3333;
}
#main table
{
}
#main th
{
	border: 1px solid #999999;
	padding: 10px;
	vertical-align: top;
	width: 100px;
}
#main td
{
	background-color: #F0F0F0;
	border: 1px solid #999999;
	padding: 10px;
}
#photo
{
	margin-top: 20px;
}
#photo img
{
	border: solid #666666 1px;
	float: left;
	margin: 10px;
	padding: 10px;
}
#footer
{
	background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 100px;
	width: 100%;
	line-height: 200%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#footer_text
{
	color: #ffffff;
	margin: 20px;
}
#footer_text a
{
	color: #ffffff;
}

/* TOP SLIDESHOW */
#slideshow
{
	position: relative;
	height: 470px;
}

#slideshow img
{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow img.active
{
	z-index:10;
}

#slideshow img.last-active
{
	z-index:9;
}
