/* Global settings */
@font-face {
	font-family: 'Georgia';
	src: url('fonts/Georgia.eot');
	src: local('☺'), url('fonts/Georgia.woff') format('woff'), url('fonts/Georgia.ttf') format('truetype'), url('fonts/Georgia.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
textarea {
	resize:none;
}
#language {
	position:absolute;
	bottom:20px;
	left:20px;
}
#language li a{
}

.clearboth {
	padding-top:10px;
}
.clearboth:hover {
	text-decoration:underline;
}

/* Layout */
body {
	color: #000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 13px;
	line-height: 18px;
	padding:0;
	margin:0;
	background:#fafafa;
}
body a {
	color: #000;
}
h1 {
	font-family: 'Georgia';
	font-weight:normal;
	font-size:32px;
	text-transform:uppercase;
	cursor:pointer;
}
#header {
	width:320px;
	margin:auto;
	text-align:center;
}
#header .description {
	padding-top:15px;
	text-decoration:italic;
	font-family: 'Georgia';
	font-size:16px;
}