body {
	background-image: url('/img/bg_logo_113_41.jpg');
	background-repeat: repeat;
}

#main_display {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1016px;
	height: 550px;
	margin-left: -508px; /*set to a negative number 1/2 of your width*/
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	background-color: #ffffff;
}

#logo_search_cart {
	position: relative;
	width: 100%;
	height: 89px;
}

#logo {
	position: relative;
	width: 258px;
	height: 81px;
	margin-left: 37px;
	margin-top: 6px;
	background-image: url('/img/logo_258_81.jpg');
}

#border_horizontal_top {
	position: relative;
	width: 100%;
	height: 3px;
	background-image: url('/img/top_horizontal_border_1012_3.jpg');
}

#menu {
	position: relative;
	width: 95%;
	height: 18px;
	margin-right: 5%;
	margin-top: 8px;
	text-align: right;
}

span.top_menu_start {
	padding: 2px;
	border-right: 1px solid #DDDDDD;
}

span.top_menu {
	padding: 2px;
	border-right: 1px solid #DDDDDD;
}

span.top_menu_end {
	padding: 2px;
}
a.top_menu:link {
	font: 14px arial;
	text-decoration: none;
	color: #C3A231;
}

a.top_menu:visited {
	font: 14px arial;
	text-decoration: none;
	color: #C3A231;
}

a.top_menu:active {
	font: 14px arial;
	text-decoration: none;
	color: #C3A231;
}

a.top_menu:hover {
	font: 14px arial;
	text-decoration: underline overline;
	color: #C3A231;
}

#content {
	position: relative;
	margin-left: 37px;
	margin-right: 37px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 942px;
	height: 370px;
	overflow : auto;
}

#border_horizontal_bottom {
	position: relative;
	width: 100%;
	height: 3px;
	background-image: url('/img/bottom_horizontal_border_1012_3.jpg');
}

#site_map {
	position: relative;
	width: 60%;
	height: 30px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}
