body {
	margin: 0;
	padding: 0;
	background: url(../img/body-bg.jpg);
}


#head {
	height: 132px;
	min-width: 966px;
	background: url(../img/head.png) no-repeat center top;
	position: relative;
	z-index: 2;
}

	#logo {
		position: absolute;
		top: 0;
		left: 16px;
	}

	ul#nav {
		margin: 0;
		padding: 44px 0 0 364px;
		list-style-type: none;
		height: 45px;
	}

	ul#nav li {
		float: left;
	}

	ul#nav li.right {
		float: right;
		margin-right: 14px;
	}


	ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
		display: block;
		float: left;
		height: 45px;
		background-image: url(../img/nav-sprite.png);

		color: white;
		font-weight: bold;
		text-indent: -10000px;
	}

	a#nav-site, a#nav-site:link, a#nav-site:visited 	{ width: 116px; background-position: 0px 0px; }
	a#nav-site-on, a#nav-site:hover, a#nav-site:active 	{ width: 116px; background-position: 0px -45px; }
	a#nav-abou, a#nav-abou:link, a#nav-abou:visited 	{ width: 90px; background-position: -116px 0px; }
	a#nav-abou-on, a#nav-abou:hover, a#nav-abou:active 	{ width: 90px; background-position: -116px -45px; }
	a#nav-menu, a#nav-menu:link, a#nav-menu:visited 	{ width: 63px; background-position: -206px 0px; }
	a#nav-menu-on, a#nav-menu:hover, a#nav-menu:active 	{ width: 63px; background-position: -206px -45px; }
	a#nav-fran, a#nav-fran:link, a#nav-fran:visited 	{ width: 93px; background-position: -269px 0px; }
	a#nav-fran-on, a#nav-fran:hover, a#nav-fran:active 	{ width: 93px; background-position: -269px -45px; }
	a#nav-subs, a#nav-subs:link, a#nav-subs:visited 	{ width: 111px; background-position: -474px 0px; }
	a#nav-subs-on, a#nav-subs:hover, a#nav-subs:active 	{ width: 111px; background-position: -474px -45px; }

	#search {
		text-align: right;
		vertical-align: middle;
		padding-right: 14px;
	}

	#search input {
		vertical-align: middle;
		display: inline;
		border: none;
	}
	#searchbox {
		background: url(../img/search.gif) no-repeat left top;
		border: none;
		padding: 12px 24px 4px 4px;
		width: 186px;
		line-height: 16px;
	}



#main {
	background: url(../img/shade.png) repeat-y center top;
	position: relative;
	z-index: 1;

}

#container, .center {
	width: 966px;
	margin: 0 auto 0 auto;
	position: relative;
}

#container {
	background: url(../img/content-bg.jpg) repeat-y center top;
}

#inner {
	background: url(../img/content-top.jpg) no-repeat center top;
	padding: 1px 0;
}

#sidebar {
	width: 330px;
	float: left;
}

#content {
	margin-left: 362px;
	padding: 20px 0 0 0;
         min-height: 800px;
}

#cleaner {
	clear: left;
}

#foot {
	height: 430px;
	min-width: 966px;
	background: url(../img/foot.png) no-repeat center top;
}