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


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

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight:100;
  margin: 0 0px;
  padding: 10px 57px 10px 3px;
}


a:link {
	color: #339900;
}
a:visited {
	color: #339900;
}
a:hover {
	color: #990000;
}
a:active {
	color: #339900;
}

.secolor {color: #990000}

#container {
  position: relative;
  width: 745px;
  margin: 5px auto;
  background: url("bg_white.png") repeat-y 100% 100%;
}
#designblock {
  position: relative;
  width: 678px;
  height: 312px;
  margin: 0px 18px;
  background: url("design_block3.jpg") repeat-y 100% 100%;
  z-index:2;
}
#logo {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px 0px 10px 16px;
  background: url("logo_brooksgoldsmith.gif");
  background-repeat : no-repeat;
}

#headsec { 
width:670px; 
margin: 5px 3px 5px 0px; 
float: right;
padding-bottom:5px;
}


#latestprotectsblock {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	position: relative;
	
	width: 258px;
	height: 300px;
	margin: .75px 0px 0px 18px;
	margin-top: -15px;
	background-color:#E0DBD1;
	z-index:1;
}

#copy {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:13px;
  align: justify; 
  color: #333333;
  float: right;
  width: 400px;
  margin: 0px 55px 5px 0;
  left: 5px;
  padding-bottom:5px;
}

#logofoot {

  float:right;
  width: 40px;
  height: 40px;
  margin: 0px 0px 5px 15px;
  background: url("logo_brooksgoldsmith_sm.gif");
  background-repeat : no-repeat;
}

