@font-face {
	font-family: open-sans;
	src: url('fonts/OpenSans-Regular.ttf');
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #404040;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top-left;
	margin: auto;
}

div {
	width: 800px;
	margin: auto;
}

br {
	display: block;
	margin: 16px 0;
}

#logo {
	margin-top: 16px;
	width: 650px;
	height: 100px;
	padding: 0px 0px 8px 0px;
}

#links {
	text-align: center;
	padding: 3px 0px 0px 0px;
}

#links a:link {
	font-family: open-sans;
	font-size: 0.7em;
	text-decoration: none;
	padding: 4px 35px;
	background-color: black;
	text-align:center;
	color: #fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
}

#links a:visited {
	font-family: open-sans;
	font-size: 0.7em;
	text-decoration: none;
	padding: 8px 35px;
	background-color: black;
	text-align:center;
	color: #fff;
}

#links a:hover {
	color: black;
	background-color: white;
}

#links a:active {
	color: black;
	background-color: white;
}

#body1 {
	padding: 32px;
	font-size: 0.7em;
	font-family: open-sans;
	text-align: left;
	margin-top: 16px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
}

#body1 img {
	float: left;
	margin-right: 8px;
	border-radius: 0.5em;
	box-shadow: 0 0 10px #000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
}

#body1 img:hover {
	box-shadow: 0 0 10px #fff;
}

table {
	border-collapse: collapse;
	border-width: 0px;
	table-layout: fixed;
	padding: 2px;
	float: right;
	box-shadow:0 0 16px #000;
}

#body1 a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
}

#body1 a:hover {
	color: white;
}

th, td, tr {
	text-indent: 4px;
	white-space: nowrap;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	overflow: hidden;
	table-layout: fixed;
}

th {
	font-weight: bold;
	background-color: black;
	color: white;
}

td {
	font-weight: normal;
	color:black;
}

tr:hover td {
	background-color: #7cf;
}

tr:active td {
	background-color: #ff7;
}

tr:nth-child(odd) {
	background-color: #f4f4f4;
}

tr:nth-child(even) {
	background-color: #e9e9e9;
}

td:nth-child(1) {
	width: 24px;
}

td:nth-child(2) {
	width: 20px;
}

td:nth-child(3) {
	width: 300px;
}

td:nth-child(4) {
	width: 187px;
}

td:nth-child(5) {
	width: 38px;
}

td:nth-child(6) {
	width: 67px;
	text-align: center;
}

.footer, .push {
	height: 72px;
}

.footer {
	font-family: open-sans;
	font-size: 0.7em;
	color: #fff;
	line-height: 72px;
	width: 100%;
	background: #333;
	text-align: center;
	border-width: 1px 0px 0px 0px;
	border-color: #555;
	border-style: solid;
	box-shadow:inset 0 7px 7px rgba(0,0,0,.5);
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

#head {
	margin-top: 16px;
	text-align: center;
	font-family: open-sans;
	font-weight: bold;
}

#head h1 {
	color: #f4f4f4;
	font-size: 2em;
}

#head h2 {
	color: #d4d4d4;
	font-size: 1.3em;
}

#links2 {
	text-align: center;
	padding: 12px 0px 0px 0px;
}

#links2 a:link {
	font-family: open-sans;
	font-size: 0.7em;
	text-decoration: none;
	padding: 4px 35px;
	background-color: black;
	text-align:center;
	color: #fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
}

#links2 a:visited {
	font-family: open-sans;
	font-size: 0.7em;
	text-decoration: none;
	padding: 8px 35px;
	background-color: black;
	text-align:center;
	color: #fff;
}

#links2 a:hover {
	color: black;
	background-color: white;
}

#links2 a:active {
	color: black;
	background-color: white;
}