@charset "utf-8";
/* CSS Document */
.other .title, .reg2 .fix{
text-align:center;
padding-top:20px;
}
page {
text-align: center;
} 
#header{
height:140px;
overflow:hidden;
}
#header img{
position:relative;
top:-25px;
}
body{
background-color:#efefef;
margin:0px;

}
#body{
margin-top:50px;
}
.container {
	padding-top:30px;
	margin: 0px 0 0px 0;
	position:relative;
	width:840px;
	overflow:hidden;

}
.other{
width:840px;
position:absolute;
left:50%;
margin-left:-420px;
}

#nav {
	width:840px;
	float: left;
	font-size: 24px; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #333;
}
#header{
background-image: url(images/logo.png);
background-position:center;
background-repeat:no-repeat;
}

#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#nav a.active:link, #nav a.active:visited, #nav a:hover, #nav #selected {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}

.sh_cpp{
width:830px;
padding:10px;
overflow:auto;
}
#logic{
background-color:#FFF;
color:#000;
width:830px;
padding:10px;
overflow:auto;
}
.doc,.reg{
background-color:#FFF;
color:#000;
width:830px;
padding:10px;
position:relative;
top:20px;
overflow:auto;
} 
.doc{
text-indent:30px;
}
#loga li{
list-style:none;
position:relative;
left:-40px;
text-indent:0px;
padding:5px;
padding-left:0px;
}
#loga li li{
list-style:circle;
list-style-position:inside;
text-indent:30px;
}
#loga{
position:relative;
top:-10px;
}

#footer{
text-indent:0px;
text-align:center;
}
.reg2{
background-color:#FFF;
color:#000;
width:830px;
position:relative;
top:20px;
overflow:auto;
}
#ic .other{
overflow:hidden;
}
