body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	font-size: 100%;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */

#container {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #FFFFFF url(/css/img/bg_body.gif) repeat-x;;
}
#header {
	height: 65px;
	margin-bottom: 40px;
}
#header .wrapper {
	width: 900px;
	margin: 0 auto;
}
#header #logo {
	height: 65px;
	float: left;
}
#header #logo img {
	margin-top: 23px;
}

#header #nav {
	height: 65px;
	float: right;
}
#header #subnav {
	height: 40px;
	float: right;
	clear: both;
}

#content {
	clear: both;
	width: 900px;
	overflow: hidden;
	padding: 0px 0px 40px 0px;
	font-size: 1.2em;
}

#footer {
	clear: both;
	font-size: 12px;
}
#footer_container {
	width: 900px;
	margin: 0px auto;
	padding: 25px 0px 100px 0px;
	overflow: hidden;
}

#hh_logo {
	float: left;
}
#footer #workshop {
	float: right;
	width: 200px;
	padding: 0 0 0 130px;
	font-size: 11px;
	line-height: 16px;
	background: url(/css/img/footer_workshop.jpg) left top no-repeat;
}
#footer #workshop h3 {
	margin: 0;
	font-size: 12px;
}
#footer #workshop a {
	color: #333333;
}
#footer_content {
	clear: both;
	float: left;
}

/* --------------------------------------------
	3. NAVIGATION
-------------------------------------------- */

#nav ul,
#subnav ul {
	width: auto;
	clear: both;
	height: 65px;
	margin: 0;
	padding: 0;
}

#nav ul li,
#subnav ul li {
	float: left;
	margin-left: 40px;
	display: inline;
}

#nav li a {
	display: block;
	height: 65px;
	width: auto;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 65px;
	vertical-align: middle;
	font-size: 12px;
}
#nav li a:hover  {
	color: #CCCCCC;
}
#nav li.active a {
	color: #CCCCCC;
	background: transparent url(/css/img/bullet_nav_active.gif) center bottom no-repeat;
}

#subnav li a {
	display: block;
	height: 40px;
	width: auto;
	color: #999999;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	vertical-align: middle;
}
#subnav li a:hover  {
	color: #666666;
}
#subnav li.active a {
	color: #666666;
	background: transparent url(img/bullet_subnav_active.gif) center bottom no-repeat;
}


