
/* Layout stuff */

	body {
		text-align:center;
		background: #CCCCFF;
		}
	
	#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0;
		padding:0px;
		text-align:left;
		}

	#contentheader {
		width:650px;
		height:310px;
		padding:0;
		margin:0;
		text-align:center;
		}

	#contentleft {
		width:125px;
		padding: 10px 5px 0 0;
		float:left;
		text-align: right;
		}
	
	#contentcenter, #oldcontentcenter {
		width:430px;
		padding:0 0 0 85px;
		float:left;
		background: transparent url(/blog/images/v_strip.jpg) top left repeat-y;
		}

	#oldcontentcenter {
		width:500px;
		padding-left: 85px;
		}

