
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700');
@import url('http://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: Calibri, Segoe UI, Lucida, Lucida Mac, Lucida Grande, Arial, MS Sans Serif, sans-serif;
	font-size: 15px;
	background-color: #dddddd;
	margin: 0; 
	padding: 0;
	overflow-y:scroll;
}

body, a, a:visited  {
	color: rgb(90,102,92);
}

p {
	text-align:justify;
}

#header {
	position:relative;
	background-color: white;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 1050px;
	height: 200px;
}

#header .subtitle {
	font-family: Open Sans Condensed, Calibri, sans-serif;
	font-size: 25px;
	color: white;
	position: relative;
	top: 110px;
	left: 45px;	
}

#binary {	
	position:fixed; 
	top:0; left:0; 
	width:100%; 
	height:100%; 
	color:#aaa;
	font-family: Courier New, Courier, monospace;
	font-size:10px;
	word-break: break-all; 
	overflow-y:hidden;
}

div.page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 1050px;
	background: transparent;
	z-index:12;
	display:block;
	box-shadow:5px 0px 5px #999;
}

.float {
	margin-bottom:10px;
}
.float.left {
	float:left;
	margin-right:20px;
}
.float.right {
	float:right;
	margin-left:20px;
}

a {
	/*color: #FF5254;*/
	/*color:black;*/
	font-weight:bold;
	text-decoration: none;
}

#menu a {
	font-weight:normal;
	color: white;
	font-family: Open Sans Condensed, Calibri, sans-serif;
}

a:hover {
	text-decoration:underline;
}

#menu {
	position: absolute;
	bottom: 20px;
	right: 45px;
}

#menu a {
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	margin-left: 15px;
	
}
#footer {
	border-top: 1px solid #aaa;
	background: linear-gradient(#c0c0c0, #aaa, #909090);
	color: white;
	border-bottom-left-radius: 10px;
	/*border-bottom-right-radius: 10px;*/
	/*-moz-border-radius-bottomright: 10px;*/
	/*-webkit-border-bottom-right-radius: 10px;*/
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

div.content, #footer {
	padding:20px;
	padding-left:45px;
	padding-right:45px;
}

div.content {
	border-top: 1px solid #666;
	background: white;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom:25px;
	font-family: Open Sans Condensed, Calibri, sans-serif;
	font-stretch:condensed;
	font-weight:bold;
}
div.content h1:not(:first-child) {
	margin-top:30px;
}

h2 {
	font-size:19px;
}

p {
	margin-bottom: 1em;
	margin-top: 1em;
}

#copyright {
	font-size:70%; 
	margin-top:25px; 
	border-top:1px solid #cccccc; 
	padding-top:5px;
}

table {
	border-spacing:0;
}

table.dual td {
	padding:16px;
}

table.dual img, img.shadow {
	box-shadow: 4px 4px 4px #ccc;
}

table.dual tr > td:first-child > h1 {
	/*text-align:right;*/
}

table.dual tr > td:first-child > p {
	text-align:justify;
}

table.dual h1 {
	margin-top:0px;
	padding-top:0px;
}

table.text td {
	padding:4px;
	padding-right:8px;
	background:transparent;
}

table.text>tbody>tr:hover {
	background:#f0f0f0;
}

table tr td:first-child {
	padding-left:0;
}
table tr td:last-child {
	padding-right:0;
}

div.section {
	font-family: Open Sans Condensed, Calibri, sans-serif;
	margin-top:20px;
	margin-bottom:15px;
	margin-right:-45px;
	margin-left:-16px;
	padding:8px;
	padding-left:15px;
	font-size:25px;
	background:#eee;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background: linear-gradient(to right, #eee 0%, #dddddd 100%);
	/*
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	*/
}

img.framed {
	border: 1px solid #ddd;
}

div.hr {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #bbb;
}

.subtitle {
	font-size:75%;
}