* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:#0D0D0E;
}
body#splash {
	background-image: none;
}

#container {
	width: 100%;
	height: 100%;
	display: table;
}

#position {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}


#page {
	width: 300px;
	margin: 0 auto;
	position: relative;
}


#lmb {
	margin-top: 100px;
	text-align: center;
}
#branding {
	width: 150px;
	position: fixed;
}


#main {
	width: 300px;
	padding: 0;
}

#sub {
	width: 150px;
	position: absolute;
	text-align: right;
	top: 0;
	left: -180px;
}


.pagesection {
	margin: 0 0 40px 0;
	clear: both;
}

/* @group NAV */

#nav {
	width: 150px;
	list-style-type: none;
	text-align: right;
	margin-top: 20px;
	position: fixed;
}

#nav li {
	list-style-type: none;
	font-size: 1.2em;
}

#nav a, #nav a:link, #nav a:visited {
	color: #62a0cb;
	background-color: transparent;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
}

#nav a:hover {
	color: #c0e8ee;
	background-color: transparent;
	text-decoration: none;
}

#nav a:active {
	color: #4eefee;
	background-color: transparent;
	text-decoration: none;
}

.anchorlink {
	height: 20px;
}



/* @end */

/* FLOATS */

.leftpic {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

.leftcol {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 46%;
	display: inline;
	text-align: center;
	
}

.rightcol {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 46%;
	display: inline;
	text-align: left;
}


/* FOOTER */

div#footer {
	color: #3b3a3c;
	padding: 40px 65px 15px 0;
}

div#footer p {
	font-size: 9px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* TYPOGRAPHY */

body {
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999494;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

#sub {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
	background-color: transparent;
}

/* LINKS */

a,a:link {
	color: #62a0cb;
	background-color: transparent;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
}

a:visited {
	color: #81786f;
	background-color: transparent;
}

a:hover {
	color: #d1313a;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #d1313a;
	background-color: transparent;
	text-decoration: none;
}

/* HEADINGS */

h1 {
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #82858d;
	font: normal 12px/1.5em "Courier New", Courier, mono;
	padding: 5px;
	margin: 10px 0;
	clear: both;
}

h2 {
	text-transform: uppercase;
	color: #fafff9;
	font: bold 13px/1.5em "Courier New", Courier, mono;
	padding:3px 0;
	letter-spacing: 1px;
}

h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

h4 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

h5 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

/* TEXT */

p {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0 .5em 0 0;
	line-height: 1.4em;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

hr {
	display: none;
}

div.hr {
	height: 13px;
	margin: 1em;
	background: url(../i/hr1.gif) no-repeat center center;
}

.center {
	text-align: center;
}

address, .note, .credit {
	font-family: Verdana, Arial, sans-serif;
	color: #9c9c9c;
	font-size: .9em;
}

/* LISTS */

.plainlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plainlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.giglist {
	list-style: none;
	margin: 0px 20px 20px 0;
	padding: 0;
}

.giglist li {
	list-style: none;
	margin: 5px 5px 15px 5px;
	padding: 0;
}

.giglist li.over {
	text-decoration: line-through;
}

.giglist li.next {
	background-image: url(../i/angle1.gif);
}

ul.credits {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	color: #928a8a;
	background-color: #fff;
}

ul.credits li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #928a8a;
	background-color: #fff;
}

/* TABLE */

table {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	font-size: 1em;
}

table.store {
	border-collapse: collapse;
	padding: 5px;
	
}

table.store td {
	padding: 15px 10px;
	vertical-align: top;
}

hr {
	display: none;
}

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}

a img {
	border: none;
}

a.noborder {
	border: none;
}

/* accessibility */

span.accesskey {
	text-decoration: none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* end accessibility */