body {
	color: #333;
	background-color:#f1f1f1;
	margin:0px;
	background-image:url(../images/new-site.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-size:14px;
}
h2 {
	padding-top:10px;
	border-top:1px dashed #ccc;
	font-size:18px;
}
h3 {
	padding-top:10px;
	font-size:14px;
}
p {
}
p span {
	color:#39F;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#39F;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: underline;
	color: #09F;
}
span.hidden {
	visibility:hidden;
}
#wrapper {
	width:650px;
	margin:auto;
	padding:0px 20px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	overflow:hidden;
	background-color:#fff;
}
#wrapper .title {
	height:165px;
	background-position:-20px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}
#wrapper .row {
	margin:auto;
	width:650px;
	overflow:hidden;
}
#wrapper .left {
	float:left;
	width:425px;
	padding-right:25px;
}
#wrapper .right {
	float:right;
	width:200px;
}
#wrapper .client {
	width:190px;
	height:130px;
	background-color:#f1f1f1;
	margin:5px;
	padding:5px;
	border:1px #333 solid;
	float:left;
}
#wrapper img {
	border:none;
}
#twitter_div {
	width:100%;
}
#twitter_div .bottomlink {
	float:left;
	clear:left;
}
#twitter_div .bottomlink a {
	margin-top:20px;
}
#twitter_update_list {
	width:100%;
	float:left;
	clear:left;
}
#twitter_update_list * {
	margin:0px;
	padding:0px;
}
#twitter_update_list .tulholder {
	overflow:hidden;
	padding:10px;
	border:#ccc 1px solid;
	background-image:url(../images/listbg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	padding-left:0px;
	width:390px;
}
#twitter_update_list .tulhright {
	width:290px;
	overflow:hidden;
	float:left;
}
#twitter_update_list .tulhright h2 {
	border:none;
}
#twitter_update_list .tulhright p {
	font-size:12px;
}
#twitter_update_list .tulhright a {
	font-size:12px;
}
#twitter_update_list .tulhleft {
	width:75px;
	overflow:hidden;
	text-align:center;
	float:left;
	border-right:1px #ccc solid;
	margin-right:10px;
}
#twitter_update_list .tulhleft h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#666;
}
#twitter_update_list .tulhleft h2 {
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin-top:-5px;
}
#twitter_update_list .tulhleft h3 {
	font-size:12px;
	text-align:center;
	font-weight:normal;
}
