section.content {
	overflow : hidden;
}

section.content 	header	{
	padding : 20px 0 20px 0;
	margin-left : 140px;
	font-size : 2em;
	text-transform : uppercase;
	letter-spacing: .3em;
}

#leftcol	{
	width : 180px;
	float : left;
}

#leftcol	.nav {
	text-transform : uppercase;
	margin-left : 20px;
}

#maincontent	{
	margin-left : 180px;
	margin-right : 180px;
	min-height: 400px;
}


@media only screen and (min-width : 150px) and (max-width : 950px)  {

#leftcol	{
    display : none;
    width : 0;
}
section.content {
	margin-top : 20px;
        font-size : 13pt;
}

section.content 	article {
	margin : 0 5% 0 5%;
}

section.content 	img {
	width : 100% !important;
	height : auto !important;
}

section.content header  {
    	margin-left : 5%;

}
#maincontent	{
	margin-left : 0;
	margin-right : 0;
}

}
