* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font-size: 13px;
	font-family: Arial, Helvetica, "Sans Serif";
}
a {
    color:#707070;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 800px;
	max-width: 1024px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 250px;
	
	color:#707070;
	text-align:left;
}

h1
{
    font-size:36px;
    font-weight:normal;
    width:100%;
    padding-top:20px;
    
}

h1 a 
{
    color:#707070;
}

h2
{
    font-size:30px;
    font-weight:normal;
    width:100%;
    padding-top:20px;
    color:#707070;
}




/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 175px solid #FFF;
	border-right: 175px solid #FFF;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 20px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 175px;
	position: relative;
	background: #FFF;
	left: -175px;
	border-right: 1px solid #2D5980;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -175px;
	width: 175px;
	position: relative;
	background: #FFF;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #FFF;
}

.tile
{
    width:200px;
    height:75px;
    display:block;
    background-color:#2D5980;
    margin-top:40px;
    margin-right:40px;
    position:relative;
     float:left;
   
}

.tile .text 
{
    position:relative;
    line-height:19px;
    margin-top:50px;
    margin-right:10px;
    color:#fff;
    font-size:20px;
    float:right;
    text-align:right;
}

.post
{
    margin-bottom:25px;
}
