/* Custom Fonts */
@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans.eot');
    src: url('fonts/PT-Sans.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans.woff') format('woff'),
         url('fonts/PT-Sans.ttf') format('truetype'),
         url('fonts/PT-Sans.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-Bold.eot');
    src: url('fonts/PPT-Sans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-Bold.woff') format('woff'),
         url('fonts/PT-Sans-Bold.ttf') format('truetype'),
         url('fonts/PT-Sans-Bold.svg#pt_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-Italic.eot');
    src: url('fonts/PPT-Sans-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-Italic.woff') format('woff'),
         url('fonts/PT-Sans-Italic.ttf') format('truetype'),
         url('fonts/PT-Sans-Italic.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-BoldItalic.eot');
    src: url('fonts/PPT-Sans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-BoldItalic.woff') format('woff'),
         url('fonts/PT-Sans-BoldItalic.ttf') format('truetype'),
         url('fonts/PT-Sans-BoldItalic.svg#pt_sansbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* End Custom Fonts */

html {
	background-color: #1f1f1f;
	line-height: 1.0;
}

body {
	font-family: 'PTSans', Arial, sans-serif;
	background-color: #1e1e1e;
	font-size: 15px;
}


/* Main Column Typography */
.main-area h2 {
	font-size: 300%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #ff8000;
	/*letter-spacing: 4px;
	word-spacing: 10px;
	text-transform: lowercase;*/
}

.main-area p {
	font-size: 108%;
}



.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 40px;
	box-sizing: border-box;
}

header {
	padding-top: 20px;
	color: #ff8000;
	background-position: right center;
	background-repeat: no-repeat;
}

header h1 {
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 165%;
}

header p {
	margin: 0;
}


.content-area {
	border-top: 3px solid #ff8000;
	border-bottom: 3px solid #ff8000;
}

.main-area {
	color: #f0f0f0;
	width: 100%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}

.main-area p {
	text-align : center;
}

footer {
	text-align: center;
	font-size: 85%;
	color: #999;
	padding-bottom: 20px;
	padding-top: 20px;
}

.fix {
	clear: both;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.flag img {
	padding: 5px;
}

.flag-border {
	padding : 5px;
	border-color:  #ff8000;
	border-style: dotted;
	border-width: 1px;
}