body {
	background-image: url(bg.jpg);
}

.div_main{
	/*border: 1px dotted;*/
	width: 700px;
	height: 700px;
}
.div_header{
	/*border: 1px dotted #000000;*/
	border-bottom:none;
	background-image:url(head.png);
	width: inherit;
	height: 95px;
}
.div_body{
	/*border: 1px dotted;*/
	width: inherit;
	height: 650px;
}
.div_footer{
	/*border: 1px dotted;*/
	background-image:url(footer.png);
	padding-top: 10px;
	margin-bottom:10px;
	width: 700px;
	height: 29px;
}

.buttons{
	margin-top: -1px;
	height: 21px;
	width: 700px;
	border-top: 1px ridge #0000ff;
	background-image:url(buttons.png);
}

.button_strip{
	width: 100px;
	float: left;
}

.body_main{
	margin-top: 10px;
	background-image: url(body.png);
	height: 600px;
	width: 700px;
}

.body_top{
	padding-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	height: 50px;
}

.body_middle{
	height: 450px;
	margin-left: 20px;
	margin-right: 20px;
}

.body_bottom{
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.prod_menu{
	background-color: #1f0026;
	border: 1px dotted #ffffff;
	width: 150px;
}
/* link formatting */
a.black{
  text-decoration:  none;
  font-weight:      bold;
  color:            #000000;
}
a:link{
  text-decoration:  none;
  font-weight:      bold;
  color:            #ffffff;
  } 
a:visited{
  text-decoration:  none;
  font-weight:      bold;
  color:            #ffffff;
  } 
a:hover   {
  text-decoration:  none;
  font-weight:      bold;
  color:            #666666;
} 
a:active  {
	text-decoration:  none;
	font-weight:      bold;
	color: ffffff;
}

.style1 {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}