*{
	margin:0;
	padding:0;
	}
	
body{
	margin:0;
	padding:0;
	background-color:#8F96A0;
}

#wrapper{
	width:1000px;
	margin:50px auto;
	background-color:#ffffff;
}

#banner{
	width:1000px;
	height:200px;
	background:url(../images/logo.jpg) no-repeat;
}

#main{
	float:left;
	width:1000px;
	background-color:#ffffff;
	padding:50px 0;
}

#left{
	float:left;
	width:652px;
	padding-left:35px;
}

img{
	float:left;
}

.blog{
	float:left;
	width:630px;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	color:#272626;
	font:"Times New Roman", Times, serif;
}

.blogTitle{
	float:left;
	width:613px;
	height:31px;
	font:bold 17px "Times New Roman", Times, serif;
	background:url(../images/titleBg.jpg) no-repeat;
}

.blogTitle span{
	padding-left:40px;
	height:31px;
}

.blogTitle span a{
	color:#000000;
	text-decoration:none;
}
.blogContent{
	float:left;
	width:583px;
	padding-left:20px;
	padding-right:27px;
	padding-top:20px;
	padding-bottom:20px;
	font:14px "Times New Roman", Times, serif;
}

.blogFooter{
	float:left;
	width:613px;
	height:34px;
	padding-left:5px;
	background:#FFFFFF url(../images/blogFooter.jpg) no-repeat;
	font:13px "Times New Roman", Times, serif;
	color:#666666;
	border:0;
	padding-bottom:20px;
}

.blogFooter #date{
	float:left;
	height:34px;
	width:150px;
	line-height:34px;
	padding-left:3px;
}

.blogFooter #numOfCom{
	float:left;
	height:34px;
	line-height:34px;
	color:#333333;
	padding-left:360px;
}

#right{
	float:left;
	width:275px;
	margin-left:38px;
}

#archives{
	width:275px;
	padding-bottom:20px;
}

.titleRight{
	width:274px;
	height:36px;
	background:url(../images/common.jpg) no-repeat;
	font:bold 17px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.titleRight span{
	padding-left:40px;
	height:36px;
	line-height:36px;
	color:#5A5B5A;
}

#form{
	padding-top:10px;
}

#nav ul{
	width:200px;
	list-style:none;
}

#nav ul li{
	width:180px;
	background:url(../images/bullet.jpg) no-repeat;
	padding-left:20px;
}

#nav ul li a{
	color:#000000;
}

#search{
	width:275px;
	padding-bottom:20px;
}


#searchwrapper{
	width:265px;
	height:37px;
	margin-top:10px;
	background:url(../images/search.jpg) no-repeat;
}

#searchwrapper .search{
	float:left;
	width:230px;
	height:37px;
	border:0;
}

.searchBox{
	float:left;
	width:225px;
	height:29px;
	margin:4px 0;
	margin-left:5px;
	line-height:37px;
	color:#999999;
	font:24px Arial, Helvetica, sans-serif;
	text-align:left;
	border:0;
}

.submit{
	float:left;
	width:33px;
	height:33px;
}

.searchButton{
	overflow:hidden;
	border:0;
	margin-top:2px;
	height:33px;
	width:33px;
}


#footer{
	float:left;
	width:980px;
	height:52px;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top:20px;
	padding-right:20px;
	background:url(../images/footerRepeat.jpg) repeat-x;
}

#footer a{
	color:#000000;
}