/* CSS Document */

body {
	background-color:#EEE;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat-x;
}
div#global{
	width:960px;
	overflow:visible;
	margin:0 auto;
	height:1000px;
}
div#header{
	width:960px;
	height:100px;
}
img#logo{
	margin:25px 0px 0px 30px;
	display:block;
	float:left;
}
div#menu{
	float:right;
	margin-top:60px;
}
div#menu a{
	border-right: 1px solid #999;
	padding:0px 10px;
	font-size:12px;
}
div#menu a.last{
	border-right:none;
}
div#info{
	overflow:hidden;
	width:960px;
	background-image:url(../img/bg_info.png);
	background-repeat:no-repeat;
}
div#side_left{
	overflow:visible;
	width:310px;
	float:left;
	}
img#img00{
	margin:30px 0px 0px 30px;
}
div#side_right{
	overflow:hidden;
	width:630px;
	float:right;
	}
div#side_right h1{
	font-size:40px;
	color:#000;
	margin-top:80px;
	}
div#side_right h2{
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	}
div#footer{
	color:#666;
	text-align:center;
	margin:20px;	
	}