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

html, body {
	line-height: 1;
	text-align: center;
	background: url(images/bg.png) repeat;
	height: 100%;
}
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;
}

/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#top {
	height: 4px;
	background: black;
}

#header {	
	background: #ebe8e3;
	margin: 0 auto;
	height: 83px;
	width: 660px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	margin: 20px 0 0 18px;
	width: 220px;
	height: 40px;
	float: left;
}

#toplinks {
	z-index: 5;
	position: relative;
	float: left;
	width: 215px;
	height: 17px;
	background: url(images/top.gif) no-repeat;
	margin: -60px 0 0 535px;
}

#toplinks ul {
	padding: 0 10px;
}

#toplinks li {
	margin: 1px 3px;
	float: left;
	color: #C90000;
	font: 10px arial;
}

#toplinks li a {
	font: 10px verdana;
	color: #FFF;
	text-decoration: none;
}

#navigation {
	background: #ebe8e3 url(images/navbar.png) repeat-x;
	margin: 0 auto;
	width: 660px;
	height: 32px;
	padding: 2px 0;
}

#navigation .link1 {
	float: left;
	width: 240px;
	text-align: center;
}

#navigation .link2 {
	float: left;
	width: 168px;
}

#navigation .link3 {
	float: left;
	width: 44px;
}

#navigation .link4, #navigation .link5 {
	float: left;
	width: 100px;
}

#navigation .border {
	float: left;
	width: 2px;
	height: 32px;
	background: url(images/border.png) no-repeat;
}

#navigation .link1:hover,#navigation .link2:hover,#navigation .link3:hover,#navigation .link4:hover,#navigation .link5:hover, .activelink {
	background: url(images/navi_on.png) repeat-x;
}

#navigation a {
	float: left;
	width: 100%;
	height: 32px;
	padding: 10px 0 0 0;
	color: #FFF;
	font: 600 10px verdana;
	text-decoration: none;
}

#body {
	background: #ebe8e3;
	margin: 0 auto;
	width: 660px;
	padding: 20px 0 0 0;
	text-align: left;
}

#contents {
	margin: 0 auto;
	width: 620px;
	font: 19px verdana;
	color: #6c6c6c;
}

#contents ul {
	padding: 20px 0 0 0;
}

#contents li {
	background: url(images/bullet.png) no-repeat 0 5px;
	padding: 0 0 0 35px;
}

#footer {
	background: #ebe8e3;
	margin: 0 auto;
	width: 660px;
	font: 11px verdana;
	color: #c0c0c0;
	height: 215px;
	overflow: visible;
}

#hand {
	background: url(images/hand.png) no-repeat;
	margin:  0 0 0 -248px;
	width: 414px;
	height: 263px;
	z-index: 5;
	position: relative;
	float: left;	
}

#footnote {
	margin: -100px auto 0 auto;
	width: 660px;
	z-index: 5;
	position: relative;
	float: left;
}




