@font-face {
  font-family: 'Existence Light';
  font-style: normal;
  font-weight: normal;
  src: local('Existence Light'), local('Existence-Light'), url('Existence-Light.otf') format('opentype');
}

html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 1.4em;

	color: rgb(195,195,195);
	background-color: black;
}

img { border: 0px; }
strong { color: rgb(210,210,210); }

hr {
	margin: 0px 2px 1px 2px;
	color: black;
	border: 0px;
	border-bottom: 1px solid;
	height: 1px;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: rgb(200,200,200);
}
a:hover, a:active {
	color: white;
}

h1 { font-size: 11pt; }
h2 { font-size: 9pt; }

th { text-align: left; }
td { padding: 1px 2px 1px 2px; }
td:first-child { padding: 1px 2px 1px 0px; }

ul { padding-left: 30px; margin-left: 0px; }
li { list-style-type: square; }

/* ========== */

#page {
	margin: 20px auto 0px auto;
	width: 606px;
}

#nav {
	float: left;
	width: 202px;;
	height: 304px;
}

#logo {
	height: 151px;
	margin: 0px 1px 1px 0px;
	background-color: rgb(40,40,40);
}

#menu {
	height: 151px;
	margin: 0px 1px 1px 0px;
	background-color: rgb(40,40,40);
}

#head {
	width: 403px;
	height: 303px;
	margin: 0px 1px 0px 202px;
	background-color: rgb(27,27,27);
}

#content {
	clear: both;
}

#footer {
	clear: both;
	padding-bottom: 75px;
}

ul.bricks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
ul.bricks li {
	display: block;
	float: left;
	margin: 0px 1px 1px 0px;
}

div.b1, ul.b1 li {
	width: 100px;
	height: 75px;
	background-color: rgb(40,40,40);
}

div.b2, ul.b2 li {
	width: 201px;
	height: 151px;
	background-color: rgb(40,40,40);
}

div.b4 {
	margin: 0px 1px 1px 0px;
	width: 403px;
	height: 303px;
	background-color: rgb(40,40,40);
}

#head .b4 { background-color: rgb(27,27,27); }


div.b6 {
	margin: 0px 1px 1px 0px;
	width: 605px;
	height: 455px;
	background-color: rgb(40,40,40);
}

.footer-row1 li { background-color: rgb(20,20,20) !important; }
.footer-row2 li { background-color: rgb(14,14,14) !important; }
.footer-row3 li { background-color: rgb(7,7,7) !important; }

/* ========== */
ul.desc {
	margin: 0px 1px 1px 0px;
	padding: 10px 0px 10px 4px;
	list-style-type: none;
	background-color: rgb(40,40,40);
}
ul.desc li {
	display: inline;
	margin: 0px 8px 0px 0px;
	white-space: nowrap;
}

div.separator {
	background-color: rgb(40,40,40);
	margin: 0px 1px 1px 0px;
	padding: 10px 0px 10px 0px;
}

div.misc {
	background-color: rgb(40,40,40);
	padding: 4px;
}

/* ========== */

ul.menu-items {
	font-size: 8pt;
	margin: 0px 2px 2px 11px;
	padding: 10px 0px 0px 0px;
}

ul.menu-items li {
	list-style-type: none;
	line-height: 1.8em;
}

ul.menu-items a, ul.menu-items a:visited {
	text-decoration: none;
	color: rgb(150,150,150);
}

ul.menu-items a:hover {
	text-decoration: none;
	color: rgb(250,250,250);
}

#contact {
	float: right;
 	margin: 30px 30px 0px 0px;
 	position: relative;
	font-family: 'Existence Light', 'Helvetica', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4em;
	color: rgb(150,150,150);
}

a.back {
	display: block;
	padding: 58px 4px 0px 4px;
	height: 17px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
