.page-home#wrapper {
	background: url(../images/bg.gif) repeat-y top center transparent;
}
.page-home #header {
	margin-top: 100px;
}
.page-home #header h1 {
    height: 322px;
	background: url(../images/h/1.jpg) no-repeat top left transparent;
}




#body {
	display: block;
	height: 5px !important;
	background: url(../images/sh-b.gif) no-repeat top left transparent;
	overflow: hidden;
	padding: 0;
}
#designed {
    padding-top: 1px;
}
#copyright {
	display: none;
}




#nav {
	width: 750px;
	height: 92px;

	margin: 0;
	padding: 0;

	background: url(../images/nav-bg-1.gif) no-repeat top left transparent;
	text-align: center;
}
#nav ul {
	padding: 0;
	margin: 0;

	list-style: none;
}
#nav li {
	display: inline;

	line-height: 92px;

	margin: 0;
	padding: 0;

	padding-top: 40px;
	padding-bottom: 40px;

	padding-left: 25px;
	padding-right: 25px;

	overflow: visible;

	background: url(../images/nav-spacer.gif) no-repeat center left transparent;
}
*html #nav li {
	height: 92px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav a {
	display: inline;

	padding-bottom: 10px;
	font-weight: normal;

	overflow: visible;
	color: #37362D;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	font-family: times;
}
#nav a:hover, #nav #current a {
	background: url(../images/nav-u.gif) repeat-x bottom left transparent;
	text-decoration: none;
}
#nav u {
	text-decoration: none;
}
#nav .first {
	background: transparent;
}

