@charset "UTF-8";
/* reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6e685c;
	background: #efefef;
	margin:15px 0 0 30px;
	min-width:1000px;
}
#header	{
	width:900px;
	margin:80px auto 80px auto;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
	line-height:119px;
	font-size:6px;
	letter-spacing:.15em;
	width:900px;
	margin:-50px 0 0 0;
	width: 119px;
	height: 119px;
	position:relative;
	padding-bottom:1px;
}

h1 span	{
	background:url(images/logo-a.gif) top left no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

p	{
	color:#666;
	line-height:1.5em;
	letter-spacing:.17em;
	font-size:11px;
}

#menu	{
	float:right;
	margin:-75px 0 30px 0;
	border-bottom:1px solid #999;
	width:860px;
}
#menu ul	{
	list-style:none;
	width:66%;
}
#menu li	{
	text-transform:uppercase;
	letter-spacing:.18em;
	float:right;
	padding:5px 5px;
	list-style:none;
	margin-left:-9px;
	display:block;
	font-size:13px;
	line-height:1em;
}
.here	{
	color:#a94;
	font-weight:800;
}
/* didn't look at link colors yet */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E584C;
	font-size:10px;
	text-decoration:none;
	padding:3px 5px 2px 5px;
	margin-right:5px;
}
a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #5E584C;
	text-decoration:none;
	padding:3px 5px 2px 5px;
	margin-right:5px;
}
a:hover	{
	font-family:  Arial, Helvetica, sans-serif;
	color:#999;
	font-size:10px;
	text-decoration:none;
	padding:3px 5px 2px 5px;
	margin-right:5px;
}
a:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #5E584C;
}
.clear	{
	clear:both;
}
#footer	{
	position:fixed;
	bottom:0px;
	right:30px;
	text-align:right;
	width:900px;
}
#footer	p{
	color:#aaa;
	font-size:9px;
	letter-spacing:.15em;
	text-transform:lowercase;
}