body {
	background-image: url(images/main_bg.png);
	color: Black;
	font: normal 14px Times New Roman;
	line-height: 18px;	
	letter-spacing: 1px;	
	margin: 0px;
}

#body_middle {
	background: url(images/header_bg.png) repeat-x;
	width: 100%;
	display: table;
}

#body_wrapper {
    width: 980px;
    
}

#body_right {
    float: right;
    width: 200px;
    display: block;
    margin-top: 30px;
}

#body_header {
	padding: 0px;
	height: 257px;
	margin: 0px;	
}

#body_main {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

#top_border {
	height: 25px;
	background-image: url(images/top_border.png);
	color: gray;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;	
}

#top_border a {
	color: gray;
	text-decoration: none;
}

#top_border a:hover {
	color: gray;
	text-decoration: underline;	
}

#bottom_border {
	height: 60px;
	background: url(images/bottom_border.png) repeat-x top center;
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;	
	clear: left;
	float: left;
	width: 100%;
}

#bottom_border a {
	color: gray;
	text-decoration: none;
}



#bottom_border a:hover {
	color: yellow;
	text-decoration: underline;	
}

.top_button {
	color: White;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	background: url(images/top_button.png) right center no-repeat;
	width: 125px;
	height: 26px;
	float: left;
}

.top_button a {
	color: White;
	text-decoration: none;
	cursor: pointer;
}

.content_area {
	width: 580px;
	min-height: 500px;
	float: left;	
	margin-right: 15px;
}

.content_header {
	height: 22px;
	color: White;
	font: bold 14px/16px Arial;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 1px;
	background-image: url(images/content_header.png);
	letter-spacing: 2px;
	background-repeat: repeat-x;
}

.content_top {
	height: 25px;
	background-image: url(images/content_top.png);
}

.content_bg {
	padding: 1px 20px 1px 20px;
	background-image: url(images/content_bg.png);
	color: Black;
	letter-spacing: 0px;
	background-repeat: repeat-y;	
	text-align: justify;
}

.content_bg img {
	border: #2D2D2D solid 1px;
	margin: 0px 5px;	
}


.thumb {
	width: 120px;
	float: right;	
	text-align: center;
}

.content_bottom {
	height: 25px;
	background-image: url(images/content_bottom.png);
}

.menu_column {
	background-color: #5E8F09;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 170px;
}

.menu_button {
	min-height: 10px;
	background-image: url(images/menu_button.png);
	background-repeat: no-repeat;	
	padding: 2px 10px 2px 5px;	
	list-style: none;
	vertical-align: bottom;
	font-size: 14px;
}

.menu_button:hover {
	background-image: url(images/menu_button2.png);
}

.menu_button a {
	text-decoration: none;
	color: Maroon;
	cursor: pointer;
}

.menu_header {
	background-image: url(images/menu_header.png);
	padding: 5px;
	text-decoration: none;
	background-repeat: repeat-y;
	font-size: 14px;	
}

.menu_header a {
	text-decoration: none;
	color: Black;
	cursor: pointer;	
}

.menu_header a:hover {
	color: Black;
	text-decoration: underline;
}

.itemprice {
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
}

#nav_menu {
	height: 16px;
	background-image: url(images/top_border.png);
	color: gray;
	padding: 2px 2px 4px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;	
	border-bottom: 1px solid white;
}

#nav_menu a {
	color: gray;
	padding: 5px;
	text-decoration: none;
}

#nav_menu a:hover {
	color: gray;
	padding: 5px;
	text-decoration: underline;
}

.highlight {
	background-color: #FFA30F;
	color: black;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

#contact-box {
    position: fixed;
    left: -200px;
    top: 50px; 
    
    width: 230px;
    height: 180px;    
    
}

#contact-box-content {
    background: url(./pic/contact_box.jpg) no-repeat right top;
    padding: 5px;
    
    color: black;
    font-size: 12px;     
    
    width: 190px;
    height: 170px;     
    float: left;
}

#contact-box-nav {
    background: url(./pic/contact_box_btn.jpg) no-repeat right top;
    display: block;
    width: 25px;
    height: 180px;    
    float: right;
    
    cursor: pointer;
}
