/********** header **********/
#container {
	width: 100%;
}

/* header */
#header {
	width: 100%;
	background-color: #000000;
	border-bottom: 3px solid #80674c;
}

#header div.navigation {
	margin: 0px auto;
	width: 980px;
}

#header div.navigation div.logo {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 40px;
	padding-top: 10px;
	padding-left: 43px;
	float: left;
}

/* globalNav */
#header div.navigation div.globalNav {
	margin-top: 23px;
	height: 21px;
	position: relative;
	float: left;
}

#header div.navigation div.globalNav li {
	display: inline;
	padding-right: 11px;
}

/* contact */
#header div.navigation div.contact {
	padding-top: 8px;
	padding-right: 43px;
	float: right;
}

/********** footer **********/
#footer {
	width: 100%;
	height: 230px;
	background: url(../img/bg_btm.jpg) repeat 0px 0px;
	border-top: 3px solid #80674c;
}

#footer div.logo {
	margin: 0px auto;
	width: 914px;
}

#footer div.logo img {
	margin-top: 15px;
}

#footer div.sitemap {
	margin: 0px auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 874px;
	height: 145px;
}

#footer div.sitemap table {
	border-collapse: collapse;
	border-spacing: 0px;
}

#footer div.sitemap th {
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: left;
}

#footer div.sitemap td {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}

#footer div.sitemap th.end,
#footer div.sitemap td.end {
	padding-right: 0px;
}

#footer div.copyright {
	margin: 0px auto;
	width: 914px;
}

#footer div.copyright p {
	text-align: center;
	color: #c8c8c8;
}
