﻿* {
	margin: 0px;
	padding: 0px;
}
.header, .content, .title {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.title-wrapper {
	width: 100%;
	background-color: #6B0000;
}
@font-face {
	font-family: 'aachen';
	src: url('fonts/AachenStd-Bold.eot'),
	url('fonts/AachenStd-Bold.svg'),
	url('fonts/AachenStd-Bold.ttf'),
	url('fonts/AachenStd-Bold.woff');
	
}
body {
	font-family: 'arial';
	font-size: 100%;
	line-height: 150%;
}
h1 {
	font-family: 'aachen';
	font-size: 2em;
	color: #fff;
}
.content img {
	
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #cc0000;
}
ul ul {
	padding-left: 20px;
}
img {
	max-width: 100%;	
}
/*-------------RESPONSIVE----------------------*/
@media screen and (max-width: 480px) {
	.title-wrapper {
		
	}
	.title h1 {
		
		font-family: arial;
	}
		
}