﻿/* layout 

#wrap {
	width: 1002px;
	background:#678FC2;
	}*/
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	}


