/* @group LAYOUT */

body {
	margin: 0;
	padding: 0;
	background-color: #f3f5eb;
	}

.wrapper {
	margin: 0px auto;
	width: 960px;
	height: 800px;
	text-align:left;
	top: 0px;
	}
	
.masthead {
	position: relative;
	top: 0px;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #232322;
	margin-bottom: 22px;
	}

.col1, .col2, .col3, .col4 {
	width: 200px;
	padding-right: 40px;
	float: left;
	}
	
.footer {
	height: 100px;
	width: 100%;
	border-top: 1px solid #232322;
	float: left;
	margin-top: 50px;
	padding-top: 0px;
	}

/* @end */


/* @group TYPOGRAPHY */

/* Gentium (SIL International) */
/* URL for more: http://hacks.mozilla.org/2009/10/woff/ */
 
@font-face {
	/*SELECT FONT FAMILY*/
  font-family: UniversStd67;
  
 /*THE FIRST LINK IS FOR BROWSERS SUPPORTING THE WOFF FORMAT*/ 
  src: url(#) format("woff"), 
  /*THE SECOND LINK OF FOR THOSE THAT DON'T!*/
       url(../font/UniversLTStd-BoldCn.otf) format("opentype");
}
 
body {
	/*LINK TO FONT FAMILY ONCE DECLARED IN @font-face*/
	  font-family: UniversStd67, 'Helvetica Neue Condensed', Helvetica, Arial, sans-serif;
}

h1 {
	color: #232322;
	font-size: 86px;
	line-height: 0.65em;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	left: 0px;
/* 	padding-top: 1px; */
	}

p,h2 {
	color: #232322;
	font-size: 1.3em;
	line-height: 1.2em;
	position: relative;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: -15px;
	}

ul {
	font-size:1.3em;
	left:-39px;
	position:relative;
	text-transform:uppercase;
	width:200px;
	letter-spacing: 0.35px;
	line-height: 1.3em;
	}

li {
	list-style: none;
	}

a.red {
	text-decoration: underline;
	color: #e7222c;
	display: block;	
	}
	
a.red:hover, a.red:visited {
	text-decoration: line-through;
	color: #e7222c;
	}
	
/* @end */

pre {
	display:block;
	/*font:100% "Courier New", Courier, monospace;*/
	background:#333;
	/*overflow:auto;*/
	width:800px;
	height: 800px;
}

img {border-style: none;}

#screenshot {
	visibility: show;
	border: solid #f3f5eb 1px;
	position:absolute;
	background:#f3f5eb;
	display:block;
	color:#fff;
	width: 199px;
	height: 197px;
	}






