@charset "UTF-8";
body {
	font-size: 11px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9b9b9b;
}

body, td, th, p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
strong, em, b, i, h1, h2, h3 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}


p, h1, h2, h3, h4, h5, h6, h7, h8, span, div ul, li {
	margin: 0; padding: 0; border: 0; }

p { margin-top:10px; text-align: justify; }
	
a, a:hover { color:#80b7cb; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

ul { padding-top: 35px; list-style: none; display: inline; }
li { display:inline; font-size:18px; padding: 0 30px; text-transform:lowercase; }
li a { color:#62a9c6; text-decoration: none; }
li a:hover { color:#7ad3f7; text-decoration: none;  }

h1 { width: 440px; height: 95px; overflow:hidden; margin: 0 auto; text-align:center;}

h2 a, h2 a:hover { color:#7d8b91; }

h2 { font-size:13px; color:#7d8b91; margin-top:15px; text-align:center; padding-top: 35px; padding-bottom: 20px;}

h3 { font-size:11px; color:#7d8b91; margin-top:15px;}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 310px auto 40px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#logo {}

#links {
	margin-top: 35px; text-align:center; }

#description {
	margin-top: 275px; border-top: 1px solid #202325; }
