html, body {
    margin: 0;
    padding: 0;
    font: normal 14px/14px arial, helvetica, tahoma, verdana, sans-serif;
    color: #6A6A6A;
    background: #FFF;
}
div#main {
    width: 700px;
    background: #FFF;
    margin: 0px auto;
}
div#links {
    width: 268px;
    background: #FFF;
    margin: 0px auto;
    text-align: left;
    float: left;
}
div#content {
    width: 431px;
    background: #FFF;
    margin: 0px auto;
    text-align: left;
    float: right;
}
div#logo {
    width: 700px;
    background: #FFF;
    margin: 0px auto;
    text-align: center;
}
.sections {
	background: #FFF;
	margin: 2px;	
}
.sections span {
	font-weight: bold;
}
.sections img {
	max-width: 475px;
}
.sections a, a:visited, a:focus {
	text-decoration: none;
	color: #6A6A6A;
}
.sections a:hover {
	text-decoration: none;
	color: #333;
}
.nav a:hover, .sections a:active, .sections a:focus {
    text-decoration:underline;
}
.nav a {
    font: bold 20px/20px arial, helvetica, tahoma, verdana, sans-serif;
    margin-bottom: 0px;
    padding-left: 0px;
    color: #6A6A6A;
    text-decoration: none
}
a img {
    border: none;
    outline: none;
}
div#pics {
    background: #ECECEC;
    margin 20px auto;
    text-align: center;
}
/*FOOTER*/
div#footercontent {
	width:  100%;
	background: #FFF;
	padding-top: 25px;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #6A6A6A;
}
/*clear footer*/
html, body, #wrap {
    height: 100%;
}
body > #wrap {
    height: auto; 
    min-height: 100%;
}
#main {
    padding-bottom: 50px;
}  /* must be same height as the footer */
#footer {
    position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
} 
/*fix*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */