body {
	background: #555;
	color: #333;
	font: 75%/1.5em 'Helvetica Neue', Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

a:link, a:visited, a:active {
	color: #3D84FF;
}

a:hover {
	color: #2B5CB3;
}

div#wrap {
	background: #f0f0f0;
	border: 6px solid white;
	width: 960px;
	margin: 0 auto;
}

div#wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

div#main {
	float: left;
	width: 744px;
	padding: 12px;
}

div#sidebar {
	float: right;
	width: 168px;
	padding: 12px;
}

/*show n tell*/

.x {
	display: none;
}


