@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}

#wrap{
	width: 920px;
	margin: 0 auto;
}

#header1{
	background: url(../images/header1.jpg) center no-repeat;
	width: 920px;
	height: 170px;
}

#header2{
	background: url(../images/header2.jpg) center no-repeat;
	width: 920px;
	height: 170px;
}

#left{
	float: left;
	width: 321px;
}

#left-top{
	background: url(../images/left_top.jpg) center no-repeat;
	width: 321px;
	height: 253px;
	margin: 0px;
	padding: 0px;
}

#left-content{
	background: url(../images/leftbg.jpg) center repeat-y;
	width: 321px;
	margin: 0px;
	padding: 0px;
}

ul.articles{
	list-style: none;
	margin: 0;
	padding-left: 60px;
	padding-right: 60px;
}

#left-bottom{
	background: url(../images/left_bottom.jpg) center no-repeat;
	width: 321px;
	height: 76px;
	margin: 0px;
	padding: 0px;
}

#right{
	float: left;
	width: 599px;
}

#right-content{
	background:	url(../images/mainbg.jpg) center repeat-y;
	width: 599px;
}

p{
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
}

#right-bottom{
	background: url(../images/main_bottom.jpg) center no-repeat;
	width: 599px;
	height: 76px;
}

#footer{
	clear: both;
}

div.line{
	background: url(../images/line.jpg) center no-repeat;
	height: 20px;
}

div.add{
	font-size: 12px;
	text-align: right;
	padding-right: 75px;
	padding-top: 10px;
}

div.name{
	text-align: right;
	padding-right: 60px;
	padding-bottom: 10px;
}

div.up{
	text-align: center;
	width: 500px;
	margin-top: -30px;
	margin-left: 50px;
}