/** BASIC */

html, body {
	height: 100%;
}

body {
	margin-top: 38px;
}

/** HEADER */

#header {
	width: 940px;
	height: 100px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 400px;
	height: 100px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 { display: none; }

/** SEARCH */

#search {
	float: right;
	padding: 55px 35px 0px 0px;
}

/** MENU */

#menu {
	width: 900px;
	height: 25px;
	margin: 0px auto;
	padding: 10px 20px 0px 20px;
	border: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a 
{
 color:White;
 font-weight:bold;
 font-size:9pt; 
}

/*
#menu a {
	display: block;
	float: left;
	height: 12px;
	padding: 2px 15px 0px 17px;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

#menu .first a {
	background: none;
}
*/

/** CONTENT */

#content {
	/* width: 880px; */
	width:940px;
	margin: 0px auto;
	/* padding: 30px 30px 30px 30px; */
	padding-bottom: 10px;
	padding-top:10px;
}

#right {
	float: right;
	/* width: 639px; */
	width:940px;
}

#left {
	float: left;
	/* width: 203px; */
}

/** FOOTER */

#footer {
	width: 940px;
	margin: 0px auto;
	padding: 15px 0px;
}

/** BOX1 */

#box1 {
	margin-bottom: 10px;
}

/** BOX2 */

#box2 {
	float: left;
	/* width: 377px; */
	width:308px;
}

#box2 .content {
	/* padding: 0px 15px; */
}

#box2-2 
{
    float:left;
    width:460px;
}

/** BOX3 */

#box3 {
	float: right;
	/* width: 229px; */
	width:150px;
}

#box3 .bg8 {
	padding: 10px 10px 5px 10px;
	/* height:145px; */
	height:115px;
}

/** BOX4 */

#box4 {
}

#box4 .bg6 {
	padding-bottom: 15px;
	background-position: left bottom;
}

#box4 .content {
	/* padding: 0px 15px; */
	padding: 0px 0px;
	margin-bottom: 30px;
}

/** BOX5 */

#box5 {
}

#box5 .bg6 {
	padding-bottom: 15px;
	background-position: left bottom;
}

#box5 .content {
	/* padding: 0px 15px; */
	padding: 0px 0px;
}


