/* ---------------------------------------------
                  Browser CSS reset
   ---------------------------------------------*/

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;
}

/* 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;
}


/* ---------------------------------------------
                  basic format
   ---------------------------------------------*/
   
hr {display: none; clear: both;}
h1, h2, h3, h4, h5, h6, p, address { font-style: normal; font-weight:normal; margin: 0; border: 0; padding: 0; line-height: 1; }

/*     image text      */
.alttext {
	display: block;
	font-size: 1px;
	text-indent: -5000px; }
.hidetext {	display: none; }

/*     clearfix      */
.clearfix { min-height: 1%; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from Mac IE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Hides from Mac IE */




/* ---------------------------------------------
                  site-top css
   ---------------------------------------------*/
   

html { height: 100%; }
body {
	background-color: #404040;
	height: 100%;
}
#container {
	height: 400px;
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px auto auto -450px;
	overflow: auto;
}

#site-id{
	background:url(images/id-grafoo.gif) 0 0 no-repeat;
	width:243px;
	height:65px;
	margin:0 auto;
}

#nav{
	background:url(images/nav.gif) 0 0 no-repeat;
	width:232px;
	height:20px;
	margin:120px auto 0;
}

#nav li{
	/*float:left;*/
}
#nav a{
	display:block;
	height:20px;
}

#gnav01 a{
	background:url(images/nav.gif) -73px 0 no-repeat;
	width:74px;
	margin:0 0 0 73px;
}
#gnav01 a:link{background-position:-73px 0;}
#gnav01 a:hover{background-position:-73px -100px;}



#description{
	background:url(images/description.gif) 0 0 no-repeat;
	width:862px;
	height:16px;
	margin:120px auto 0;
}
