/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 824px;
	height: 90px;
	margin: 0px auto;
	background: url(/images/Banner5.gif) no-repeat left top;
}

#header h1, #header h2 {
	text-indent: -999em;
}

/** MENU */

#menu {
	width: 824px;
	height: 18px;
	margin: 0px auto;
	z-index: 0;
	position: relative;
}

.subpage #menu, .wide-subpage #menu {
	padding-bottom: 7px;
	background: url(/images/nav/subpage1_01.gif) repeat-x left bottom;
}

#menudropdown {
	position:absolute;
	width: 824px;
	height:36px;
	overflow: hidden;
	top: -18px;
}

/** BANNER */

#banner {
	width: 824px;
	margin: auto;
	padding-bottom: 0px;
	background-color:#FFF;
}

#bannerright {
	width: 304px;
	margin: auto;
	background-color: #FFF;
	vertical-align: top;
}

/** PAGE */

#page {
	width: 824px;
	margin: 0px auto 0px;
	padding: 0px;
}

#page_home {
	width: 824px;
	margin: 0px auto 0px;
	padding: 0px;
}

/** CONTENT */

#content {
	/**
	float: right;
	width: 513px;
	**/
	float: right;
	width: 766px;
	padding: 30px 28px 20px 0px;
}

#content_home {
	float: left;
	width: 454px;
	padding: 30px 28px 20px 35px;
}

#content_full {
	float: left;
	width: 761px;
	padding: 30px 28px 20px 35px;
}

.wide-subpage #content {
	float: none;
	width: auto;
}

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 223px;
}

.two-columns .column-two {
	float: right;
	width: 238px;
}

/** SIDEBAR */

#leftnav {
	float: left;
	width: 240px;
	padding: 30px 0px 20px;
}

#sidebar {
	float: left;
	width: 171px;
	padding: 20px 20px 20px 47px;
}

#sidebar_home {
	float: right;
	width: 255px;
	padding: 30px 20px 20px 27px;
}

/** BOX1 */

#box1 {
	margin-bottom: 20px;
	padding-bottom: 0px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

