body {
	background: #DEDEDE url(images/bg.gif) repeat-y;
	padding: 0px;
	margin: 0px;
	color: #6F6C7C;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}

body a:link, a:active, a:visited {
    color: #8499b8;
	text-decoration: none;
}

body a:hover {
    color: #C9C9C9;
	text-decoration: underline;
}

b, strong {
    color: #504F4D;
}

i, em {
    color: #56537E;
}

input ,textarea ,select {
	overflow: visible;
    color: #8B8B8B;
	border: 1px solid #D2D2D2;
	padding: 1px 4px 1px 4px;	
}



#navi {
	margin: 0px 0px 0px 481px;
	width: 120px;
	top: 385px;
	position: absolute;
}

#navi ul {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

#navi ul li {
	list-style: none;
	margin: 0px;
	padding: 1px;
}

#navi ul li a {
    background: url(images/navibg01.png);
    color: #414141;
	display: block;
	text-align: center;
	text-decoration: none;
}

#navi ul li a:hover {
    background: url(images/navibg02.png);
	color: #626262;
}



#content {
    margin: 0px 0px 0px 135px;
	padding: 17px;
	width: 475px;
	position: absolute;
	top: 480px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #D26686;
	border-bottom: 1px solid #D2D2D2;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px 0px 30px;
}

#content h1 {
	font-size: 170%;
}

#content h2 {
	font-size: 150%;
}

#content h3 {
	font-size: 130%;
}

#content h4 {
	font-size: 110%;
}

#content h5 {
	font-size: 100%;
}

#content h6 {
	font-size: 80%;
}


