html
{
	background: #FFF;
	margin:0px;
	left: 0%;
	width:100%; 
}

header
{
	background: #FFF;
	margin:0px;
	left: 0%;
	width:98%;
	margin-bottom:90px;
}

body 
{ 
	margin:0px;
	left: 0%;
	width:98%; 
	padding:10px;
	background-color: #FFF;
	border: 0px solid #CCC; 
	font-family: Arial, Verdana;
	font-size:14px;
}

div.twitter-feed , div.breadcrumbs{
	display:none;
}
section#content
{
	margin:0px;
	left: 0%;
	width:100%; 
}


h1, h2, h3 {

	font-family: Arial, Verdana;
	font-size: 32px;
	color: #7ecefd;
	margin-top:50px;
	margin-bottom: 5px;
	font-weight: bold;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:18px;
	margin-bottom:-10px;
	margin-top:0px;
}

ul {

	list-style-type:square;
}

nav
{
	display: none;
}

article
{
	background:#FFF;
	border: 0px solid #CCC;
	margin:0px;
	left: 0%;
	width:100%; 
}

article header {

	margin:0px;
}

#article-content
{
	overflow: visible;
}

footer
{
	display:none;
}
