@font-face {
    font-family: 'freeuniversalregular';
    src: url('../fonts/freeuniversal-regular-webfont.eot');
    src: url('../fonts/freeuniversal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freeuniversal-regular-webfont.woff') format('woff'),
         url('../fonts/freeuniversal-regular-webfont.ttf') format('truetype'),
         url('../fonts/freeuniversal-regular-webfont.svg#freeuniversalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	font-family: "freeuniversalregular";
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	letter-spacing: 1.20;
	margin-bottom: 0px;
}

h3 {	
	margin: 5px 10px 0px 0px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.20;
	margin-bottom: 0px;
}

p {
	font-size: 18px;
	line-height: 1.5;
}

#wrapper {
	float: left;
	max-width: 1000px;
	min-width: 800px;
	margin: 20px 0px 50px 100px;
}

.item {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.textWrapper {
	margin-top: 10px;
	float: left;
	width: 50%;
}

p {
	margin: 5px 20px 20px 0px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.stretcher {
	height: 510px;
}

.images {
	margin-top: 5px;
	overflow: auto;
	overflow-y: hidden;
	height: 410px;
	white-space: nowrap;
}

img {
	height: 400px;
}
