body {background:#98C671; font-family:arial;}

#container {
	width:995px;
	margin:auto;
	overflow:hidden;
	background:url('images/bg.jpg') repeat-y;
}

#header {
	width:993px;
	margin:auto;
	background:url('images/header-sp.jpg') -1px 0px no-repeat;
	height:260px;
}

#wrapper {
	padding:0px 30px 0px 30px;
	margin:0px;
}


#footer{
	height:100px;
	width:995px;
	background:url('images/footer.png') no-repeat;
	margin:auto;
	padding-top:33px;
}

#f1, #f2, #f3 {
	float:left;
	color:#003A65;
	font:bold 14px arial;
}

#f1 {
	padding-top:40px;
	margin-left:112px;
}

#f2 {
	margin-left:120px;
}

#f3 {
	padding-top:10px;
	margin-left:100px;
}

a{outline:none; text-decoration:none;}
a:hover{text-decoration:underline;cursor:hand;}

p {
	font-family:Arial, Verdana;
	font-size:15px;
	color:#003A65;
	text-align:justify;
}

h1.home {
	text-align:center;
	font:32px arial;
	color:#A34D38;
	clear:both;
}

#menu{padding-bottom:30px;}

#menu li{
	display:inline; 
	float:left; 
	padding: 2px 8px;
	border: 1px solid #202020;
	text-decoration: none;
	background: url('images/sp.gif') center center repeat-x;
	color: #000;
	font: bold 13px Tahoma;
}
#menu li:hover{
	background:url('images/sp-hov.gif') center center repeat-x;
	cursor:hand;
	color:#803B02;
}
#menu a{text-decoration:none; color:#000;}
#menu a:hover {color:#803B02;}

#menu ul {
	margin:0px;
	padding:0px;
}

#wrapper2 {
	padding:0px 80px;
}