#container {

overflow: hidden;
}

#secondary1, #secondary2 {
border-top: 1px dashed #999;
}

#secondary1 p,
#secondary2 p,
#mainContent p,
#wide p,
#thin p{
	padding: 1em;
	line-height: 18px;
}

#mainContent {
border-top: 1px dashed #999;
}

#wide {
border-top: 1px dashed #999;
}

#thin {
border-top: 1px dashed #999;
}

#header  {
height: 120px;
}

#footer {
height: 120px;
border-top: 1px dashed #999;
}

#col1, #col2 {
border-top: 1px dashed #999;
}

