@import "reset.css";
@import "type.css";

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff url(http://benzingart.com/images/beige051.gif) repeat top;
	color: #000000;
	font-size: 11pt;
}

#page_container {
	width: 760px;
	height: inherit;
	text-align: center;
	margin: 0px auto;
	position: relative;
}

#header {
	clear: both;
	vertical-align: top;
	width: 760px;
	height: 110px;
	background: url(http://benzingart.com/images/banbanner.jpg) no-repeat;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 5px;
	border: 1px solid #663300;
}

#nav {
	width: 760px;
	height: 25px;
	text-align: center;
	background-color: #fdf4d9;
	border: 1px solid #663300;
	padding-top: 5px;
	margin-bottom: 5px;
}

#page {
	background-color: #fdf4d9;
	width: 760px;
	height: 100%;
	margin: 0px auto;
	min-height: 450px;
	border: 1px solid #663300;
	margin-bottom: 5px;
}

#content {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	border: 0;
	padding: 15px;
	text-align: center;
}

#content p {
	text-align: justify;
}

#content2 img { margin-right: 5px; }

#content2 {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	border: 0;
	padding: 15px;
	text-align: justify;
}




#footer {
	width: 760px;
	height: 20px;
	background-color: #fdf4d9;
	border: 1px solid #663300;
	clear: both;
	color: black;
	text-align: center;
	padding-top: 5px;
}

hr { margin-top: 20px; margin-bottom: 20px; width: 80%; border: 1px dashed #ccc; }

div.img {
  margin: 2px;
  border: 1px solid #663300;
  height: auto;
  width: 456px;
  text-align: center;
  margin-bottom: 15px;
}
div.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {
  border: 1px solid #663300;
}
div.desc {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;;
  width: 120px;
  margin: 2px;
}

.imgart { border: 1px solid #663300; }
.imgborder { border: 8px solid #fff; }
.spacer { padding-left: 13px; padding-right: 13px; }
