/* NEC Server Stylesheet */

body {
	margin: 0 auto;
	background: #d6d2b0;
	font: normal 62.5%/150% Verdana, sans-serif;
}

div#container {
	margin: 50px auto 0;
	width: 500px;
	height: 340px;
	background: url(../img/empty_pano.png) top left no-repeat;
	position: relative;
}

a#newedge {
	display: block;
	position: absolute;
	top: 109px;
	left: 14px;
	width: 60px;
	height: 120px;
}

a#newedge span {
	display: none;
}

div#french {
	/* border: 1px solid gray; */
	position: absolute;
	width: 395px;
	top: 110px;
	left: 80px;
	height: 55px;
}

div#english {
	/* border: 1px solid gray; */
	position: absolute;
	width: 395px;
	top: 165px;
	padding: 5px 0 0;
	left: 80px;
	height: 60px;
	border-top: 1px dotted #43461D;
}

h1 {
	margin: 0 0 5px;
	color: #43461D;
	padding: 0;
	font: bold 1.6em "Trebuchet MS", Verdana, sans-serif;
}

p {
	color: #43461D;
	font-size: 1.1em;
	margin: 0;
}