body  {
	margin: 0;
	padding: 0;
	line-height: 1.22em;
	font: normal 12px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
}

/* Reset Rules
------------------------------- */

ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

/* Layout Rules
------------------------------- */

#container  {
	width: 500px;
	margin: 0 auto;
}

/* Top Nav Rules
------------------------------- */

#topnav {
	width: 960px;
	height: 60px;
	background: #aaa;
}

/* Header Rules
------------------------------- */

#header {
	width: 960px;
	height: 300px;
	background: #bbb;
}

/* Nav Rules
------------------------------- */

#nav {
	width: 960px;
	height: 80px;
	background: #ccc;
}

/* Content Rules
------------------------------- */

#content {
	width: 960px;
}

#content_left {
	float: left;
	width: 300px;
	height: 300px;
	background: #ddd;
}

#content_right {
	float: left;
	width: 660px;
	height: 300px;
	background: #eee;
}

/* Footer Rules
------------------------------- */

#footer {
	clear: left;
	width: 960px;
	height: 30px;
	background: #fff;
}
