input[type=text],input[type=password] {
	background-image:url(../pics/inputbg.png);
	height:13px;
	border:0px;
	font-size:11px;
	margin-top:2px;
}

div#content {
  position:static;
  text-align:left;
}

#left {
	position:absolute;
	left:0px;
	top:110px;
	bottom:60px;
	width:64%;
	background-color:white;
	overflow:hidden;
	background-image:url(../pics/bg_gradient_box.png);
}
#leftcontent {
	margin:20px;
	margin-left:15px;
	margin-top:10px;
	height:100%;
}

#right {
	position:absolute;
	top:110px;
	bottom:60px;
	right:0px;
	width:34%;
	background-color:white;
	overflow:hidden;
	background-image:url(../pics/bg_gradient_box.png);
}
#rightcontent {
	margin:15px;
	height:100%;
}

.box {
	position:absolute;
	background-color:#F9F9F9;
	border:1px solid #C2C2C2;
	overflow:hidden;
}

.inbox {
	padding:5px;
}

#LeftNews {
	position:absolute;
	left:0px;
	top:220px;
	bottom:0px;
	width:100%;
}
#MainText {
	padding-left:5px;
}

#ticker {
	right:15px;
	left:15px;
	height:110px;
}

#hotprojects {
	right:15px;
	left:15px;	
	top:140px;
	bottom:10px;
}


#ccf_news {
	left:15px;
	width:250px;
	/*top:225px;*/
	height:200px;
}

#pr_news {
	right:15px;
	left:280px;
	/*top:225px;*/
	height:200px;
}

#comments {
	position:absolute;
	top:220px;
	bottom:10px;
	left:15px;
	right:15px;
	font-size:12px;
}

#footer {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:40px;
	text-align:center;
	font-size:10px;
}

img {
	border:0px;
}

a {
	text-decoration:none;
}

span.simplequote {
	display:block;
	color:#709498; 
}

