body 
{
	margin: 0px;
	padding: 0px;
	background: #E9E9E9;
	background-image:url(/css/images/background.png);	
	color:#707070;

	font: normal 11px Arial, sans-serif;
}

.banner 
{
	height: 150px;
	width: 100%;
	margin: auto;
	background-image: url(/css/images/header-translation-tool.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cfcfcf;
}

.mainBox
{
	width:80%;	
	min-height:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:#fff; 	
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	border-collapse: separate;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	position:relative;
}

.menu 
{
	padding: 5px;
	width: 100% - 5px;
	border-bottom:1px solid #cfcfcf;
}

.contentBox
{
	width:100%-10px;
	height:auto;
	padding: 10px;
}

.footer
{
	position: absolute; 
	bottom: 0;
	width:99%;
	padding:10px; 
}

h1 { padding:0 0 10px 0; font-size:17px; font-family: Arial, Verdana, Helvetica, sans-serif; color:#193f94 }
h2 { padding:0 0 8px 0; font-size:14px; font-family: Geneva, Arial, Verdana, Helvetica, sans-serif; color:#666 }
h3 { padding:0 0 10px 0; font-size:14px; font-family: Geneva, Arial, Verdana, Helvetica, sans-serif; color:#505050 }

a { color:#0589df; text-decoration:none; }
a:hover { color:#0589df; text-decoration:underline; }
