#main {
	width: 960px;
	background-image: url(images/contantbg.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	height: 1100px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#banner {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.text {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	color: #666;
}
#container {
	position: relative;
	width: 310px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

h2 {
	font-size: 15px;
	line-height: 30px;
}

ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}

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

a:hover {
text-decoration: underline;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
	overflow: hidden;
	background: #FFFFFF;
	padding: 1em;
	border: 0px;
	height: 270px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 310px;
	-moz-border-radius-bottomright: 10px;
}

#widget img {
float: left;
border: 1px solid white;
padding: .2em;
background: #FFFFFF;
margin-right: .5em;
width: 90px;
height: 90px;
}

#widget li {
clear: left;
overflow: hidden;
position: relative;
top: 0;
padding-bottom: 1em;
height: 96px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

h4 {
padding-top: .5em;
font-size: 14px;
}

li p {
color: #474747;
margin-top: .4em;
}
