body{
    background: #133703 url(bg.jpg) no-repeat center top;
    text-align: center;
    margin:0;
    font-family:Verdana, sans-serif;
	text-shadow: #000000 2px 2px 0;
	/*text-shadow: 0 -1px 1px rgba(0,0,0,0.5);*/
}
#wrapper_homepage, #anim, #wrapper{
    position:relative;
	width:650px;
    margin: 0 auto;
    text-align:center;
}
#wrapper_homepage{
    height: 600px;
    background-color: #133703;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;    
}
#wrapper_homepage img{
    margin-top: 80px;
    border: 0;
}
#wrapper_homepage a, #menu li a{
    color: #ffffff;
    font-family: arial, serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
#menu{
    margin-top:9px;
    margin-left:-40px;
}
#menu li{
    display: inline;
    list-style: none;
    padding: 10px;
    margin: -3px;
	background-color: #133703;
    /* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;
}
#menu li:hover, #menu li.current{
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}
#transparent{
	position:relative;
	width:570px;
    min-height: 550px;
    margin: 50px auto 0 auto;
    background-color: #133703;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#content {
	text-align: center;
    position:relative;
	width:570px;
    min-height: 550px;
    margin: -520px auto 0 auto;
	color: #ffffff;
}
#content p{
	padding: 5px 20px 5px 20px;
	text-align: justify;
	font-size: 0.75em;
}
#content p.first{
	padding-top:0;
	margin-top:0;
}
#content h2{
	font-size: 1em;
	padding-left: 20px;
	text-align: left;
}
#content .mail{
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#item a, #content a{
	color: #ffffff;
}
#item p{
	text-align: center;
}
#item p.nav_item{
	background: url(shadow.png) no-repeat top center;
	height: 40px;
	margin-top:-5px;
	text-shadow: none;
}
#item p.nav_item a{
	text-decoration: none;
	padding: 5px;
}
#item p.nav_item a:hover{
	background-color: #ffffff;
	color: #133703;

}
#item p.nav_item a.current{
	background-color: #ffffff;
	color: #133703;
}

#item img, #col2 img{
	border: 2px #ffffff solid;
}
/*#col2 img2{
	-moz-box-shadow: 3px 3px 4px #222;
    -webkit-box-shadow: 3px 3px 4px #222;
    box-shadow: 3px 3px 4px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
}*/
#slideplace .slide {
	margin: 0 auto;
}
#prevnext{
	position: absolute;
	margin-top: -60px;
	float: left;
	margin-left: 450px;
}
#prevnext a{
	text-decoration: none;
	font-size: 0.75em;
	color: #acd09c;
}
#wrapper h1{
	clear: both;
    background: url(title.png) no-repeat center;
    height: 115px;
    width:570px;
    margin: 0 auto;
    text-indent:-9999px;
}
#col1 {
	float:left;
	width:290px;	
}
#col2 {
	margin-right:20px;
	margin-top:20px;
}
