body {
	background-color: #EFEEEE;
	background-image: url(/assets/images/bg.gif);
	background-repeat: repeat;
	color: #565353;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	color: #ef3c32;
	line-height: 1.8em;
}
p {
	padding: 0px;
	line-height: 1.6em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 1015px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg-wrapper.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#header {
	height: 112px;
	width: 1015px;
	background-image: url(/assets/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 55px;
}
#logo {
	position: absolute;
	left: 14px;
	top: 25px;
}
#search {
	position: absolute;
	top: 56px;
	right: 19px;
	height: 27px;
	width: 209px;
	overflow: hidden;
}
#search * {
	line-height: 27px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search-button {
	background-image: url(/assets/images/bg-search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 30px;
}
#search-field {
	background-image: url(/assets/images/bg-search.jpg);
	background-repeat: repeat;
	background-position: right -3px;
	height: 21px;
	width: 169px;
	font-size: 9px;
	color: #797878;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 24px;
}
#nav-top {
	background-image: url(/assets/images/bg-nav-top.jpg);
	background-position: left top;
	height: 38px;
	width: 516px;
	position: absolute;
	left: 40px;
	top: 130px;
	z-index: 999;
}
#nav-top li.first {
	height: 38px;
	width: 250px;
	padding-left: 1px;
}
#nav-top li.first ul {
	margin-left: 1px;
}

#nav-top li.second {
	height: 38px;
	width: 250px;
	padding-left: 6px;
}
#nav-top li.second ul {
	margin-left: 6px;
}
#nav-top a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav-global {
	position: absolute;
	top: 115px;
	right: 31px;
}
#nav-global ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-global li {
	display: inline;
}
#nav-global a {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #e53020;
	margin-right: 12px;
	margin-left: 12px;
}

#contents {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 982px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 55px;
}








#footer {
	clear: both;
	background-image: url(/assets/images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1015px;
	padding-left: 23px;
	padding-right: 23px;
	font-size: 0.8em;
	line-height:1em;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
	color: #6b6868;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#nav-footer {
	color: #ee3c34;
	margin-top: 17px;
	margin-bottom: 13px;
}
#nav-footer a {
	color: #ee3c34;
}


#footer a:hover {
	text-decoration:underline;
}
