
.container {
	border: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom: 1px;
      background: #FFFFFF;
}
.container1 {
	border: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom:1px;
      background: #FFFFFF;
}


.box {
	background: #ffffff;
	border: 0px dotted red;
	width: 285px;
	height:200px;
	margin: 2px;
	position: relative;
}

.box h1 {
	margin: 0;
	padding: 10px;
      padding-top: 20px;
      background: url(../images/underline.gif) repeat-x left bottom;
	font-family: Georgia, serif;
	font-size: 14px;
      text-align: center;
}
.box p {
      padding-top: 20px;
      padding-left: 30px;
      font-family: Georgia, serif;
      font-size: 12px;
}

.boxWidth1 {
	background: #ffffff;
	border: 0px dotted green;
	width: 580px;
	margin: 2px;
      padding-left: 5px;
	position: relative;
}
.boxWidth {
	background: #FFFFFF;
	border: 1px dotted green;
	width: 580px;
	margin: 2px;
	position: relative;
      text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.text {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 14px;
      font-style: normal;
	position: relative;
}


