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

body {
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-family: "Lucida Calligraphy", serif;
	font-size: 36px;
	font-weight: bolder;
	font-style: oblique;
	text-align: justify;
}
#top_header h1 {
	z-index: 1;
	line-height: 1.3em;
	width: 360px;
	position: relative;
	top: 2px;
}
#bottom_header h1 {
	z-index: 2;
	top: -1.2em;
	position: relative;
	left: 5em;
	width: auto;
}
#para #starter {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	padding-right: 10px;
}
#para {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	overflow: auto;
	position: relative;
	left: 250px;
	width: 760px;
}
#para #img1 {
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

#header {
	left: 250px;
	position: relative;
	width: 750px;
}
#vali {
	text-align: center;
	clear: both;
}

h2 {
	font-family: "Lucida Calligraphy", serif;
	font-size: 18px;
	font-weight: bolder;
	font-style: oblique;
	text-align: justify;
}

#navi
{
	left: 250px;
	position: relative;
	width: 750px;
	height: auto;
}

#navi ul {
	list-style-type: none;
	list-style-position: inside;
	line-height: 1em;
	text-align: left;
}

#navi ul li {
	text-align: left;
	display: inline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 1.2em;
}
