/* @override http://gare.dev.ock.am:8080/css/screen.css */

/* @group Basics */

/* Remove padding and margin */
html, body,
h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd,
div, p, blockquote, pre, form, fieldset,
table, th, td {
	margin: 0;
	padding: 0;
	}

/* Put margin back on certain elements */
h2, h3, h4, h5, h6,
p, blockquote, pre, form, fieldset,
table, ul, ol {
	margin: 1em 0 0;
	}
blockquote {
	margin-left: 2em;
	}

/* Remove border around linked images */
img, a img, :link img, :visited img {
	border: none;
	}

/* Typography */

html {
	font-size: 100.01%;
	}

body {
	background: #FFF;
	color: #333;
	font: 84%/1.3 Helvetica,Arial,sans-serif;
	padding: 0 0 40px;
	text-align: center;
	}
body * {
	font-size: 1em;
	}

.sup {
	font-size: 65%;
	position: relative;
	top: -.5em;
	}
.clear { clear: both; height: 0 !important; line-height: 0 !important; margin: 0 !important; }


/* @end */

/* @group Links */

a:link {
	color: #0a5add;
	text-decoration: none;
	}
a:visited {
	color: #0a5add;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* @end */


/* @group Layout */

#page {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 810px;
	}
#header {
	margin: 0 170px;
	text-align: right;
	}
#header span {
	display: block;
	padding: 3px;
	}

#logos a {
	display: block;
	text-align: center;
	width: 170px;
	}
#logos span {
	display: block;
	font-size: .85em;
	margin: 10px 0;
	}
#aviatic {
	float: left;
	}
#charbon {
	float: right;
	}

/* @end */
