/* CSS Document */
html {
	min-height: 100%;
	height: auto;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_footer.gif) bottom left no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h2 {
	margin: 0;
	font-size: 18px;
}
#head {
	height: 100px;
	background: url(../images/bg_head.gif) repeat-x;
	margin: 0 0 30px 0;
}
#header {
	width: 879px;
	height: 100px;
	background: url(../images/bg_header.gif) no-repeat;
}
#header #logo {
	margin: 15px 0 0 40px;
}
#sidebar {
	margin: 0 40px;
	width: 200px;
	float: left;	
}
#content {
	float: left;
	width: 500px;
	line-height: 18px;
}
#content a {
	color: #E47005;
}
ul.navigation {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
ul.navigation li.title {
	color: #C2B88D;
	font-size: 15px;
	background: url(../images/spec_line_small.gif) bottom repeat-x;
}
ul.navigation li {
	padding: 4px 0;
	font-weight: bold;	
}
ul.navigation li a {
	color: #000;
	text-decoration: none;
}
ul.navigation li a:hover {
	text-decoration: underline;
}
.box-summary {
	padding: 10px;
	border: 1px solid #EFECE1;
	margin: 0 0 20px 0;
	background: #FFF;
}
.box-summary .logo {
	float: left;
	margin: 0 20px 0 0;
}


/* Hacks */
.clear-me {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}
div.clear-me {
	overflow: hidden;
}
