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


body{
	background-image:url(../_img/layout_01.png);
	background-repeat:repeat-x;
	background-color:#535f6a;
	margin:0px;
	min-height:101%;
}

#nav {
	background-image:url(../_img/layout_02.png);
	background-repeat:no-repeat;
	width:749px;
	height:239px;
	margin:auto;
	z-index:1;
}

#nav img{
	border-width:1;
	border:thin;
	border-color:#000;
	border-style:thin;
}

#nav img:hover{
	border-bottom-style:double;
	border-bottom-color:#FFF;
}


.nav1{
	width:110px;
	height:70px;
	z-index:2;
	padding-top:155px;
	padding-left:59px;
	margin:auto;
	float:left;
}

.nav2{
	width:110px;
	height:70px;
	z-index:3;
	padding-top:155px;
	margin:auto;
	float:left;
}
.nav3{
	width:110px;
	height:70px;
	z-index:4;
	padding-top:155px;
	margin:auto;
	float:left;
}
	

#content{
	background-image:url(../_img/layout_04.png);
	background-color:#d4d7d9;
	margin:auto;
	width:749px;
	margin-top:0;

}

#content_text{
	text-align:justify;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:520;
	font-stretch:expanded;
	color:#162634;
	padding-bottom:10px;
	z-index:2;
}

#content h1 {
 	font-family:Verdana, Geneva, sans-serif;
	font-size:21px; 
	font-weight:600;
	color:#25425a;
	text-decoration:inherit;
	letter-spacing: -2px;
	font-variant:small-caps;
	font-style:oblique;

}

#content h2 {
 	font-family:Verdana, Geneva, sans-serif;
	font-size:13px; 
	font-weight:bold;
	color:#25425a;
	text-decoration:inherit;
	letter-spacing: 0px;
	font-variant:small-caps;
	font-style:normal;
}
#content h3 {
 	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
	font-weight:normal;
	color:#25425a;
	text-decoration:inherit;
	letter-spacing: 0px;
	font-variant:normal;
	font-style:normal;
	text-align:left;
	line-height:18px;
}

#content img{
	border:1;
	border-color:#25425a;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer{
	background-image:url(../_img/layout_05.png);
	background-repeat:no-repeat;
	width:749px;
	margin:auto;
	min-height:39px;

}

#footer h1{
	color:white;
	font-size:10px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:225px;
	margin-top:5px;
}

.agb {
	width:575px;
	text-align:justify;
}

.bottom_a:link{text-decoration:none; color:#ffffff;}
.bottom_a:visited{text-decoration:none; color:#ffffff;}
.bottom_a:hover{text-decoration: underline; color:#ffffff;}

a:link{text-decoration:none; color:#000;}
a:visited{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#fff;}

.clear{
	clear:both;
}

