/* CSS Document */
*{
	margin:0px;
	padding:0px;
	border:0px;
}
body{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#434343;
	line-height:22px;
	background:url(images/im_02.gif) repeat-x top left;
}
#main,#header,#footer{
	width:961px;
	margin:0 auto;
}
#header,#header img,.logo,.menu,#left,#right{
	float:left;
}
.logo{
	padding:20px 325px 5px 25px;
	width:181px;
}
.menu{
	padding:33px 19px 11px 0;
	width:411px;
}
#left{
	width:204px;
	padding:17px 0 10px 4px;
}
#left img {
	padding-bottom:7px;
}
#left div {
	width:204px;
	background:#F7F7F7;
}
#left a{
	color:#2671AE;
	text-decoration:none;
}
#left a:hover{
	color:#F53A00;
	text-decoration:underline;
}
#left p{
	padding:8px 5px 295px 10px;
	text-indent:0px;
}
#demo{
	width:193px;
	height:620px;
	overflow:hidden;  
}
#right{
	width:728px;
	padding:17px 5px 10px 20px;
}
p{
	padding:10px 5px 15px 8px;
	text-indent:25px;
}

#footer{
	line-height:46px;
	text-align:center;
	clear:both;
	color:#003871;
	border-top:2px solid #003871;
	padding-top:15px;
}
ul{
	padding:0px 0px 100px 7px;
	width:186px;
}
li{
	list-style:none;
	width:193px;
	line-height:25px;
}
.depart{
	width:193px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#036699;
}
a{
	color:#444;
	text-decoration:none;
}
a:hover{
	color:#F53A00;
	text-decoration:underline;
}
