body, table{
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	margin-top: 2px;
}

body{
	width: 99%; /* to center web site on IE */
	text-align: center; /* to fix center bug on IE */ 
}

div#siteContainer{
	width: 980px; /* to set a fixed width on IE and FF we need a global site container */
	margin: auto; /* to center web site on IE */
	text-align: left; /* to fix center bug on IE */ 
}

.csc-textpic{
	clear: both;
	padding-bottom: 10px;
}

div#banner{
	border-bottom: 1px solid gray;
}

div#banner_logo{
	float: left;
	margin-right: 9px;
}

div#banner_banner{
	float: left;
}

html>body #main{
	height: auto;
	min-height: 423px;
}

div#main a img{
	border: none;
}

div#main a{
	text-decoration: none;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

div#main a:hover{
	color: #993300;
}

div#footerContainer{
	text-align: center;
	font-size: 11px;
}

.footer{
	border-top: 1px solid gray;
	width: 50%;
	margin: auto;
}

.simpleNewsContainer, .devNewsContainer{
	float: left;
	width: 100%;
}

.simpleNewsPictureContainer, .devNewsPictureContainer, .buzzNewsPictureContainer{
	float: left;
	width: auto;
	margin-right: 10px !important;
}