@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;   
	min-height:100%;
   	position:relative;
	   height:100%;

}
#header {
   padding:10px;
}

#body {
   padding:10px;
   padding-bottom:80px;   /* Height of the footer */
}
#footer {
   position:relative;
   bottom:0;
   width:100%;
   height:80px;   /* Height of the footer */
}













.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	line-height: 20px
}

.bodytext_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #963;
	line-height: 20px;
	text-decoration: none;
}

.bodytext_lm {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333;
}
.bodytext_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
.product_heading {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #666;
line-height: 20px
}
#content1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer2 {
	position: absolute;
	bottom: 0px;
	width: 590px;
	}
#left_margin {
	width: 280px;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index:1;
}

#right_main {
	width: 590px;
	position: relative;
	background-color: #f1e5c9;
	left: 260px;
	top: 20px;
	z-index:1;
	padding: 20px;
	min-height:700px;
}
#menu_top {
	width: 610px;
	position: absolute;
	left: 285px;
	top: 20px;
	z-index:2
}
#menu_side {
	width: 250px;
	height: 220px;
	position: absolute;
	left: 0px;
	top: 190px;
	z-index:3;
	background-image: url(../images_site/side_menu_background.png);
}
#collage {
	width: 333px;
	height: 440px;
	position: absolute;
	left: -30px;
	top: 420px;
	z-index:3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dividercell {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
