@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(graphics/background-grad1.gif);
	background-repeat: repeat-x;
}
#container {
	position: relative;
	text-align: left;
	width: 960px;
	background-color: #009933;
}
#ddd-title {
	width: 350px;
	float: none;
}
#col-main {
	width: 960px;
	background-color: #FF6600;
	float: left;
}  
#col-one {
	width: 580px;
	float: left;
	background-color: #999999;
}
#twitter_div {
	width: 580px;
	float: left;
	background-color: #999999;
	padding: 15px;
}
#col-two {
	width: 320px;
	float: left;
	background-color: #666666;
	padding: 15px;
}
#twitter_div ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}