body {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: silver;
	font-size: 10px;
	color: black;
	width: 100%;
	height: 100%;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

h1 {
	font-size: 10px;
	color: black;
	font-weight: bold;
	background: #F39F00;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input {
	border: 1pt solid #F39F00;
	font-size: 10px;
	color: black;
}

#containerframe {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#mainframe {
	position: relative;
	width: 950px;
	height: 580px;
	background: white;
	text-align: left;
}

#content {
	position: absolute;
	left: 150px;
	top:  145px;
	width: 750px;
	height: 425px;
	border: 2px solid #F39F00;
}

#content-home {
	width: 100%;
	height: 393px;
}

#content-article {
	height: 393px;
	overflow: scroll;
	padding: 5px;
}

#logo {
	position: absolute;
	left: 10px;
	top:  10px;
	width: 130px;
	height: 130px;
}

#banners {
	position: absolute;
	left: 150px;
	top:  10px;
	width: 750px;
	height: 90px;
	text-align: right;
}

#menu-horizontal {
	position: absolute;
	left: 150px;
	top:  120px;
	width: 750px;
	height: 14px;
}

#menu-vertical {
	position: absolute;
	left: 10px;
	top:  145px;
	width: 130px;
	height: 425px;
	border-left: 2px solid #F39F00;
	border-right: 2px solid #F39F00;
	border-top: 2px solid #F39F00;
	border-bottom: 15px solid #F39F00;
}

#article-home {
	position: absolute;
	width: 365px;
	height: 190px;
}

#print {
	position: absolute;
	width: 212px;
	height: 12px;
	left: 680px;
	top: 120px;
	text-align: right;
}

#powered {
	width: 950px;
	text-align: right;
}
