/* CSS Document */
html, body {
	margin: 0;
}

#wrap {
	width: 700px;
	margin: 0 auto;
}

#nav {
	height: 30px;
	background: #000;
	width:689px;
	margin-left:3px;
}

#flash {
	clear:both;
	display: block;
}

#menu {
	width: 189px;
	display: block;
	float: left;
}

#vgutter {
	width: 18px;
	display: block;
	float: left;
	background: #fff;
	height: 1px;
}

#main {
	width: 482px;
	display: block;
	float: left;
	}
	
#footer {
	width: 100%;
	height: 44px;
	background: #666;
	clear: both;
	}