@charset "UTF-8";
/* CSS Document */
*{
   margin:0;
   padding:0;
}

.p {
	text-align:left;
	font-family:"Aller Light";
	font-size:14px;
	line-height:18px;
	color:#373737;
}
.container{
	max-width:1020px;
	margin: 0 auto;
}
.nav{
	background-image:url(../images/header_background.png);
	height:125px;
	max-width:1020px;
	background-repeat:no-repeat;
}
.copyright{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size:small;
}
.footer{
	align-content:center;
	min-height:80px;
}

@font-face {
    font-family: "Aller";
    src: url(http://www.stacknology.com/fonts/aller.italic.ttf) format("truetype");
	src: url(http://www.stacknology.com/fonts/aller.bold-italic.ttf) format("truetype");
    src: url(http://www.stacknology.com/fonts/aller.light-italic.ttf) format("truetype");
    src: url(http://www.stacknology.com/fonts/aller.bold.ttf) format("truetype");
    src: url(http://www.stacknology.com/fonts/aller.regular.ttf) format("truetype");
    src: url(http://www.stacknology.com/fonts/aller.display.ttf) format("truetype");
    src: url(http://www.stacknology.com/fonts/aller.light.ttf) format("truetype");

}
p.customfont { 
    font-family: "Aller", Verdana, Tahoma;
}

.social {
	margin-left:2px;
	margin-right:2px;
	margin-top:10px;
}

section#usercontent {
    width:100%px;
}
.clear {
    clear: both;
    visibility: hidden;
}
section#usercontent article {
    height:auto;
    width:40%;
    float:left;
}
section#usercontent aside {
    height:auto;
    float: left;
    width:55%;
    padding:30px 10px 10px 5px;

}​


