@charset "utf-8";
/* CSS Document */

html body {
	margin:0;
	padding:0;
	background:#eaebef;
}

#container {
	width:780px;
	margin:0 auto;
	font-family:mangal;
	font-size:13px;
}

#top {
	height:150px;
}

h1 {
	margin:0;
	padding:0;
	background:url(images/logo.jpg);
	position:absolute;
	top:10px;
	width:306px;
	height:139px;
	text-indent:-9000px;
}

#nav {
	margin:0;
	padding:0;
	background:url(images/nav.png) no-repeat;
	width:373px;
	height:30px;
	float:right;
	margin-right:10px;
	margin-top:25px;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	list-style:none;
	float:left;
	text-indent:-9000px;
}

#nav li a{
	height:30px;
	display:block;
}

#home {left:0; width:73px;}
#about {left:76px; width:85px;}
#author {left:164px; width:67px;}
#topic {left:234px; width:65px;}
#contact {left:302px; width:63px;}

#banner {
	height:155px;
	background:url(images/banner.png) no-repeat;
}


#login {
	height:18px;
}

/*Inner Page CSS*/

#main-content {
	width:775px;
	
}

#article {
	background:#fff;
	padding-left:11px;
	width:534px;
	float:left;
	
}

#article p {
	line-height:20px;
	padding:0 5px;
}

#add {
	width:200px;
	float:left;
	margin-top:10px;
	margin-left:640px;
}

.adv {
	width:180px;
	height:180px;
	float:left;
	margin-left:20px;
}

.adv p {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

/*End*/

#content {
	background:url(images/con-bg.png) repeat-x;
	height:208px;
	margin-bottom:5px;
}

#content p {
	margin:0;
	padding:0;
	line-height:20px;
	padding:0 8px;
	border-right:2px dotted #d0d0d0;
}

#content a {
	color:#fe0607;
	text-decoration:none;
}

.img {
	margin:3px 10px 0 0;
}
	

#con-left {
	background:url(images/con-left.png) no-repeat left;
	width:11px;
	height:208px;
	float:left;
}

#con-right {
	background:url(images/con-right.png) no-repeat right;
	width:9px;
	height:208px;
	float:right;
}

#team {
	width:215px;
	float:left;
}

#edit {
	width:330px;
	float:left;
}

#adv {
	width:180px;
	height:180px;
	float:left;
	margin-top:15px;
	margin-left:20px;
}

h2 {
	margin:0;
	padding:0;
	padding-top:10px;
	margin-left:15px;
	color:#ec670c;
}

#content1 {
	background:#fff url(images/con2-bg.png) no-repeat left bottom;
	width:775PX;
}

#content1 p {
	margin: 0;
	padding:0;
	line-height:20px;
	padding:0 8px;
	border-right:2px dotted #d0d0d0;
}

#content1 a {
	color:#fe0607;
	text-decoration:none;
}

.color {
	color:#fe0607;
}

.color a {
	color:#fe0607;
	text-decoration:none;
}

#con-mid {
	height:208px;
	margin-left:11px;
}

#con-in {
	margin-left:11px;
}

.line {
	border-top:2px dotted #d0d0d0;
	margin:0 5px;
}

#shell {
	margin-left:11px;
}

#content-left {
	width:540px;
	float:left;
}


.en {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}


#footer {
	clear:both;
	height:54px;
	border-top:3px solid #d0d0d0;
	width:775px;
	color:#666;
	font-size:11px;
}

#alt {
	width:300px;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:right;
}

#footer p {
	padding-left:5px;
}

#footer a {
	font-size:11px;
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

#footer a:hover {
	color:#333;
	border-bottom:1px solid #333;
}