html, body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	width: 100%;
}
body{
	height: 100%;
	width: 100%;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	color:#424341;
	background:url(../_images/bg.gif);
}

a, a img, a:focus, a:link, a:visited {color:#778127; text-decoration:none; border:none}
a:hover, a:active {color:#e0de2a; text-decoration:none}

td#leftbox{
	border-left:#ede06f solid 1px;
	border-top:#ede06f solid 1px;
	border-bottom:#ede06f solid 1px;
}
td#rightbox{
	border:#ede06f solid 1px;
	background-color:#FFFFFF;
}
.copyright{
	position:absolute;
	width:322px;
	color:#4c4f46;
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	top:5px;
	left:0;
}

