.container {
	BORDER-RIGHT: black 1px dotted; BORDER-TOP: black 1px dotted; BACKGROUND: #ffffff; MARGIN-BOTTOM: 1px; OVERFLOW: hidden; BORDER-LEFT: black 1px dotted; WIDTH: 430px; BORDER-BOTTOM: black 1px dotted
}
.box {
	BORDER-RIGHT: red 1px dotted; BORDER-TOP: red 1px dotted; BACKGROUND: #ffffff; MARGIN: 5px; BORDER-LEFT: red 1px dotted; WIDTH: 280px; BORDER-BOTTOM: red 1px dotted; POSITION: relative; 
}
.boxWidth {
	BORDER-RIGHT: green 1px dotted; BORDER-TOP: green 1px dotted; BACKGROUND: #ffffff; MARGIN: 5px; BORDER-LEFT: green 1px dotted; WIDTH: 420px; BORDER-BOTTOM: green 1px dotted; POSITION: relative; 
}
.boxHeight {
	BORDER-RIGHT: green 1px dotted; BORDER-TOP: green 1px dotted; BACKGROUND: #ffffff; MARGIN: 5px; BORDER-LEFT: green 1px dotted; WIDTH: 280px; BORDER-BOTTOM: green 1px dotted; POSITION: relative; 
}
.boxWidth h2 {
     background: url(../images/bg.jpg) repeat-x left bottom;
     font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 20px;
      font-style: normal;
      color: #635208;
      margin:2px;
      padding-top: 10px;
      width: 415px;
      text-align: center;
}
.boxWidth p {
     padding: 15px;
     padding-top: 5px;
     FONT-SIZE: 14px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, helvetica, sans-serif; 
}
.floatLeft {
	FLOAT: left
}
.floatRight {
	FLOAT: right
}
.text {
	FONT-SIZE: 14px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, helvetica, sans-serif; POSITION: relative
}


