/************************************************************
	page layout
************************************************************/

#container {
	margin: 0 auto;
	width: 954px;
	text-align: left;
}
#container #header {
	height: 160px;
	margin-bottom: 5px;
}
#container #header h1 {
	font-family: 'helvetica neue', helvetica, Arial, sans-serif;
	font-size: 36px;
}
#container #billboard {
	height: 300px;
	width: 944px;
	padding: 10px;
	background-color: #E7EEF4;
	margin-bottom: 10px;
}
#container .promos {
	height: 155px;
	width: 292px;
	border: solid 1px #ccc;
	margin-right: 10px;
	padding: 10px;
	background: #fff;
	float: left;
}
#container .promoslast {
	margin-right: -10px;
}
#container #main {
	float: clear;
}
#container #main #content {

}
#container #main #sidebar {

}
#container #footer {
	background: url(/images/body_bg.gif) top left repeat-x #fff;
	border: solid 1px #ccc;
	float: clear;
	height: 200px;
	margin-bottom: 10px;
	padding: 10px;
	width: 944px;
}

/************************************************************
	section: header
************************************************************/

/* global navigation */

#header .navigation {

}
#header .navigation ul {

}
#header .navigation .logo {

}
#header .navigation .logo a {

}

/* boilerplate */

#header .copyright {

}
#header .byline {

}


/************************************************************
	section: main content
************************************************************/

/* module: article */

#content .article {

}
#content .article h1 {

}
#content .article p {

}


/************************************************************
	section: sidebar
************************************************************/

#sidebar .section {

}
#sidebar .section dl {

}
#sidebar .section dl dt {

}
#sidebar .section dl dd {

}

#footer {

}
#footer .copyright {

}
#footer a {

}
