﻿body {background:#000;font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#444;}
p {margin:0px;}

.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.main {width:950px; margin:0 auto;}
.left-col {width:730px; margin-right:20px; float:left; padding:20px 0; background:#000;}
	.left-col .image-container {width:700px; margin:0 auto;}
		.left-col .image-container img {width:100%;}

.right-col {width:200px; float:right;}

/***************************************************/
/* Fonts
****************************************************/

@font-face {
 font-family:'panograph';
 src: url('../fonts/AVGARDD.eot');
 src: local('☺'), url('../fonts/AVGARDD.woff') format('woff'), url('../fonts/AVGARDD.ttf') format('truetype'), url('../fonts/AVGARDD.svg') format('svg'), url('../fonts/AVGARDD.eot?') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}

/***************************************************/
/* Global
****************************************************/

.global-titles {font-family:panograph; font-size:94px; letter-spacing:3px;}
.title {font-family:panograph; font-size:35px; letter-spacing:3px; font-weight:700; padding-bottom:10px;}
.date {}
.information {width:98%; margin:20px auto; color:#f4f4f4; border-bottom:1px solid #f4f4f4; padding-bottom:20px;}
