* {
	margin: 0;
	padding: 0;
}

body {
	padding: 40px;
	background-color: #AEC1CC;
}

.testdiv {
	border : 1px solid #000;
}

img {
	border-style: none;
}

#pagewrapper {
	width:750px;
	height: 400px;
	background-color: #AEC1CC;
	margin: 0px auto;
	padding: 25px;
	border:1px solid #ffffff;
	position: relative;
}

#leftpanel {
	width: 100px;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#rightpanel {
	width: 640px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#contact, div.clients {
	float:right;
	padding: 30px;
}

#menu {
	padding-top: 30px;
}
#menu ul {
	padding-top: 30px;
}
#menu li {
	list-style: none;
	padding-top: 5px;
}
#menu li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 15px;
	padding: 3px 8px 6px 8px;
	font-family: Arial, Helvetica;
}
#menu li a:hover {
	color: #8596A2;
}
#menu li.current a {
	color: #4D575E;
}

#footer {
	width:800px;
	padding: 10px;
	text-align:right;
	margin:0px auto;
	font-size: 90%;
}
#footer a {
	text-decoration: none;
	color: #eeeeee;
}
#footer a:hover {
	color: #ffffff;
}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

