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

/* http://meyerweb.com/eric/tools/css/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;
}

/*---------------------------------------------- end reset -----------------------------------------*/
body {
	font: 90% Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	}
#divContainer {
	width: 760px;
	height: 525px;
	margin: 10px auto;
	
	}
#divHeader {
	width: 760px;
	height: 145px;
	text-align: right;
	background: url(../images/index_01.png);
}
#divHeader h1 {
	margin: 40px 20px 0 0;
	font-size: 250%;
	font-weight: normal;
}
#divHeader h2 {
	margin-right: 20px;
	font-size: 150%;
	font-weight: normal;
}
#divMain {
	width: 760px;
	height: 210px;
	background: url(../images/index_02.png);
	position: relative;
}
#divMenu {
	width: 197px;
	position: absolute;
	left: 0;
	top: 20px;
}
#divMenu ul {
	display: block;
}
#divMenu ul li {
	text-align: right;
	margin-top: 15px;
}
#divMenu ul li a:link {
	text-decoration: none;
	border-right: solid 10px #fff;
	color: #000;
	padding-right: 2px;
}
#divMenu ul li a:visited {
	border-right: solid 10px #fff;
	color: #333;
	padding-right: 2px;
	text-decoration: none;
}
#divMenu ul li a:hover  {
	border-right: solid 10px #990033;
	color: #990033;
	padding-right: 2px;
}
.current {
	border-right: solid 10px #006600;
	padding-right: 2px;
}
#divFooter {
	width: 760px;
	height: 170px;
	background: url(../images/index_03.png);
	position: relative;
}
#divFooter p {
	text-align: right;
	position: absolute;
	right: 30px;
	top: 50px;
	font-size: 70%;
	line-height: 200%;
	}
#divFooter a {
	color: #000;
	text-decoration: none;
}
