* {	margin: 0;
	padding: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: none;
}


body {
	background: #FFFFFF url('images/body-bg.jpg') repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	}
#all {
	width: 1030px;
	height: auto;
	background:url('images/faux-r.jpg') repeat-y right top;
	
}
#right-fix {
	margin: 0;
	width: 1030px;
	height: auto;
	background:url('images/sidebar-top-r.jpg') no-repeat right top;
	}

#faux {
	margin: 0;
	width: 1000px;
	height: auto;
	background:url('images/faux.jpg') repeat-y top;
	overflow: hidden;
	text-align: left;
	min-height: 590px;
	}
	
#sidebar {
	height: auto;
	width: 250px;
	margin: 0;
	float: left;
	background:url('images/sidebar-top-l.jpg') no-repeat top;
	}
	
#sidebar-top {
	width: 250px;
	height: 220px;
}

#sidebar-content {
	margin: 25px auto auto auto;
	width: 250px;
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	}

#sidebar-content h2 {
	margin: 20px auto 7px 20px;
	font-size: 22px;
	font-weight: bold;
	color:#72bf44;
	}
	
#sidebar-content ul {
	margin: 3px auto auto 15px;
	}
	
#sidebar-content ul li {
	margin: 3px 5px auto 10px;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	list-style: none;
	border-bottom: #babbbc 2px solid;
	}

.b1{background:url('images/ball-1.jpg') no-repeat left;	}
.b2{background:url('images/ball-2.jpg') no-repeat left;	}
.b3{background:url('images/ball-3.jpg') no-repeat left;	}
.b4{background:url('images/ball-4.jpg') no-repeat left;	}
.b5{background:url('images/ball-5.jpg') no-repeat left;	}
.b6{background:url('images/ball-6.jpg') no-repeat left;	}

#sidebar-content ul li a {
	#color: #647bb8;
	color: #4265A7;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	}

#container-right {
	height: auto;
	width: 750px;
	margin: 0px;
	float: left;
	overflow: hidden;
	}

#header {
	height: 240px;
	width: 750px;
	margin: 0px auto auto 0;
	background:url('images/header.jpg') no-repeat top;
	text-align: right;
	overflow: hidden;
	}

#header h1 {
	margin: 176px 20px 0 auto;
	font-size: 12px;
	font-weight: normal;
	color: #8F8F8F;
	}
	

#container-content {
	height: auto;
	width: 750px;
	margin: 0;
	text-align: justify;
	overflow: hidden;
	}
	
.page-title {
	color:#4265A7;
	font-size:25px;
	line-height:45px;
}

.ticker {
	position: relative; /* So we can absolute the .items */
	width: 460px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #4265A7;
	background-color: #E2EBF3;
	color:#666666;
}
.items {
	position: absolute;
	top: 400px;
	margin-left: 10px; margin-right: 20px;
	text-align:left;}
.items .date {
	color:#8E9499;
	font-size:12px;
	font-weight:bold;}
.items .title {
	color:#4265A7;
	font-size:18px;}
.items .text {
	height:94px; display:block;}
.items .tech {
	font-size:12px;}
.items img {margin-right:20px; margin-bottom:6px;}



#footer {
	margin: 0px;
	width: 1030px;
	height: 60px;
	background: #FFFFFF url('images/footer.jpg') no-repeat top;
	}

#footer p {
	margin: 0px auto auto 260px;
	padding-top:42px;
	font-size: 12px;
	letter-spacing:1px;
	}