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

body {
	margin: 0px; padding: 0px;
	background: #000000 url("Imgs/mainbg.jpg") repeat-x center top;
	text-align: center;
}
#container {
	width: 830px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}
#header {
	background: transparent url("Imgs/header.jpg") no-repeat;
	width: 830px; height: 138px;
	text-align: center;

}
#navigation {
	height: 83px;
}
#navigation div, #navigation a {
	float: left;
	height: 83px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -83px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("nav/about.jpg"); width: 101px; }
#nav_1 { background-image: url("nav/services.jpg"); width: 81px; }
#nav_2 { background-image: url("nav/sales.jpg"); width: 72px; }
#nav_3 { background-image: url("nav/sign.jpg"); width: 287px; }
#nav_4 { background-image: url("nav/show.jpg"); width: 122px; }
#nav_5 { background-image: url("nav/gallery.jpg"); width: 79px; }
#nav_6 { background-image: url("nav/contact.jpg"); width: 88px; }
	

#nav a:hover {
	text-decoration: none;
	color: #ffa800;
}
#n1 {
	margin-left: 250px;
}
#middle {
	background: transparent url("Imgs/title.jpg") no-repeat;
	width: 830px; height: 97px;
	float: left;
}
#content {
	background: transparent url("Imgs/middlebg.jpg") repeat-y;
	width: 830px;
	float: left;
}

#show {
	background: transparent url("Imgs/upcoming.jpg") no-repeat;
	width: 432px; height: 235px;
	margin-left: 200px;
	
	
	}
#footer {
	background: transparent url("Imgs/footer.jpg") no-repeat;
	width: 830px; height:140px;
	float: left;

}
a {
	color: #052b0a;
	text-decoration: none;
	font-weight:bold;
	
}
a:hover {
	color: #b2a481;
	text-decoration: underline;
	font-weight:bold;
}
a#rm {
	margin: 34px 0 0 376px;
	width: 100px;
	height: 16px;
}
.hide {
	display: none;
}
#content p {
	margin: 0 15px 5px 15px;
	line-height: 2em;
}
#content img {
	margin: 15px 15px 15px 15px !important;
}
#content td img {
	margin: 0px !important;
}
#content table {
	margin: 0 0 0 0px !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 10px 10px 15px;
	color: #052a0a;
	font-family: "times new roman", arial, verdana;
	font-size: 20px;
}
a img {
	border: 0px;
	
}