@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;}

fieldset, img{border:0;}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}

* {
  font-size: 100%;
}

p {
	font-size: 1em;
	}

a {
	color: #ccc7c0;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	}

a:focus { 
	outline:none;
	}


body {
	margin: 0;
	padding: 0;
	background: #918b7b url(images/background.png) center top repeat-y;
	text-align: left;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #ccc7c0;
}

#wrapper-outter{
	margin: auto;
	padding: 0;
	width: 944px;
	height: 399px;
	z-index: 0;
	}

#banner{
	background: #918b7b url(images/banner.jpg) center top no-repeat;
	width: 944px;
	height: 399px;
	position: relative;
	}

#wrapper{
	top: 250px;
	padding: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	}

#main{
	width: 944px;
	height: auto;
	position: relative;
	margin: auto;
	}

#slogan{
	background: url(images/slogan.png) center top no-repeat;
	width: 944px;
	height: 24px;
	position: relative;
	}

#logo{
	background: url(images/logo.png) center top no-repeat;
	width: 944px;
	height: 38px;
	position: relative;
	margin: 20px 0;
	}

#navi{
	width: 944px;
	height: 35px;
	border-top: 1px solid #b7b1a9;
	border-bottom: 1px solid #b7b1a9;
	font: 1.3em "Times New Roman", Times, serif;
	}

#navi ul{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	}

#navi li{
	float:left;
	padding:5px 12px;
	display:inline;
	}

#info{
	width: 944px;
	height: auto;
	color: #FFFFFF;
	padding: 30px 0;
	text-align: center;
	}

#info p{
	font: 2.0em Georgia, "Times New Roman", Times, serif;
	}

#footer{
	width: 944px;
	margin-top: 20px;
	border-top: 1px solid #b7b1a9;
	border-bottom: 1px solid #b7b1a9;
	}

#footer p{
	padding: 8px;
	font: 0.8em "Lucida Sans", "Lucida Grande", sans-serif;
	}

.small{
	font-size: 0.7em;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	}
