/** BASIC */

html, body
{
	height: 100%;
}

/** WRAPPER */

#wrapper
{
	height: 100%;
	min-height: 100%;
}

html > body #wrapper
{
	height: auto;
}

/** HEADER */

#header
{
	width: 778px;
	height: 301px;
	margin: 0px auto;
	background: url(images/homepage05c.jpg) no-repeat left bottom;
	background-attachment: scroll;
}

/** LOGO */

#logo
{
	float: none;
	width: 612px;
	height: 149px;
	padding: 0px 83px 0px 83px;
}

#logo h1
{
	display: none;
}

/** MENU */
#menu {
	padding: 0px 83px 0px 123px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#menu li {
	padding: 0px;
	float: left;
	background-attachment: scroll;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: -1px -66px;
	width: 134px;
	height: 28px;
	display: block;
	margin: 0px;
}
#menu li a {
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 24px;
	width: 134px;
	float: left;
	background-attachment: scroll;
	background-position: -1px -18px;
	display: block;
	color: White;
	font-family: Comic Sans MS;
	font-size: small;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li a:hover {
	background-image: none;
	text-decoration: none;
	color: Black;
}
#menu li a.active {
	background-image: none;
	text-decoration: none;
}

#menu li a.active:hover {
	text-decoration: none;
	background-image: none;
}
/** CONTENT */

#content
{
	width: 778px;
	margin: 0px auto;
}

#content .bg3
{
	padding: 0px 86px 0px 136px;
}


#allcontent
{
	float: left;
	width: 506px;
}

#left
{
	float: left;
	width: 203px;
}

#right {
	float: left;
	width: 203px;
}

/** BOX1 */

#box1
{
	padding-top: 45px;
}

/** BOX2 */

#box2
{
	padding-top: 20px;
}

/** BOX3 */

#box3
{
	padding-top: 45px;
}

/** BOX4 */

#box4
{
	padding-top: 20px;
}

/** FOOTER */

#footer
{
	width: 778px;
	height: 80px;
	margin: 0px auto;
	padding-top: 30px;
}

#map
{
	width: 200px;
	height: 200px;
}