/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	background-color:#b19854;
}

div {
	font-family: Tahoma, Times, serif;
	font-size: 11px;
}

table {
	width:100%;
	height:100%;
}


img {
	border:0px;
}

#center {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 481px;
	background-color:#FFFFFF;
}

#content_border {
	position:absolute;
	top:18;
	left:18px;
	width:744px;
	height:445px;
	border:1px solid #660000;
}

#footer {
	position: relative;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 780px;
	height: 20px;
	font-family: Tahoma, Times, serif;
	font-size: 11px;
	color:#FFFFFF;
}

#footer a {
	font-family: Tahoma, Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:link, #footer a:active; #footer a:visited {
	font-family: Tahoma, Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


html>body #position_postal{
top:-12px;
}

#left {
	position: absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background-color:#f2eee2;
	
}


#right {
	position: absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
}
