/** BASIC */

html, body {
	height: 100%;
}

/** PAGE */

#page {
	width: 1017px;
	margin: 0px auto;
}

#content {
	float: right;
	width: 631px;
	height: 400px;
	min-height: 400px;
	padding: 88px 84px 20px 0px;
}
html>body #content {
	height: auto;
}

#sidebar {
	float: left;
	width: 285px;
	padding-top: 69px;
}

/** LOGO */

#logo {
	height: 92px;
	margin-bottom: 15px;
	background: url(images/homepage01.jpg) no-repeat left top; 
}

#logo h1, #logo h2, #logo a{
	display: none;
}

/** MENU */

#menu {
	width: 244px;
	padding-left: 9px;
	margin-left:10px;



}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	padding: 8px 0px 6px 0px;
	background: url(images/homepage02.gif) repeat-x right bottom;
}
#menu li a {
	display: block;
	width: 224px;
	padding-right: 20px;
	background: url(images/homepage03.gif) no-repeat center right;
	text-align: right;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#menu li a:hover {
	text-decoration:underline;
	color:#ff9243;	
}
#menu li.active a{
	color:#ff9243;
}
#menu li.last {
	background-image: none;
}
#menu li.first {
}
/** FOOTER */

#footer {
	width: 668px;
	height: 70px;
	margin: 0px auto;
	padding: 5px 64px 0px 285px;
}

/** BOX1 */

#box1 {
	margin-bottom: 30px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 205px;
	padding-left: 10px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 205px;
	margin-bottom: 15px;
	padding-right: 10px;
}

/** BOX4 */

#box4 {
	float: right;
	width: 205px;
	padding-right: 10px;
}

/** BOX5 */

#box5 {
	float: left;
	width: 280px;
}

/** BOX6 */

#box6 {
	float: right;
	width: 160px;
}

/** BOX7 */

#box7 {
	float: right;
	width: 160px;
}

