/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

h1, h2, p {
	font-size: 100%;
	margin: .75em 0 1em;
	padding: 0;
}

div {
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/**
 * Links
 */
a:link,
a:visited {
	text-decoration: underline;
}

a:link {
	color: #2514ff;
}

a:visited {
	color: #bd14ff;
}

a:hover {
	color: #f00 !important;
}


/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 2em;
	margin: .5em 0 .25em;
	padding: 0;
}

h1 em {
	display: block;
	font-size: 70%;
}

h2 {
	font-size: 1.375em;
	margin: 0 0 -.4em;
	padding: 1em 0 .25em;
}


/**
 * Misc
 */
.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}


/**
 * Layout
 */
html,
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

#layout {
	margin: 0;
	min-height: 100%;
	position: relative;
}


/**
 * Content
 */
#content {
	clear: both;
	line-height: 1.375;
	padding: 2em 2em 5em;
	zoom: 1;
}

#content:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#content .main {
	display: inline-block;
	padding-right: 3em;
	position: relative;
	vertical-align: top;
	width: 19em;
}

#content p em {
	display: block;
	font-size: .75em;
}

#content p em,
#content p em a {
	color: #555;
}

#content p em a:hover {
	color: #000 !important;
}


/**
 * Footer
 */
#footer {
	border-top: 1px solid #ddd;
	bottom: 0;
	clear: both;
	left: 0;
	padding: 1em 0;
	position: absolute;
	width: 100%;
}

#footer:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#footer .contacts {
	float: left;
	font-size: .75em;
	margin: 0 0 0 2em;
}
