@charset "UTF-8";
/* CSS Document */
body {
	background:#fff;
	font-size:62.5%;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#898A17;
}
a{outline:none}
#all{ 
 	width:800px;
	height:750px;
	margin:35px auto;
	overflow:hidden;
	padding:0;
}
img{border:none}
#header{
	height:120px;
	width:800px;
	float:left;
	background:white;
}
.headline {
	float:left;
	font-size:1.2em;
	height:32px;
	color:#170D4C;
	margin:50px 0 0 0;	
	padding:0;
}
.logo{
	height:120px;
	width:170px;
	float:left;
}
.content_nav{
	float:left;
	height:35px;
	width:615px;
	margin:0;
	padding:0;
	background:url(../imgs/nav_back.jpg) repeat-x
	}
ul.nav{
	height:20px;
	padding:0;
	margin:0;
}
.nav li{
	list-style-type:none;
	height:15px;
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	display:block;
	border-right:1px solid #fff;
	font-size:1.2em;
	float:left;
}
.nav li a{
	color:#fff;
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:underline;
}
#content_left{
	width:170px;
	height:645px;
	padding:0;
	margin:0;
	float:left;
	background:url(../imgs/logosi.png)  no-repeat bottom right ;
}
#content_middle{
	width:415px;
	height:550px;
	padding:0;
	margin:0;
	float:left;
}
#content1{
	width:630px;
	height:650px;
	padding:0;
	margin:0;
	float:left;
	font-size:1.2em;
}
*:first-child+html #content1{height:340px;}
p.home_txt{margin:0 13px 0 15px;}
.text1{
	width:207px;
	height:300px;
	float:left;
	border-right:1px solid #898A17;
	background:#fff;
	margin:0;
	padding:0;
	text-align:justify;
	font-size:1.2em;
}
.text2{
	width:207px;
	height:300px;
	float:left;
	background:#fff;
	margin:0;
	padding:0;
	text-align:justify;
	font-size:1.2em;
}
.first_letter{font-size:2em; text-decoration:none}
.imgs{margin-left:15px;}
#content2{
	width:196px;
	height:494px;
	padding:0;
	margin:0;
	float:left;
	background:#C91;
}
#content3{
	width:415px;
	height:226px;
	padding:0;
	margin:0;
	float:left;
	background:#C43;
}
#content4{
	width:611px;
	height:100px;
	padding:0;
	margin:0;
	float:left;
	background:white url(../imgs/bott_shadow.jpg) repeat-x;
}