/*  body and text definitions */
html {
	padding:0px;
	margin:0px;
}
body {
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}
a {
	color: #ff66cc;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none;
}
pre {
	color: #564b47;
	font-size: 11px;
	background-color: #e1ddd9;
	font-family: Courier, Monaco, Monospace;
	padding: 5px 15px;
	margin: 10px;
	}
p,h1, h3 {
	padding: 5px 15px;
	margin: 0px;
}
h3 {
	font-size: 13px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
}
/*  positioning layers dynamic */
#logo {
	position: absolute;
	right: 2%;
	width: 96%;
	text-align: right;
	top: 20px;
}
#left {
	position: absolute;
	left: 2%;
	width: 22%;
	top: 106px;
	background-color: #ffffff;
}
#content {
	position: absolute;
	left: 25%;
	width: 50%;
	top: 106px;
	background-color: #ffffff;
	overflow: auto;
}
#right {
	position: absolute;
	left: 76%;
	width: 22%;
	top: 106px;
	background-color: #ffffff;
	overflow: auto;
}
#right, #content, #left {
	border: 1px dotted #FF66FF;
	padding:0px;
	margin:0px;
}
