@charset "utf-8";
/* CSS Document */

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;

}
/* end reset */

body{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	
}

li{
	list-style: none;
}

#page-wrap{
	width: 500px;
	margin: 50px auto;
}

#nav{
	width: 120px;
	margin: auto;
}

#navimg{
	position: absolute;
	left: 8;
	top: 2;
}

#nav li{
	text-align: center;
	background: #CBE7F8;
	margin: 0 0 10px 0;
	padding: 3px;
	position: relative;
	clear: both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#nav li a{
	color: #000000;
}


#nav li:hover{
	color: #ffffff;
	background: #0079CF;
}
