:root {
	--base-size: 0.8em;
	--base-width: 780px;
	--base-radius: 0;
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	background: #efefef;
}

#wrapper {
	width: var(--base-width);
	margin: 0 auto;
	border-radius: var(--base-radius);
}

#banner {
	width: var(--base-width);
	height: 102px;
	background: #ffffff;
	border-radius: var(--base-radius) var(--base-radius) 0 0;
}

#logo {
	float: left;
	border-radius: var(--base-radius) 0 0 0;
}

#actek-logo {
	float: left;
	height: 80px;
	margin: 10px 0 5px 5px;
}

#client_login {
	float: right;
	margin-right: 45px;
	margin-top: 35px;
	font-size: var(--base-size);
	color: #060;
	font-weight: bold;
}

#client_login input {
	border: 1px solid #999;
}

#menu {
	width: var(--base-width);
	height: 23px;
	background: #0f2055;
}

#buttons {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#buttons li {
	list-style: none;
	display: inline;
}

#buttons li a {
	float: left;
	padding: 6px 38px 5px 38px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	display: block;
	letter-spacing: 1px;
}

#buttons li a:hover {
	background: #999;
}

#content {
	width: var(--base-width);
	background: url(images/content.jpg) white no-repeat;
	background-position: -1px 0;
	background-size: 101%;
	padding-top: 1px;
	border-radius: 0 0 var(--base-radius) var(--base-radius);
}

#content table {
	line-height: 2em;
}

#body_text {
	width: 445px;
	margin-left: 280px;
	padding-top: 15px;
	font-size: var(--base-size);
	font-family: verdana, sans-serif;
	line-height: 1.5em;
	background-color: #FFF;
}

#body_text h1 {
	font-size: 14px;
	margin-bottom: -5px;
}

#body_text a, #content a {
	color: #0f2055;
}

#contact_info {
	margin-left: 280px;
	padding-top: 10px;
	font-size: var(--base-size);
	font-family: verdana, sans-serif;
	line-height: 1.4em;
	font-style: italic;
}

#panels {
	width: var(--base-width);
	height: 260px;
	padding: 15px 0;
	background: #FFF;
	font-size: var(--base-size);
	border-radius: 0 0 var(--base-radius) var(--base-radius);
}

.text {
	padding: 3px;
}

#panel_group {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
}

#panel1 {
	float: left;
	width: 132px;
	background: #999;
	color: #FFF;
}

#panel2 {
	float: left;
	margin-left: 22px;
	width: 132px;
	background: #999;
	color: #FFF;
}

#panel3 {
	float: left;
	margin-left: 22px;
	width: 132px;
	background: #999;
	color: #FFF;
}

#panel4 {
	float: left;
	margin-left: 22px;
	width: 132px;
	background: #999;
	color: #FFF;
}

#panel5 {
	float: left;
	margin-left: 22px;
	width: 132px;
	background: #999;
	color: #FFF;
}

#footer {
	text-align: center;
	font-size: 0.5em;
	color: #000000;
	padding: 10px 0;
}