/* == Fixed two column - BASIC - icerabbit - 20060925a == */@import "Common.css";/* This file contains only the positioning and styling for the structural IDs like container, header, content, blogentries, column and footer. These IDs are the backbone of the integrated layout system, so use caution when you modify or add values which affect positioning, width and height, margins, padding, etc. The variables you see link to your iBlog display preferences. Check the Common.css file for all other styling IDs and classes. */#container {	width: 1000px;	margin: 0px auto;	padding: 0px;   	text-align: left; /* this overrides body centering*/	background:#333333;	}#header {	color:#000000;  	font-size:large;	font-weight:normal;    padding:0px;	text-transform:none;	letter-spacing: .2em;	background: #000000;	}	#content {	margin: 0px;	padding: 0px;	}#blogentries {	color:#fff;	font-family:verdana, arial, sans-serif;	float:left;	width:750px; 	}	#blog { background: #333333; }		#primarySidebar {	color:#000000;		float:right;	width:200px;	font-weight:normal;	line-height:140%;	background: #cccccc;	margin-top: 10px;	}#secondarySidebar {	display:none;	}#footer {	clear: both;	height: 15px;	text-align: center;	font-size:x-small;	border-top:2px solid #ff6600;	padding: 3px 0 20px 0;	color: #ccc;			}