/** BASIC */
html, body {
	height: 100%;
}
/** WRAPPER */
#wrapper {
	padding-top: 43px;
}
/** HEADER */
#header {
	/* width: 868px; */
	width: 975px;
	height: 125px;
	margin: 0px auto;
}
/** LOGO */
#logo {
	float: left;
	width: 410px;
	height: 125px;
	background: url(images/gp-title.jpg) no-repeat left top;
}
#logo h1, #logo h2 {
	display: none;
}
/** SEARCH */
#search {
	float: right;
	width: 308px;
	height: 70px;
	padding: 55px 0px 0px 150px;
	background: url(images/homepage05.jpg) no-repeat right top;
}
/** MENU */
#menu {
	height: 202px;
	padding: 17px 0px 0px 30px; 
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 28px;
	background: url(images/green_bullet.png) no-repeat left center;
}
#menu li .heading {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 28px;
	background: none;
}
#menu a {
	display: block;
	width: 211px;
	height: 20px;
	padding: 10px 0px 0px 3px;
	background: url(images/homepage09.gif) repeat-x left bottom;
}
/** LOGIN */
#login {
	padding: 25px 0px 0px 35px;
}
/** CONTENT */
#content {
	/* width: 868px; */
	width: 975px;
	margin: 0px auto;
}
#left {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 40px;
	background: url(images/homepage10.jpg) no-repeat left top;
}
#right {
	float: right;
	/* width: 515px; */
	width: 622px;
	padding: 0px 13px 0px 0px;
}
/** FOOTER */
#footer {
	/* width: 868px; */
	width: 975px;
	margin: 0px auto;
	padding: 21px 0px;
	background: url(images/gp-footer-wide.jpg) no-repeat left top;
}
/** BOX1 */
#box1 {
	padding: 30px 0px 0px 0px;
	text-align: center;
}
/** BOX2 */
#box2 {
	padding-bottom: 10px;
}
/** BOX3 */
#box3 {
	padding: 25px 30px 20px 25px;
	min-height: 450px;
}
