* { 
	padding: 0; margin: 0; 
}

body {
	font-family: "trebuchet ms",arial,verdana,times;
 	font-size: 66%;
	background: url(../images/body.jpg) repeat-x top #cc820f;
	text-align:center;
	min-width:1000px;
}

#center {
	margin: 0 auto;
	width:970px;
	height:600px;
	background:#d1c152;
	text-align:left;
	
}

#left {
	width:215px;
	height:444px;
	background: url(../images/left.jpg) no-repeat;
	float:left;
}

#left a img {
	border:none;	
}

#left h2 {
	text-align:right;
	color:white;
	font-size:1.5em;
	margin-top:70px;
	padding:5px;
}

#left p{
	text-align:right;
	padding:5px;
	line-height:1.5em;
	font-size:1em;
}

#header {
	width:685px;
	height:444px;
	background: url(../images/header.jpg) no-repeat;
	float:left;
}

#header h1{
	color:white;
	font-size:3em;
	margin:175px 0 0 375px;
	font-family:"Monotype Corsiva";
}

#right {
	width:70px;
	height:444px;
	background: url(../images/right.jpg) no-repeat;
	float:left;
}

#leftsubnavi {
	width:200px;
	height:56px;
	background: url(../images/border.jpg) no-repeat left;
	float:left;
}

#subnavi {
	width:720px;
	height:56px;
	background: url(../images/subnav.jpg) no-repeat left;
	float:left;
}

#subnavi ul {
	list-style:none;
	margin-left:90px;
}

#subnavi ul li {
	float:left;
	width:115px;
	height:52px;
}

#subnavi ul li.space {
	width:5px;
}

#subnavi img {
	border:none;
}

#rightsubnavi {
	width:50px;
	height:56px;
	background: url(../images/border.jpg) no-repeat right;
	float:left;
}

#info {
	width:965px;
	height:74px;
	background: url(../images/borderr.jpg) no-repeat left;
	float:left;
	text-align:center;
}

#info address {
	padding:35px;	
	
}

#rightedge {
	width:5px;
	height:74px;
	background: url(../images/borderr.jpg) no-repeat right ;
	float:left;
}
#footer {
	width:970px;
	height:28px;
	background: url(../images/footer.jpg) no-repeat;
	clear:both;
}

#footer img {
	float:right;
	margin-top:-40px;
}

#footer ul {
	list-style:none;
	text-align:center;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	line-height:28px;
	text-decoration:none;
	font-size:1.2em;
	padding:5px 15px;
	font-weight:800;
	color:#3e2512;
}

.invisible {
	display:none;
}

