/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
#body {
	background: url(img/bg.gif) top left repeat-x #001e0c ;
	}

body {
	top left repeat-x #001e0c ;
	}

	
#header {
	width:100%;
	padding:5px 0;
	margin:0 auto;
	border:none;
	background:#FFFFFF;
	}
	
	
#footer {
	width:100%;
	height:81px;
	margin:0 auto;
	border:none;
	background:url(img/footer_bg.gif) top left repeat-x;
	border-bottom:1px solid #e8b643;
	}

#footer p {	
	text-align:center;
	color:#FFFFFF;
	padding:20px 0 0px;
	font-size:14px;
	letter-spacing:3px;
	margin-bottom:0;
	}

#footer p.copy {	
	text-align:center;
	color:#b1c2b8;
	font-size:12px;
	padding:0;
	}

.address {
	width:100%;
	margin:0 auto;
	}

.address p {	
	color:#FFFFFF;
	font-size:14px;
	line-height:160%;
	padding:15px 0;
	text-align:right;
	}
	

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	}

p {
	font-size:0.9em;
	color:#666666;
	line-height:160%;
	margin-bottom:15px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	}
