body {
	background: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
	line-height: 175%;
	color: #575757;
}
.wrap {
	width: 985px;
}
.header {
	background: #2e2e2e;
	padding:0;
	text-align:center;
	height: 110px;
	line-height: 110px;
	margin-bottom: 15px;
}


.clear {
	clear:both;
}

.small {
	font-size: 11px;
	color: #808080;
	margin-top: 10px;
}

h1, h2, h3 {
	font-family: Helvetica, Arial;
	font-weight:bold;
}

h1, .pagetitle {
	font-size: 30px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;

}	

h2 {
	font-size: 24px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #2077AA;
}

a:hover {
	color: #05476E;
}


.nav  {
	margin:35px 0 0 0;
	padding: 0;
	list-style: none;
	float:right;
	height: 32px;
	line-height:32px;
}

.nav li {
	float: left;
	margin:0;
	padding:0;
	height: 32px;
	line-height:32px;
}

.nav li a {
	display:block;
	float:left;
	color: #aeaeae;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	margin-left: 15px;
	height: 32px;
	line-height:32px;
}

.nav li a:hover {
	color: #fff;
}



.content {
	float:left;
	width:670px;
	text-align:left;
	margin-right:15px;
}

.right-bar {
	width: 300px;
	float:left;
	text-align:left;
}

.footer {
	border-top: 3px solid #ccc;
	padding: 15px 0;
	margin-top: 15px;
	background: #242424;
	color: #808080;
}

.foot {
	background: #ffffff url(../images/site/main-bottom.jpg) no-repeat top center;
	height: 15px;
}

.box {
	padding: 10px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.box h1.boxtitle {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.box h2.boxtitle {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}


.article_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e7e7e7;
}
.article_box h3 {
	margin-bottom: 10px;
}

.news {
	height: 64px;
	margin: 2px 0 2px 0;
}

.news-title {
	font-weight:bold;
	font-size:13px;
	margin-bottom: 3px;
}

.news-date {
	font-size:10px;
	color: #808080;
	margin-bottom: 3px;
}

.summary {
	font-size: 18px;
	font-family: Times new roman, serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.blog-item {
	border-bottom: 1px solid #808080;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

.blog-title {
	font-size:20px;
	margin-bottom: 10px;
}

.blog-date {
	margin-bottom: 10px;
	font-size: 10px;
	color: #808080;
}

.blog-summary {
	line-height:175%;
	font-size:13px;
}

.comment {
	border-bottom: 1px dotted #ccc;
	padding: 15px;
}

.comment_form input{
	padding: 5px;
	font-size: 14px;
	width: 300px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: verdana;
}

.comment_form textarea {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 20px;
	width: 630px;
	font-family: verdana;
	height: 200px;
}

.share, .share li {
	margin: 0;
	padding: 0;
	list-style: none;
}



.share a {
	float:left;
	display: block;
	height: 32px;
	padding-left: 42px;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 32px;
}

.article_box_small {
	float:left;
	width: 162px;
	text-align:center;
}

.article_box_small img {
	margin-bottom: 10px;
	border: 0;
}

.freelance-3 {
	width: 297px;
	float: left;
	border-right: 1px dotted #ccc;
	padding-right: 15px;
	margin-right: 15px;
}

.table {
	padding: 0;
	margin:0;
}

.table .table-head td {
	background: #d5d5d5;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	padding: 5px 10px;
}

.table .table-row td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}